aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-07hmp: show ImageInfo in 'info block'Wenchao Xia
2013-06-07qmp: add ImageInfo in BlockDeviceInfo used by query-blockWenchao Xia
2013-06-07block: add image info query function bdrv_query_image_info()Wenchao Xia
2013-06-07block: add snapshot info query function bdrv_query_snapshot_info_list()Wenchao Xia
2013-06-06ide-test: Add FLUSH CACHE test caseKevin Wolf
2013-06-06ide: Set BSY bit during FLUSHAndreas Färber
2013-06-06ide-test: Add enum value for DEVKevin Wolf
2013-06-06blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf
2013-06-06Make qemu-io commands available in HMPKevin Wolf
2013-06-06qemu-io: Use the qemu version for -VKevin Wolf
2013-06-06qemu-io: Interface cleanupKevin Wolf
2013-06-06qemu-io: Move remaining helpers from cmd.cKevin Wolf
2013-06-06qemu-io: Move command_loop() and friendsKevin Wolf
2013-06-06qemu-io: Move functions for registering and running commandsKevin Wolf
2013-06-06qemu-io: Move qemu_strsep() to cutils.cKevin Wolf
2013-06-06qemu-io: Move 'quit' functionKevin Wolf
2013-06-06qemu-io: Move 'help' functionKevin Wolf
2013-06-06qemu-io: Factor out qemuio_commandKevin Wolf
2013-06-06qemu-io: Split off commands to qemu-io-cmds.cKevin Wolf
2013-06-06qemu-io: Don't use global bs in command implementationsKevin Wolf
2013-06-06qemu-io: Handle cvtnum() errors in 'alloc'Kevin Wolf
2013-06-06qemu-io: Make cvtnum() a wrapper around strtosz_suffix()Kevin Wolf
2013-06-06cutils: Support 'P' and 'E' suffixes in strtosz()Kevin Wolf
2013-06-06qemu-io: Remove unused args_commandKevin Wolf
2013-06-05blockdev: reset werror/rerror on drive_delStefan Hajnoczi
2013-06-04Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into stagingAnthony Liguori
2013-06-04Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-06-04Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-06-04block: dump snapshot and image info to specified outputWenchao Xia
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia
2013-06-04block: move snapshot code in block.c to block/snapshot.cWenchao Xia
2013-06-04block: drop bs_snapshots global variableStefan Hajnoczi
2013-06-04qemu-iotests: make create_image() commonStefan Hajnoczi
2013-06-04qemu-iotests: make compare_images() commonStefan Hajnoczi
2013-06-04qemu-iotests: make cancel_and_wait() commonStefan Hajnoczi
2013-06-04qemu-iotests: make assert_no_active_block_jobs() commonStefan Hajnoczi
2013-06-04block: add block driver read only whitelistFam Zheng
2013-06-04qemu-iotests: fix 054 cluster size help outputStefan Hajnoczi
2013-06-03gtk: don't use g_object_unref on GdkCursorAnthony Liguori
2013-06-03gtk: don't resize window when enabling scalingAnthony Liguori
2013-06-03fix double free the memslot in kvm_set_phys_memXiao Guangrong
2013-06-03configure: Report unknown target names more helpfullyPeter Maydell
2013-06-03configure: Autogenerate default target listPeter Maydell
2013-06-03Merge remote-tracking branch 'pmaydell/arm-devs.next' into stagingAnthony Liguori
2013-06-03i.MX: Improve EPIT timer code.Jean-Christophe DUBOIS
2013-06-03exynos4210.c: register rom_mem for memory migrationIgor Mitsyanko
2013-06-03hw/arm/exynos4210.c: convert chipid_and_omr to an mmio regionIgor Mitsyanko
2013-06-03i.MX: split GPT and EPIT timer implementationJean-Christophe DUBOIS
2013-06-03sd/sd.c: Fix "inquiry" ACMD41Peter Crosthwaite
2013-06-03sd/sdhci:ADMA: fix interruptPeter Crosthwaite