summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-12Remove unnecessary casts from PCI DMA code in e1000David Gibson1-6/+5
2011-12-12Remove unnecessary casts from PCI DMA code in eepro100David Gibson1-4/+3
2011-12-12Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori8-325/+751
2011-12-12Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori28-716/+2153
2011-12-12cris: Handle conditional stores on CRISv10Stefan Sandstrom3-6/+69
2011-12-12hw/mpcore.c: Merge with hw/arm11mpcore.cPeter Maydell2-138/+129
2011-12-12hw/a9mpcore.c: Implement A9MP peripherals rather than 11MPcore onesPeter Maydell1-10/+179
2011-12-12hw/mpcore: Clean up mpcore_priv_read/write as they are now SCU onlyPeter Maydell1-42/+31
2011-12-12hw/realview_gic: Use GIC memory region for the CPU interfacePeter Maydell1-24/+1
2011-12-12hw/mpcore.c: Use the GIC memory regions for the CPU interfacePeter Maydell1-25/+10
2011-12-12hw/arm_gic: Expose GIC CPU interfaces as sysbus memory regionsPeter Maydell1-1/+74
2011-12-12hw/arm_mptimer.c: Turn ARM MPcore private timers into qdev devicesPeter Maydell3-152/+365
2011-12-12Fix sp804 dual-timerPeter Chubb1-6/+35
2011-12-12Merge branch 'master' of git://git.qemu.org/qemumalc1-2/+2
2011-12-11Update READMEAnthony Liguori1-2/+2
2011-12-12Merge branch 'master' of git://git.qemu.org/qemumalc4-10/+8
2011-12-12target-i386: fix cmpxchg instruction emulationAndreas Gustafsson1-4/+7
2011-12-10w32: Disable buffering for log fileStefan Weil1-2/+4
2011-12-10w32: QEMU applications with SDL are always GUI applicationsStefan Weil1-3/+0
2011-12-10configure: Enable build by default PIE / read-only relocation sections on Ope...Brad1-1/+1
2011-12-10bsd_user: Fix potential null pointer dereferenceStefan Weil2-4/+3
2011-12-09virtio-pci: use pci macrosHui Kai Ran1-3/+4
2011-12-09LICENSE: There is no libqemu.a anymoreChen Wei-Ren1-3/+1
2011-12-09Makefile.objs: Remove libqemu_common.a from the commentChen Wei-Ren1-4/+3
2011-12-09Makefile.target: Remove out of date commentChen Wei-Ren1-2/+0
2011-12-09qemu-tech.texi: Remove libqemu related stuff from the documentChen Wei-Ren1-10/+0
2011-12-09tests/qruncom.c: Remove libqemu.a exampleChen Wei-Ren1-284/+0
2011-12-09tests/Makefile: Remove qruncom targetChen Wei-Ren1-6/+0
2011-12-09tcg: Remove redundant declarations of TCG_TARGET_REG_BITSStefan Weil1-5/+0
2011-12-06qapi: Convert migrate_set_speedLuiz Capitulino7-16/+28
2011-12-06qapi: Convert migrate_set_downtimeLuiz Capitulino7-18/+26
2011-12-06qapi: Convert migrate_cancelLuiz Capitulino7-10/+22
2011-12-06qapi: Convert human-monitor-commandLuiz Capitulino3-13/+43
2011-12-06qapi: Convert blockdev_snapshot_syncLuiz Capitulino7-39/+69
2011-12-06qapi: Convert block_resizeLuiz Capitulino7-18/+38
2011-12-06qapi: Convert balloonLuiz Capitulino7-31/+43
2011-12-06qapi: Convert block_passwdLuiz Capitulino7-19/+56
2011-12-06qapi: Convert set_linkLuiz Capitulino7-13/+37
2011-12-06qapi: Convert inject-nmiLuiz Capitulino7-25/+37
2011-12-06qapi: Convert contLuiz Capitulino8-65/+107
2011-12-06qapi: Convert pmemsaveLuiz Capitulino7-43/+66
2011-12-06qapi: Convert memsaveLuiz Capitulino7-47/+97
2011-12-06QError: Introduce QERR_IO_ERRORLuiz Capitulino2-0/+7
2011-12-06console: Drop unused prototypesLuiz Capitulino1-2/+0
2011-12-06qapi: Complete system_powerdown conversionLuiz Capitulino2-14/+1
2011-12-06Drop test-visitorLuiz Capitulino2-342/+1
2011-12-06Introduce test-qmp-input-visitorLuiz Capitulino3-2/+275
2011-12-06Introduce test-qmp-output-visitorLuiz Capitulino4-2/+434
2011-12-06configure: Don't mix glib and libcheck testsLuiz Capitulino1-2/+3
2011-12-06qmp: add test tool for QMPMark Wu1-0/+126