summaryrefslogtreecommitdiff
path: root/qemu-img.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-10qemu-img: Use zero writes after source backing EOFMax Reitz1-2/+9
2019-05-10qemu-img: Allow rebase with no input baseMax Reitz1-27/+34
2019-05-10qemu-img: Use IEC binary prefixes for size constantsStefano Garzarella1-2/+3
2019-04-30qemu-img: use buffer-based ioVladimir Sementsov-Ogievskiy1-9/+4
2019-04-30qemu-img: Make create hint at protocol optionsMax Reitz1-1/+12
2019-04-18block/qapi: Clean up how we print to monitor or stdoutMarkus Armbruster1-3/+3
2019-04-17qemu-img: Use error_vreport() in error_exit()Markus Armbruster1-4/+2
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau1-1/+1
2019-04-02qemu-img: Enable BDRV_REQ_MAY_UNMAP in convertNir Soffer1-1/+2
2019-03-30qemu-img: Gracefully shutdown when map can't finishEric Blake1-5/+9
2019-03-30qemu-img: Report bdrv_block_status failuresEric Blake1-0/+2
2019-03-26qemu-img: Use BDRV_REQ_NO_FALLBACK for pre-zeroingKevin Wolf1-1/+1
2019-03-08block: iterate_format with account of whitelistingAndrey Shinkevich1-1/+1
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-27/+37
2019-02-25block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz1-8/+4
2019-02-25block: Use bdrv_refresh_filename() to pullMax Reitz1-2/+9
2019-02-25qemu-img: fix error reporting for -objectDaniel P. Berrangé1-13/+13
2019-02-25block/snapshot: remove bdrv_snapshot_delete_by_id_or_nameDaniel Henrique Barboza1-4/+11
2019-02-22qemu-img: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy1-8/+2
2019-01-31qemu-io: Add generic function for reinitializing optind.Richard W.M. Jones1-1/+1
2018-11-21qemu-img: Fix leakMax Reitz1-0/+1
2018-11-21qemu-img: Fix typoMax Reitz1-1/+1
2018-11-12qemu-img: assert block_job_get() does not return NULL in img_commit()Liam Merwick1-0/+1
2018-11-05option: Make option help nicer to readMax Reitz1-2/+2
2018-08-15qemu-img: fix regression copying secrets during convertDaniel P. Berrangé1-17/+15
2018-07-30qemu-img: Add -C option for convert with copy offloadingFam Zheng1-4/+17
2018-07-23qemu-img: avoid overflow of min_sparse parameterPeter Lieven1-5/+11
2018-07-12qemu-img: align result of is_allocated_sectorsPeter Lieven1-6/+38
2018-07-10block: split flags in copy_rangeVladimir Sementsov-Ogievskiy1-1/+1
2018-07-05qemu-img: allow compressed not-in-order writesVladimir Sementsov-Ogievskiy1-5/+0
2018-06-15qemu-img: Fix assert when mapping unaligned raw fileEric Blake1-1/+1
2018-06-11qemu-img: Remove deprecated -s snapshot_id_or_name optionThomas Huth1-6/+1
2018-06-11qemu-img: Special post-backing convert handlingMax Reitz1-1/+25
2018-06-11qemu-img: Resolve relative backing paths in rebaseMax Reitz1-1/+22
2018-06-11qemu-img: Recognize no creation support in -o helpMax Reitz1-0/+10
2018-06-11qemu-img: Add print_amend_option_help()Max Reitz1-2/+28
2018-06-11qemu-option: Pull out "Supported options" printMax Reitz1-0/+1
2018-06-11block: Add Error parameter to bdrv_amend_optionsMax Reitz1-2/+2
2018-06-11qemu-img: Amendment support implies create_optsMax Reitz1-2/+5
2018-06-01qemu-img: Convert with copy offloadingFam Zheng1-2/+48
2018-05-23job: Move progress fields to JobKevin Wolf1-2/+6
2018-05-23job: Add job_is_ready()Kevin Wolf1-1/+1
2018-05-23job: Move completion and cancellation to JobKevin Wolf1-1/+1
2018-05-23job: Move single job finalisation to JobKevin Wolf1-1/+1
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf1-1/+1
2018-05-23job: Replace BlockJob.completed with job_is_completed()Kevin Wolf1-2/+2
2018-05-23job: Add reference countingKevin Wolf1-2/+2
2018-05-20qemu-img: remove references to GEN_DOCSJohn Snow1-2/+0
2018-05-15qemu-img: Use only string options in img_open_optsMax Reitz1-2/+2
2018-05-15qemu-img: Check post-truncation sizeMax Reitz1-4/+35