aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-29test: add image streaming testsStefan Hajnoczi3-0/+157
2012-02-29qemu-iotests: add iotests Python moduleStefan Hajnoczi1-0/+164
2012-02-29qemu-iotests: export TEST_DIR for non-bash testsStefan Hajnoczi1-0/+2
2012-02-29QMP: Add qmp command for blockdev-group-snapshot-syncJeff Cody1-0/+39
2012-02-29qapi: Introduce blockdev-group-snapshot-sync commandJeff Cody5-0/+257
2012-02-29qcow2: Reject too large header extensionsKevin Wolf1-0/+5
2012-02-29qcow2: Fix offset in qcow2_read_extensionsKevin Wolf1-3/+2
2012-02-29block: drop aio_multiwrite in BlockDriverPaolo Bonzini2-26/+3
2012-02-29block: remove unused fields in BlockDriverStatePaolo Bonzini1-5/+0
2012-02-29qcow2: Fix build with DEBUG_EXT enabledKevin Wolf1-1/+0
2012-02-29ide: fail I/O to empty diskPaolo Bonzini1-4/+20
2012-02-29fdc: DIR (Digital Input Register) should return status of current drive...Hervé Poussineau1-7/+3
2012-02-29fdc: fix seek command, which shouldn't check tracksHervé Poussineau1-3/+6
2012-02-29fdc: check if media rate is correct before doing any transferHervé Poussineau1-3/+50
2012-02-29fdc: add a 'check media rate' property. Not used yetHervé Poussineau2-0/+31
2012-02-29block: add a transfer rate for floppy typesHervé Poussineau4-38/+52
2012-02-29fdc: add CCR (Configuration Control Register) write registerHervé Poussineau1-0/+22
2012-02-29fdc: handle read-only floppies (abort early on write commands)Hervé Poussineau1-0/+11
2012-02-29fdc: most control commands do not generate interruptsHervé Poussineau1-6/+6
2012-02-29fdc: set busy bit when starting a commandHervé Poussineau1-1/+1
2012-02-29fdc: take side count into accountHervé Poussineau1-6/+11
2012-02-27Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori3-9/+26
2012-02-27slirp: Fix assertion failure on rejected DHCP requestsDavid Gibson1-1/+2
2012-02-27slirp: Refactor if_startJan Kiszka1-42/+36
2012-02-27slirp: Fix requeuing of batchq packets in if_startJan Kiszka1-16/+19
2012-02-27slirp: Clean up ifs_initJan Kiszka3-4/+5
2012-02-25audio: Add some fall through commentsStefan Weil2-1/+4
2012-02-24configure: Check whether makecontext() is a glibc stub functionPeter Maydell1-0/+4
2012-02-24vl.c: Avoid segfault when started with no argumentsPeter Maydell1-7/+10
2012-02-24nic: zap obsolote romloading bits from ne2k + pcnetGerd Hoffmann2-16/+2
2012-02-24build: allow turning off debuginfoGerd Hoffmann1-2/+13
2012-02-24optimize screendump for the common non-switch caseGerd Hoffmann9-21/+34
2012-02-24Remove screendump dummy functions.Gerd Hoffmann3-12/+4
2012-02-24vga: simplify screendumpGerd Hoffmann1-35/+1
2012-02-24suspend: add qmp eventsGerd Hoffmann3-0/+10
2012-02-24suspend: make acpi timer wakeup the guest.Gerd Hoffmann2-0/+9
2012-02-24suspend: make rtc alarm wakeup the guest.Gerd Hoffmann3-0/+9
2012-02-24suspend: make serial ports wakeup the guest.Gerd Hoffmann1-0/+6
2012-02-24suspend: make ps/2 devices wakeup the guestGerd Hoffmann1-0/+6
2012-02-24suspend: add system_wakeup monitor commandGerd Hoffmann6-0/+57
2012-02-24suspend: switch acpi s3 to new infrastructure.Gerd Hoffmann10-42/+47
2012-02-24suspend: add infrastructureGerd Hoffmann2-0/+76
2012-02-24acpi: add acpi_pm1_evt_write_enGerd Hoffmann4-2/+8
2012-02-24acpi: don't pass overflow_time to acpi_pm1_evt_get_stsGerd Hoffmann4-8/+8
2012-02-24acpi: add ACPIREGSGerd Hoffmann4-143/+145
2012-02-24acpi: move around structsGerd Hoffmann1-25/+23
2012-02-24Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori3-28/+9
2012-02-24Merge remote-tracking branch 'mdroth/qga-win32-pull-2-23-12' into stagingAnthony Liguori14-318/+1263
2012-02-24Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori12-62/+104
2012-02-24Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori69-0/+153385