summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nbd: Use CAF when looking for dirty bitmapMax Reitz2020-09-071-3/+3
* commit: Deal with filtersMax Reitz2020-09-074-28/+79
* backup: Deal with filtersMax Reitz2020-09-073-9/+21
* mirror: Deal with filtersMax Reitz2020-09-073-38/+118
* block-copy: Use CAF to find sync=top baseMax Reitz2020-09-071-2/+2
* block: Use child access functions for QAPI queriesMax Reitz2020-09-072-14/+27
* block: Report data child for query-blockstatsMax Reitz2020-09-071-2/+29
* blockdev: Use CAF in external_snapshot_prepare()Max Reitz2020-09-071-1/+6
* block/null: Implement bdrv_get_allocated_file_sizeMax Reitz2020-09-074-5/+13
* block: Improve get_allocated_file_size's defaultMax Reitz2020-09-071-3/+39
* block: Use CAFs for debug breakpointsMax Reitz2020-09-071-13/+3Star
* block/snapshot: Fix fallbackMax Reitz2020-09-071-21/+83
* block: Use CAF in bdrv_co_rw_vmstate()Max Reitz2020-09-071-2/+3
* block: Use CAFs in bdrv_refresh_filename()Max Reitz2020-09-071-8/+21
* block: Iterate over children in refresh_limitsMax Reitz2020-09-071-16/+16
* vmdk: Drop vmdk_co_flush()Max Reitz2020-09-071-16/+0Star
* block: Flush all children in generic codeMax Reitz2020-09-071-6/+17
* block: Re-evaluate backing file handling in reopenMax Reitz2020-09-071-9/+40
* block: Use bdrv_cow_child() in bdrv_co_truncate()Max Reitz2020-09-071-3/+4
* block: Use CAFs when working with backing chainsMax Reitz2020-09-071-14/+30
* stream: Deal with filtersMax Reitz2020-09-073-21/+59
* block: Use CAFs in block status functionsMax Reitz2020-09-071-9/+10
* block: Use bdrv_filter_(bs|child) where obviousMax Reitz2020-09-073-20/+26
* copy-on-read: Support compressed writesMax Reitz2020-09-071-0/+11
* throttle: Support compressed writesMax Reitz2020-09-071-0/+10
* block: Add bdrv_supports_compressed_writes()Max Reitz2020-09-072-0/+24
* block: Drop bdrv_is_encrypted()Max Reitz2020-09-073-10/+1Star
* block: Include filters when freezing backing chainMax Reitz2020-09-071-21/+39
* block: bdrv_set_backing_hd() is about bs->backingMax Reitz2020-09-071-2/+2
* block: bdrv_cow_child() for bdrv_has_zero_init()Max Reitz2020-09-071-1/+1
* block: Add chain helper functionsMax Reitz2020-09-072-0/+65
* block: Add child access functionsMax Reitz2020-09-072-3/+132
* block/nvme: Use an array of EventNotifierPhilippe Mathieu-Daudé2020-09-071-10/+21
* block/nvme: Extract nvme_poll_queue()Philippe Mathieu-Daudé2020-09-071-17/+27
* block/nvme: Simplify nvme_create_queue_pair() argumentsPhilippe Mathieu-Daudé2020-09-071-6/+7
* block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILEPhilippe Mathieu-Daudé2020-09-071-1/+2
* block/nvme: Simplify nvme_init_queue() argumentsPhilippe Mathieu-Daudé2020-09-071-4/+3Star
* block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz)Philippe Mathieu-Daudé2020-09-071-5/+5
* block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memsetPhilippe Mathieu-Daudé2020-09-071-7/+9
* block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structuresPhilippe Mathieu-Daudé2020-09-071-16/+15Star
* block/nvme: Rename local variablePhilippe Mathieu-Daudé2020-09-071-10/+9Star
* block/nvme: Use common error path in nvme_add_io_queue()Philippe Mathieu-Daudé2020-09-071-4/+5
* block/nvme: Improve error message when IO queue creation failedPhilippe Mathieu-Daudé2020-09-071-2/+2
* block/nvme: Define INDEX macros to ease code reviewPhilippe Mathieu-Daudé2020-09-071-14/+19
* block/nvme: Let nvme_create_queue_pair() fail gracefullyPhilippe Mathieu-Daudé2020-09-071-2/+10
* block/nvme: Avoid further processing if trace event not enabledPhilippe Mathieu-Daudé2020-09-071-0/+3
* block/nvme: Replace magic value by SCALE_MS definitionPhilippe Mathieu-Daudé2020-09-071-1/+1
* block: Raise an error when backing file parameter is an empty stringConnor Kuehl2020-09-073-0/+13
* Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200904-pull-request' i...Peter Maydell2020-09-064-26/+40
|\
| * ui/gtk: Update refresh interval after widget is realizedPhilippe Mathieu-Daudé2020-09-041-26/+26