| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | virtfs-proxy-helper: Add missing printf format attribute | Stefan Weil | 2012-01-13 | 1 | -1/+1 |
| * | | virtfs-proxy-helper: Clean include files | Stefan Weil | 2012-01-13 | 1 | -13/+2 |
| * | | virtfs-proxy-helper: Fix compilation on newer systems | Stefan Weil | 2012-01-13 | 1 | -1/+1 |
| * | | hmp: Fix freeing of PciInfoList | Stefan Berger | 2012-01-13 | 1 | -4/+4 |
| * | | Add 'fall through' comments to case statements without break | Stefan Weil | 2012-01-13 | 3 | -0/+6 |
| * | | omap_dss: correct chip[1] index in RFBI_READ/RFBI_STATUS | Stefan Hajnoczi | 2012-01-13 | 1 | -2/+2 |
| * | | vnc: fix no-lock-key-sync strncmp() length | Stefan Hajnoczi | 2012-01-13 | 1 | -1/+1 |
| * | | vvfat: avoid leaking file descriptor in commit_one_file() | Stefan Hajnoczi | 2012-01-13 | 1 | -0/+3 |
| * | | Spelling fixes in comments and documentation | Stefan Weil | 2012-01-13 | 3 | -4/+4 |
| * | | tcg-arm: fix a typo in comments | Aurelien Jarno | 2012-01-13 | 2 | -2/+2 |
| * | | configure: Modify detection of supported warning options | Stefan Weil | 2012-01-13 | 1 | -1/+1 |
* | | | target-i386: fix compilation with --enable-debug-tcg | Aurelien Jarno | 2012-01-13 | 1 | -1/+2 |
|/ / |
|
* | | cris: Update paths to match the move of tests/cris | Edgar E. Iglesias | 2012-01-13 | 1 | -5/+5 |
|/ |
|
* | check-qstring: remove check.h include | Anthony Liguori | 2012-01-12 | 1 | -1/+1 |
* | MAINTAINERS: update tracing repo git URL | Stefan Hajnoczi | 2012-01-12 | 1 | -1/+1 |
* | Support for UDP unicast network backend | Benjamin | 2012-01-12 | 3 | -3/+82 |
* | cleanup, save a syscall | Lai Jiangshan | 2012-01-12 | 1 | -3/+1 |
* | cleanup, Remove duplicated code | Lai Jiangshan | 2012-01-12 | 1 | -8/+0 |
* | test: eliminate libcheck tests and have make check use gtester | Anthony Liguori | 2012-01-12 | 3 | -40/+8 |
* | check-qjson: enable disabled tests | Anthony Liguori | 2012-01-12 | 1 | -5/+0 |
* | check-qjson: convert to gtest | Anthony Liguori | 2012-01-12 | 2 | -198/+136 |
* | check-qlist: convert to gtest | Anthony Liguori | 2012-01-12 | 2 | -52/+25 |
* | check-qstring: convert to gtest | Anthony Liguori | 2012-01-12 | 2 | -53/+26 |
* | check-qint: convert to gtest | Anthony Liguori | 2012-01-12 | 2 | -49/+23 |
* | check-qfloat: convert to gtest | Anthony Liguori | 2012-01-12 | 2 | -37/+14 |
* | check-qdict: convert to gtest | Anthony Liguori | 2012-01-12 | 2 | -137/+113 |
* | build: split unit test builds to a separate makefile fragment | Anthony Liguori | 2012-01-12 | 2 | -35/+39 |
* | tests: mv tests/* -> tests/tcg | Anthony Liguori | 2012-01-12 | 227 | -5/+5 |
* | vga: optimize ppm_save() divisions | Avi Kivity | 2012-01-12 | 1 | -6/+4 |
* | Fix qapi code generation fix | Avi Kivity | 2012-01-12 | 4 | -23/+15 |
* | etraxfs-dma: Model metadata and eop | Lars Persson | 2012-01-12 | 3 | -10/+33 |
* | microblaze: Break the tb at memory barriers | Edgar E. Iglesias | 2012-01-12 | 1 | -1/+11 |
* | microblaze: Emulate the hw stackprotector | Edgar E. Iglesias | 2012-01-12 | 4 | -0/+48 |
* | microblaze: Add support for the clz insn | Edgar E. Iglesias | 2012-01-12 | 3 | -0/+17 |
* | target-i386: fix SSE rounding and flush to zero | Aurelien Jarno | 2012-01-11 | 3 | -11/+56 |
* | target-i386: fix dpps and dppd SSE2 instructions | Aurelien Jarno | 2012-01-11 | 1 | -14/+14 |
* | target-i386: fix round{pd,ps,sd,ss} SSE2 instructions | Aurelien Jarno | 2012-01-11 | 1 | -8/+8 |
* | target-i386: fix {min,max}{pd,ps,sd,ss} SSE2 instructions | Aurelien Jarno | 2012-01-11 | 2 | -3/+7 |
* | wm8750: Fix calculation of number of array elements | Stefan Weil | 2012-01-10 | 1 | -1/+1 |
* | elf: Improve symbol lookup (optimize, fix for bsd-user) | Stefan Weil | 2012-01-10 | 3 | -21/+13 |
* | hw/integratorcp: Simplify flash remap code | Peter Maydell | 2012-01-10 | 1 | -19/+7 |
* | hw/integratorcp: Fix sense of REMAP bit | Peter Maydell | 2012-01-10 | 1 | -1/+1 |
* | Merge branch 's390-next' of git://repo.or.cz/qemu/agraf | Aurelien Jarno | 2012-01-10 | 9 | -32/+87 |
|\ |
|
| * | s390: fix cpu hotplug / cpu activity on interrupts | Christian Borntraeger | 2012-01-04 | 1 | -3/+0 |
| * | s390x: add TR function for EXECUTE | Alexander Graf | 2012-01-04 | 1 | -0/+3 |
| * | Expose drive_add on all architectures | Alexander Graf | 2012-01-04 | 1 | -2/+0 |
| * | Add generic drive hotplugging | Alexander Graf | 2012-01-04 | 3 | -21/+56 |
| * | Compile device-hotplug on all targets | Alexander Graf | 2012-01-04 | 1 | -1/+4 |
| * | [S390] Add hotplug support | Alexander Graf | 2012-01-04 | 2 | -5/+24 |
* | | PPC: Fix linker scripts on ppc hosts | Alexander Graf | 2012-01-10 | 2 | -4/+28 |