aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-24qmp: Allow to take external snapshots on bs graphs node.Benoît Canet
2014-01-24qmp: Allow block_resize to manipulate bs graph nodes.Benoît Canet
2014-01-24block: Create authorizations mechanism for external snapshot and resize.Benoît Canet
2014-01-24qmp: Allow to change password on named block driver states.Benoît Canet
2014-01-24qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.Benoît Canet
2014-01-24block: Allow the user to define "node-name" option both on command line and QMP.Benoît Canet
2014-01-24block: Add bs->node_name to hold the name of a bs node of the bs graph.Benoît Canet
2014-01-24qapi: Add "backing" to BlockStatsFam Zheng
2014-01-24vmdk: Fix format specific information (create type) for streamOptimizedFam Zheng
2014-01-24drive mirror:fix memory leakZhang Min
2014-01-24sheepdog: fix 'qemu-img map'Liu Yuan
2014-01-24Documentation: qemu-img: Mention SIGUSR1 progress reportKevin Wolf
2014-01-24qemu-progress: Fix progress printing on SIGUSR1Kevin Wolf
2014-01-24qemu-progress: Drop unused includeKevin Wolf
2014-01-24vmdk: Check for overhead when openingFam Zheng
2014-01-24qcow2: fix wrong value of L1E_OFFSET_MASK, L2E_OFFSET_MASK and REFT_OFFSET_MASKHu Tao
2014-01-22dataplane: fix shadowed return valueStefan Hajnoczi
2014-01-22block: fix backing file segfaultPeter Feiner
2014-01-22iotests: Test file format nestingMax Reitz
2014-01-22iotests: Test new blkdebug/blkverify interfaceMax Reitz
2014-01-22tests: Add test for qdict_flatten()Max Reitz
2014-01-22tests: Add test for qdict_array_split()Max Reitz
2014-01-22qemu-io: Make filename optionalMax Reitz
2014-01-22qapi: QMP interface for blkdebug and blkverifyMax Reitz
2014-01-22qapi: Add "errno" to the list of polluted wordsMax Reitz
2014-01-22blkverify: Don't require protocol filenameMax Reitz
2014-01-22blkverify: Allow command-line configurationMax Reitz
2014-01-22blkdebug: Allow command-line file configurationMax Reitz
2014-01-22blockdev: Move "file" to legacy_optsMax Reitz
2014-01-22block: Allow recursive "file"sMax Reitz
2014-01-22block: Use bdrv_open_image() in bdrv_open()Max Reitz
2014-01-22block: Add bdrv_open_image()Max Reitz
2014-01-22block: Allow block devices without filesMax Reitz
2014-01-22block: Pass reference to bdrv_file_open()Max Reitz
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz
2014-01-22blkdebug: Use command-line in read_config()Max Reitz
2014-01-22blkdebug: Always call read_config()Max Reitz
2014-01-22qemu-option: Add qemu_config_parse_qdict()Max Reitz
2014-01-22qapi: extend qdict_flatten() for QListsMax Reitz
2014-01-22qdict: Add qdict_array_split()Max Reitz
2014-01-22blkdebug: Don't require sophisticated filenameMax Reitz
2014-01-22blkdebug: Use errp for read_config()Max Reitz
2014-01-22qemu-io: add command completionStefan Hajnoczi
2014-01-22qemu-io: use readline.cStefan Hajnoczi
2014-01-22osdep: add qemu_set_tty_echo()Stefan Hajnoczi
2014-01-22readline: move readline to a generic locationStefan Hajnoczi
2014-01-22readline: decouple readline from the monitorStefan Hajnoczi
2014-01-22vmdk: Fix big flat extent IOFam Zheng
2014-01-22docs: qcow2 compat=1.1 is now the defaultStefan Hajnoczi
2014-01-22qtest: Fix the bug about disable vnc causes "make check" failKewei Yu