summary refs log tree commit diff stats
path: root/scripts/qapi/doc.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-05vl: Document why objects are delayedMarkus Armbruster1-2/+8
2019-06-05vl: Fix -drive / -blockdev persistent reservation managementMarkus Armbruster1-2/+1
2019-06-05migratioin/ram: leave RAMBlock->bmap blank on allocatingWei Yang1-5/+13
2019-06-05migration-test: Add a test for fd protocolYury Kotov3-5/+227
2019-06-05migration: Fix fd protocol for incoming deferYury Kotov2-4/+6
2019-06-05migration/ram.c: multifd_send_state->count is not really usedWei Yang1-5/+0
2019-06-05migration/ram.c: MultiFDSendParams.sem_sync is not really usedWei Yang1-4/+0
2019-06-04iotests: Fix duplicated diff output on failureKevin Wolf1-1/+0
2019-06-04iotests: test big qcow2 shrinkVladimir Sementsov-Ogievskiy3-0/+95
2019-06-04block/io: bdrv_pdiscard: support int64_t bytes parameterVladimir Sementsov-Ogievskiy2-10/+10
2019-06-04block/qcow2-refcount: add trace-point to qcow2_process_discardsVladimir Sementsov-Ogievskiy2-1/+9
2019-06-04block: Remove bdrv_set_aio_context()Kevin Wolf3-27/+16
2019-06-04test-bdrv-drain: Use bdrv_try_set_aio_context()Kevin Wolf1-3/+3
2019-06-04iotests: Attach new devices to node in non-default iothreadKevin Wolf3-0/+54
2019-06-04virtio-scsi-test: Test attaching new overlay with iothreadsKevin Wolf3-0/+93
2019-06-04block: Remove wrong bdrv_set_aio_context() callsKevin Wolf3-4/+0
2019-06-04blockdev: Use bdrv_try_set_aio_context() for monitor commandsKevin Wolf1-16/+28
2019-06-04block: Move node without parents to main AioContextKevin Wolf3-3/+6
2019-06-04test-block-iothread: BlockBackend AioContext across root node changeKevin Wolf1-0/+33
2019-06-04test-block-iothread: Test adding parent to iothread nodeKevin Wolf1-0/+33
2019-06-04block: Adjust AioContexts when attaching nodesKevin Wolf5-10/+51
2019-06-04scsi-disk: Use qdev_prop_drive_iothreadKevin Wolf4-15/+25
2019-06-04block: Add qdev_prop_drive_iothread property typeKevin Wolf3-7/+46
2019-06-04block: Add BlockBackend.ctxKevin Wolf33-64/+102
2019-06-04