summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-21quorum: Implement recursive .bdrv_recurse_is_first_non_filter in quorum.Benoît Canet1-0/+19
2014-02-21quorum: Add quorum_co_flush().Benoît Canet1-0/+28
2014-02-21quorum: Add quorum_invalidate_cache().Benoît Canet1-0/+11
2014-02-21quorum: Add quorum_getlength().Benoît Canet1-0/+26
2014-02-21quorum: Add quorum mechanism.Benoît Canet6-2/+467
2014-02-21quorum: Add quorum_aio_readv.Benoît Canet1-1/+38
2014-02-21blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.Benoît Canet3-106/+110
2014-02-21quorum: Add quorum_aio_writev and its dependencies.Benoît Canet1-0/+103
2014-02-21quorum: Create BDRVQuorumState and BlkDriver and do init.Benoît Canet1-0/+31
2014-02-21quorum: Create quorum.c, add QuorumChildRequest and QuorumAIOCB.Benoît Canet2-0/+54
2014-02-21check-qdict: Test termination of qdict_array_split()Max Reitz1-0/+53
2014-02-21check-qdict: Adjust test for qdict_array_split()Max Reitz1-6/+16
2014-02-21qdict: Extract non-QDicts in qdict_array_split()Max Reitz1-14/+46
2014-02-21qemu-config: Sections must consist of keysMax Reitz1-0/+6
2014-02-21qemu-iotests: Check qemu-img command line parsingKevin Wolf3-0/+738
2014-02-21qemu-img: Allow -o help with incomplete argument listKevin Wolf1-23/+35
2014-02-21qemu-img amend: Support multiple -o optionsKevin Wolf1-2/+15
2014-02-21qemu-img convert: Support multiple -o optionsKevin Wolf1-9/+25
2014-02-21qemu-img create: Support multiple -o optionsKevin Wolf1-6/+22
2014-02-21qemu-option: has_help_option() and is_valid_option_list()Kevin Wolf2-0/+51
2014-02-21vdi: say why an image is badPaolo Bonzini1-9/+16
2014-02-21block: do not abuse EMEDIUMTYPEPaolo Bonzini9-11/+19
2014-02-21vmdk: correctly propagate errorsPaolo Bonzini2-9/+8
2014-02-21vmdk: do not try opening a file as both image and descriptorPaolo Bonzini2-9/+17
2014-02-21vmdk: push vmdk_read_desc up to callerPaolo Bonzini1-24/+31
2014-02-21vmdk: extract vmdk_read_descPaolo Bonzini1-11/+30
2014-02-21vvfat: correctly propagate errorsPaolo Bonzini1-6/+3
2014-02-21vhdx: correctly propagate errorsPaolo Bonzini1-12/+9
2014-02-21qed: correctly propagate errorsPaolo Bonzini1-7/+6
2014-02-21qcow: correctly propagate errorsPaolo Bonzini1-6/+6
2014-02-21curl: correctly propagate errorsPaolo Bonzini1-8/+5
2014-02-21cow: correctly propagate errorsPaolo Bonzini1-5/+3
2014-02-21gluster: correctly propagate errorsPaolo Bonzini1-11/+13
2014-02-21gluster: default scheme to gluster:// and host to localhost.Paolo Bonzini1-2/+2
2014-02-21iscsi: correctly propagate errors in iscsi_openPaolo Bonzini1-50/+53
2014-02-21iscsi: fix indentationPaolo Bonzini1-22/+23
2014-02-21nbd: move socket wrappers to qemu-nbdPaolo Bonzini3-54/+52
2014-02-21nbd: inline tcp_socket_incoming_spec into sole callerPaolo Bonzini2-7/+2
2014-02-21nbd: correctly propagate errorsPaolo Bonzini4-35/+18
2014-02-21nbd: produce a better error if neither host nor port is passedPaolo Bonzini2-7/+8
2014-02-21block: Remove bdrv_open_image()'s force_raw optionMax Reitz4-27/+8
2014-02-21block: Reuse success path from bdrv_open()Max Reitz1-34/+29
2014-02-21block: Handle bs->options in bdrv_open() onlyMax Reitz1-23/+15
2014-02-21block: Remove bdrv_new() from bdrv_file_open()Max Reitz1-11/+13
2014-02-21block: Reuse reference handling from bdrv_open()Max Reitz1-25/+7
2014-02-21block: Make bdrv_file_open() staticMax Reitz10-24/+48
2014-02-21block: Add reference parameter to bdrv_open()Max Reitz10-27/+61
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz12-57/+73
2014-02-21block: Fix bdrv_is_first_non_filter()Kevin Wolf1-5/+1
2014-02-21qcow2: Set zero flag for discarded clustersKevin Wolf2-6/+34