summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-06qemu-storage-daemon: Add --monitor optionKevin Wolf10-5/+121
2020-03-06monitor: Add allow_hmp parameter to monitor_init()Kevin Wolf3-4/+13
2020-03-06hmp: Fail gracefully if chardev is already in useKevin Wolf7-8/+18
2020-03-06qmp: Fail gracefully if chardev is already in useKevin Wolf5-8/+16
2020-03-06monitor: Create QAPIfied monitor_init()Kevin Wolf3-35/+80
2020-03-06qapi: Create 'pragma' moduleKevin Wolf3-25/+26
2020-03-06stubs: Update monitor stubs for qemu-storage-daemonKevin Wolf3-13/+24
2020-03-06qemu-storage-daemon: Add --chardev optionKevin Wolf2-1/+25
2020-03-06qemu-storage-daemon: Add main loopKevin Wolf2-0/+15
2020-03-06qemu-storage-daemon: Add --export optionKevin Wolf2-0/+58
2020-03-06blockdev-nbd: Boxed argument type for nbd-server-addKevin Wolf3-27/+47
2020-03-06qemu-storage-daemon: Add --nbd-server optionKevin Wolf5-2/+56
2020-03-06qemu-storage-daemon: Add --object optionKevin Wolf3-1/+49
2020-03-06qapi: Flatten object-addKevin Wolf6-11/+68
2020-03-06qemu-storage-daemon: Add --blockdev optionKevin Wolf4-2/+43
2020-03-06block: Move sysemu QMP commands to QAPI block moduleKevin Wolf3-387/+387
2020-03-06block: Move common QMP commands to block-core QAPI moduleKevin Wolf2-284/+283
2020-03-06block: Move system emulator QMP commands to block/qapi-sysemu.cKevin Wolf3-559/+592
2020-03-06stubs: Add arch_typeKevin Wolf3-0/+7
2020-03-06qemu-storage-daemon: Add barebone toolKevin Wolf3-1/+129
2020-03-06block/qcow2: Move bitmap reopen into bdrv_reopen_commit_postPeter Krempa1-1/+6
2020-03-06block: Introduce 'bdrv_reopen_commit_post' stepPeter Krempa2-0/+10
2020-03-06block: Fix leak in bdrv_create_file_fallback()Max Reitz1-1/+2
2020-03-06iotests/026: Test EIO on allocation in a data-fileMax Reitz3-0/+44
2020-03-06iotests/026: Test EIO on preallocated zero clusterMax Reitz3-0/+41