summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-10block/nvme: Pair doorbell registersPhilippe Mathieu-Daudé1-3/+6
2020-09-10block/nvme: Use generic NvmeBar structurePhilippe Mathieu-Daudé1-19/+1
2020-09-10block/nvme: Group controller registers in NVMeRegs structurePhilippe Mathieu-Daudé1-23/+25
2020-09-10file-win32: Fix "locking" optionKevin Wolf1-1/+21
2020-09-10iotests: Allow running from different directoryKevin Wolf1-1/+1
2020-09-08iotests: Test committing to overridden backingMax Reitz2-2/+63
2020-09-08iotests: Add test for commit in sub directoryMax Reitz2-0/+54
2020-09-08iotests: Add filter mirror test casesMax Reitz2-3/+147
2020-09-08iotests: Add filter commit test casesMax Reitz2-2/+179
2020-09-07iotests: Let complete_and_wait() work with commitMax Reitz1-3/+7
2020-09-07iotests: Test that qcow2's data-file is flushedMax Reitz2-0/+56
2020-09-07block: Leave BDS.backing_{file,format} constantMax Reitz7-25/+59
2020-09-07block: Inline bdrv_co_block_status_from_*()Max Reitz10-68/+22
2020-09-07blockdev: Fix active commit choiceMax Reitz2-24/+50
2020-09-07block: Drop backing_bs()Max Reitz1-5/+0
2020-09-07qemu-img: Use child access functionsMax Reitz2-17/+27
2020-09-07nbd: Use CAF when looking for dirty bitmapMax Reitz1-3/+3
2020-09-07commit: Deal with filtersMax Reitz4-28/+79
2020-09-07backup: Deal with filtersMax Reitz3-9/+21
2020-09-07mirror: Deal with filtersMax Reitz3-38/+118
2020-09-07block-copy: Use CAF to find sync=top baseMax Reitz1-2/+2
2020-09-07block: Use child access functions for QAPI queriesMax Reitz2-14/+27
2020-09-07block: Report data child for query-blockstatsMax Reitz1-2/+29
2020-09-07blockdev: Use CAF in external_snapshot_prepare()Max Reitz1-1/+6
2020-09-07block/null: Implement bdrv_get_allocated_file_sizeMax Reitz4-5/+13
2020-09-07block: Improve get_allocated_file_size's defaultMax Reitz1-3/+39
2020-09-07block: Use CAFs for debug breakpointsMax Reitz1-13/+3
2020-09-07block/snapshot: Fix fallbackMax Reitz1-21/+83
2020-09-07block: Use CAF in bdrv_co_rw_vmstate()Max Reitz1-2/+3
2020-09-07block: Use CAFs in bdrv_refresh_filename()Max Reitz1-8/+21
2020-09-07block: Iterate over children in refresh_limitsMax Reitz1-16/+16
2020-09-07vmdk: Drop vmdk_co_flush()Max Reitz1-16/+0
2020-09-07block: Flush all children in generic codeMax Reitz1-6/+17
2020-09-07block: Re-evaluate backing file handling in reopenMax Reitz1-9/+40
2020-09-07block: Use bdrv_cow_child() in bdrv_co_truncate()Max Reitz1-3/+4
2020-09-07block: Use CAFs when working with backing chainsMax Reitz1-14/+30
2020-09-07stream: Deal with filtersMax Reitz3-21/+59
2020-09-07block: Use CAFs in block status functionsMax Reitz1-9/+10
2020-09-07block: Use bdrv_filter_(bs|child) where obviousMax Reitz3-20/+26
2020-09-07copy-on-read: Support compressed writesMax Reitz1-0/+11
2020-09-07throttle: Support compressed writesMax Reitz1-0/+10
2020-09-07block: Add bdrv_supports_compressed_writes()Max Reitz2-0/+24
2020-09-07block: Drop bdrv_is_encrypted()Max Reitz3-10/+1
2020-09-07block: Include filters when freezing backing chainMax Reitz1-21/+39
2020-09-07block: bdrv_set_backing_hd() is about bs->backingMax Reitz1-2/+2
2020-09-07block: bdrv_cow_child() for bdrv_has_zero_init()Max Reitz1-1/+1
2020-09-07block: Add chain helper functionsMax Reitz2-0/+65
2020-09-07block: Add child access functionsMax Reitz2-3/+132
2020-09-07block/nvme: Use an array of EventNotifierPhilippe Mathieu-Daudé1-10/+21
2020-09-07block/nvme: Extract nvme_poll_queue()Philippe Mathieu-Daudé1-17/+27