summary refs log tree commit diff stats
path: root/scripts/qapi.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-13Convert error_report*_err() to warn_report*_err()Alistair Francis2-3/+2
2017-07-13error: Implement the warn and free Error functionsAlistair Francis3-0/+32
2017-07-13char-socket: Report TCP socket waiting as informationAlistair Francis1-2/+2
2017-07-13Convert error_report() to warn_report()Alistair Francis36-122/+121
2017-07-13error: Functions to report warnings and informational messagesAlistair Francis3-6/+109
2017-07-13util/qemu-error: Rename error_print_loc() to be more genericAlistair Francis1-2/+2
2017-07-13websock: Don't try to set *errp directlyEduardo Habkost1-2/+2
2017-07-13block: Don't try to set *errp directlyEduardo Habkost1-5/+3
2017-07-13xilinx: Fix latent error handling bugEduardo Habkost2-6/+2
2017-07-12scripts: use build_ prefix for string not piped through cgen()Marc-André Lureau3-11/+11
2017-07-12qobject: Update coccinelle script to catch Q{INC, DEC}REFEric Blake2-1/+7
2017-07-12qobject: Catch another straggler for use of qdict_put_str()Eric Blake1-1/+1
2017-07-11iotests: Add preallocated growth test for qcow2Max Reitz3-0/+517
2017-07-11iotests: Add preallocated resize test for rawMax Reitz3-0/+143
2017-07-11block/qcow2: falloc/full preallocating growthMax Reitz3-9/+108
2017-07-11block/qcow2: Rename "fail_block" to just "fail"Max Reitz1-7/+7
2017-07-11block/qcow2: Add qcow2_refcount_area()Max Reitz4-89/+204
2017-07-11block/qcow2: Metadata preallocation for truncateMax Reitz1-2/+31
2017-07-11block/qcow2: Lock s->lock in preallocate()Max Reitz1-7/+15
2017-07-11block/qcow2: Generalize preallocate()Max Reitz1-5/+12
2017-07-11block/file-posix: Preallocation for truncateMax Reitz1-12/+10
2017-07-11block/file-posix: Generalize raw_regular_truncateMax Reitz1-11/+50
2017-07-11block/file-posix: Extract raw_regular_truncate()Max Reitz1-66/+78
2017-07-11block/file-posix: Small fixes in raw_create()Max Reitz1-2/+3
2017-07-11qemu-img: Expose PreallocMode for resizingMax Reitz2-4/+36
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz15-21/+27
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz12-36/+26
2017-07-11block: Add PreallocMode to BD.bdrv_truncate()Max Reitz14-15/+98
2017-07-11iotests: add test 178 for qemu-img measureStefan Hajnoczi4-0/+615
2017-07-11qemu-iotests: support per-format golden output filesStefan Hajnoczi1-0/+5
2017-07-11qemu-img: add measure subcommandStefan Hajnoczi3-0/+270
2017-07-11qcow2: add bdrv_measure() supportStefan Hajnoczi1-0/+137
2017-07-11qcow2: extract image creation option parsingStefan Hajnoczi1-36/+73
2017-07-11qcow2: make refcount size calculation conservativeStefan Hajnoczi1-41/+42
2017-07-11qcow2: extract preallocation calculation functionStefan Hajnoczi1-59/+77
2017-07-11raw-format: add bdrv_measure() supportStefan Hajnoczi1-0/+26
2017-07-11block: add bdrv_measure() APIStefan Hajnoczi4-0/+64
2017-07-11tests: Avoid non-portable 'echo -ARG'Eric Blake9-60/+61
2017-07-11iotests: Add test for colon handlingMax Reitz3-0/+129
2017-07-11iotests: Use absolute paths for executablesMax Reitz1-0/+11
2017-07-11iotests: chown LUKS device before qemu-io launchesDaniel P. Berrange2-179/+177
2017-07-11iotests: add more LUKS hash combination testsDaniel P. Berrange2-8/+484
2017-07-11iotests: reduce PBKDF iterations when testing LUKSDaniel P. Berrange4-60/+67
2017-07-11iotests: fix remainining tests to work with LUKSDaniel P. Berrange9-24/+82
2017-07-11iotests: skip 159 & 170 with luks formatDaniel P. Berrange2-0/+2
2017-07-11block: release persistent bitmaps on inactivateVladimir Sementsov-Ogievskiy3-6/+28
2017-07-11qmp: block-dirty-bitmap-remove: remove persistentVladimir Sementsov-Ogievskiy2-1/+12
2017-07-11qcow2: add .bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy3-0/+45
2017-07-11block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy3-0/+24
2017-07-11iotests: test qcow2 persistent dirty bitmapVladimir Sementsov-Ogievskiy3-0/+111