summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-08chardev: add baud parameter for serial host deviceserial-baudPeter Wu3-13/+33
2013-06-07Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori25-2561/+2715
2013-06-07Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into stagingAnthony Liguori2-5/+5
2013-06-07hmp: add parameters device and -v for info blockWenchao Xia2-12/+20
2013-06-07hmp: show ImageInfo in 'info block'Wenchao Xia1-0/+14
2013-06-07qmp: add ImageInfo in BlockDeviceInfo used by query-blockWenchao Xia4-8/+125
2013-06-07block: add image info query function bdrv_query_image_info()Wenchao Xia3-14/+46
2013-06-07block: add snapshot info query function bdrv_query_snapshot_info_list()Wenchao Xia3-15/+49
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-06virtio-ccw: Fix unsetting of indicators.Cornelia Huck1-4/+4
2013-06-06s390x/css: Fix concurrent sense.Cornelia Huck1-1/+1
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