summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-09iotests: Test creating overlay when guest runningFam Zheng2-6/+9
2018-03-09softfloat: fix crash on int conversion of SNaNStef O'Rear1-0/+4
2018-03-09qemu-iotests: Test ssh image creation over QMPKevin Wolf3-0/+337
2018-03-09qemu-iotests: Test qcow2 over file image creation with QMPKevin Wolf3-0/+646
2018-03-09block: Fail bdrv_truncate() with negative sizeKevin Wolf1-0/+5
2018-03-09file-posix: Fix no-op bdrv_truncate() with falloc preallocationKevin Wolf1-5/+9
2018-03-09ssh: Support .bdrv_co_createKevin Wolf2-36/+63
2018-03-09ssh: Pass BlockdevOptionsSsh to connect_to_ssh()Kevin Wolf1-13/+21
2018-03-09ssh: QAPIfy host-key-check optionKevin Wolf2-34/+117
2018-03-09ssh: Use QAPI BlockdevOptionsSsh objectKevin Wolf1-75/+62
2018-03-09sheepdog: Support .bdrv_co_createKevin Wolf2-75/+192
2018-03-09sheepdog: QAPIfy "redundancy" create optionKevin Wolf2-27/+112
2018-03-09nfs: Support .bdrv_co_createKevin Wolf2-17/+75
2018-03-09nfs: Use QAPI options in nfs_client_open()Kevin Wolf1-123/+53
2018-03-09rbd: Use qemu_rbd_connect() in qemu_rbd_do_create()Kevin Wolf1-44/+10
2018-03-09rbd: Assign s->snap/image_name in qemu_rbd_open()Kevin Wolf1-9/+5
2018-03-09rbd: Support .bdrv_co_createKevin Wolf2-51/+118
2018-03-09rbd: Pass BlockdevOptionsRbd to qemu_rbd_connect()Kevin Wolf1-60/+55
2018-03-09rbd: Remove non-schema options from runtime_optsKevin Wolf1-31/+24
2018-03-09rbd: Factor out qemu_rbd_connect()Kevin Wolf1-40/+60
2018-03-09rbd: Fix use after free in qemu_rbd_set_keypairs() error pathKevin Wolf1-1/+2
2018-03-09gluster: Support .bdrv_co_createKevin Wolf2-45/+108
2018-03-09file-win32: Support .bdrv_co_createKevin Wolf1-9/+38
2018-03-09file-posix: Support .bdrv_co_createKevin Wolf2-24/+75
2018-03-09block: x-blockdev-create QMP commandKevin Wolf5-2/+94
2018-03-09block: Make bdrv_is_whitelisted() publicKevin Wolf2-1/+2
2018-03-09qcow2: Use visitor for options in qcow2_create()Kevin Wolf3-146/+84
2018-03-09qdict: Introduce qdict_rename_keys()Kevin Wolf3-0/+169
2018-03-09test-qemu-opts: Test qemu_opts_to_qdict_filtered()Kevin Wolf1-0/+125
2018-03-09test-qemu-opts: Test qemu_opts_append()Kevin Wolf1-0/+128
2018-03-09util: Add qemu_opts_to_qdict_filtered()Kevin Wolf2-5/+39
2018-03-09qcow2: Handle full/falloc preallocation in qcow2_co_create()Kevin Wolf1-9/+19
2018-03-09qcow2: Use QCryptoBlockCreateOptions in qcow2_co_create()Kevin Wolf1-17/+45
2018-03-09qcow2: Use BlockdevRef in qcow2_co_create()Kevin Wolf3-14/+73
2018-03-09qcow2: Pass BlockdevCreateOptions to qcow2_co_create()Kevin Wolf1-38/+151
2018-03-09qcow2: Let qcow2_create() handle protocol layerKevin Wolf1-26/+38
2018-03-09qcow2: Rename qcow2_co_create2() to qcow2_co_create()Kevin Wolf1-8/+8
2018-03-09block/qapi: Add qcow2 create options to schemaKevin Wolf1-1/+44
2018-03-09block/qapi: Introduce BlockdevCreateOptionsKevin Wolf1-0/+62
2018-03-09qcow2: Make qemu-img check detect corrupted L1 tables in snapshotsAlberto Garcia3-0/+36
2018-03-09qcow2: Check snapshot L1 table in qcow2_snapshot_delete()Alberto Garcia3-0/+11
2018-03-09qcow2: Check snapshot L1 table in qcow2_snapshot_goto()Alberto Garcia3-0/+15
2018-03-09qcow2: Check snapshot L1 tables in qcow2_check_metadata_overlap()Alberto Garcia3-1/+17
2018-03-09qcow2: Check L1 table parameters in qcow2_expand_zero_clusters()Alberto Garcia3-7/+23
2018-03-09qcow2: Check L1 table offset in qcow2_snapshot_load_tmp()Alberto Garcia3-5/+21
2018-03-09qcow2: Generalize validate_table_offset() into qcow2_validate_table()Alberto Garcia3-60/+43
2018-03-09block: convert bdrv_check callback to coroutine_fnPaolo Bonzini10-45/+103
2018-03-09block: convert bdrv_invalidate_cache callback to coroutine_fnPaolo Bonzini7-24/+58
2018-03-09qed: make bdrv_qed_do_open a coroutine_fnPaolo Bonzini1-3/+37
2018-03-09qcow2: make qcow2_do_open a coroutine_fnPaolo Bonzini1-5/+41