summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-06ide-test: Add FLUSH CACHE test caseKevin Wolf1-0/+40
2013-06-06ide: Set BSY bit during FLUSHAndreas Färber1-0/+1
2013-06-06ide-test: Add enum value for DEVKevin Wolf1-1/+2
2013-06-06blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf3-4/+10
2013-06-06Make qemu-io commands available in HMPKevin Wolf5-1/+37
2013-06-06qemu-io: Use the qemu version for -VKevin Wolf1-3/+1
2013-06-06qemu-io: Interface cleanupKevin Wolf3-30/+27
2013-06-06qemu-io: Move remaining helpers from cmd.cKevin Wolf4-154/+105
2013-06-06qemu-io: Move command_loop() and friendsKevin Wolf3-148/+139
2013-06-06qemu-io: Move functions for registering and running commandsKevin Wolf4-178/+148
2013-06-06qemu-io: Move qemu_strsep() to cutils.cKevin Wolf3-21/+22
2013-06-06qemu-io: Move 'quit' functionKevin Wolf3-32/+16
2013-06-06qemu-io: Move 'help' functionKevin Wolf3-81/+66
2013-06-06qemu-io: Factor out qemuio_commandKevin Wolf3-39/+31
2013-06-06qemu-io: Split off commands to qemu-io-cmds.cKevin Wolf3-1816/+1838
2013-06-06qemu-io: Don't use global bs in command implementationsKevin Wolf3-80/+101
2013-06-06qemu-io: Handle cvtnum() errors in 'alloc'Kevin Wolf1-1/+8
2013-06-06qemu-io: Make cvtnum() a wrapper around strtosz_suffix()Kevin Wolf3-38/+6
2013-06-06cutils: Support 'P' and 'E' suffixes in strtosz()Kevin Wolf5-12/+20
2013-06-06qemu-io: Remove unused args_commandKevin Wolf3-38/+2
2013-06-05blockdev: reset werror/rerror on drive_delStefan Hajnoczi2-0/+6
2013-06-04Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into stagingAnthony Liguori6-57/+15
2013-06-04Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori18-731/+843
2013-06-04Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori22-62/+78
2013-06-04block: dump snapshot and image info to specified outputWenchao Xia4-39/+49
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia8-347/+408
2013-06-04block: move snapshot code in block.c to block/snapshot.cWenchao Xia6-143/+217
2013-06-04block: drop bs_snapshots global variableStefan Hajnoczi3-33/+15
2013-06-04qemu-iotests: make create_image() commonStefan Hajnoczi3-40/+27
2013-06-04qemu-iotests: make compare_images() commonStefan Hajnoczi2-31/+15
2013-06-04qemu-iotests: make cancel_and_wait() commonStefan Hajnoczi3-53/+38
2013-06-04qemu-iotests: make assert_no_active_block_jobs() commonStefan Hajnoczi3-61/+57
2013-06-04block: add block driver read only whitelistFam Zheng6-28/+61
2013-06-04qemu-iotests: fix 054 cluster size help outputStefan Hajnoczi1-1/+1
2013-06-03gtk: don't use g_object_unref on GdkCursorAnthony Liguori1-1/+1
2013-06-03gtk: don't resize window when enabling scalingAnthony Liguori1-1/+3
2013-06-03fix double free the memslot in kvm_set_phys_memXiao Guangrong1-1/+2
2013-06-03configure: Report unknown target names more helpfullyPeter Maydell1-0/+13
2013-06-03configure: Autogenerate default target listPeter Maydell1-70/+14
2013-06-03Merge remote-tracking branch 'pmaydell/arm-devs.next' into stagingAnthony Liguori8-455/+735
2013-06-03i.MX: Improve EPIT timer code.Jean-Christophe DUBOIS1-104/+132
2013-06-03exynos4210.c: register rom_mem for memory migrationIgor Mitsyanko1-0/+1
2013-06-03hw/arm/exynos4210.c: convert chipid_and_omr to an mmio regionIgor Mitsyanko1-3/+24
2013-06-03i.MX: split GPT and EPIT timer implementationJean-Christophe DUBOIS3-363/+410
2013-06-03sd/sd.c: Fix "inquiry" ACMD41Peter Crosthwaite1-2/+9
2013-06-03sd/sdhci:ADMA: fix interruptPeter Crosthwaite1-9/+9
2013-06-03sd/sdhci.c: Fix bdata_read DPRINT messagePeter Crosthwaite1-1/+2
2013-06-03sd/sdhci: Fix Buffer Write Ready interruptPeter Crosthwaite1-3/+2
2013-06-03sd/sdhci.c: Only reset data_count on new commandsPeter Crosthwaite1-1/+1
2013-06-03xilinx_spips: lqspi: Fix byte/misaligned accessPeter Crosthwaite1-14/+17