summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* trace: add "-trace help"Paolo Bonzini2019-11-293-1/+29
* trace: add "-trace enable=..."Paolo Bonzini2019-11-294-24/+54
* trace: no need to call trace_backend_init in different branches nowDenis V. Lunev2019-11-291-10/+2
* trace: split trace_init_file out of trace_init_backendsPaolo Bonzini2019-11-296-17/+38
* trace: split trace_init_events out of trace_init_backendsPaolo Bonzini2019-11-294-11/+19
* trace: fix documentationPaolo Bonzini2019-11-291-5/+5
* trace: track enabled events in a separate arrayPaolo Bonzini2019-11-295-8/+14
* trace: count number of enabled eventsPaolo Bonzini2019-11-292-1/+5
* hmp: fix sendkey out of bounds write (CVE-2015-8619)Wolfgang Bumiller2019-11-293-13/+12
* block: qemu-iotests - add test for snapshot, commit, snapshot bugJeff Cody2019-11-293-0/+139
* block: set device_list.tqe_prev to NULL on BDS removalJeff Cody2019-11-293-12/+16
* iotests: Add "qemu-img map" test for VMDK extentsFam Zheng2019-11-292-0/+35
* qemu-img: Make MapEntry a QAPI structFam Zheng2019-11-292-29/+69
* qemu-img: In "map", use the returned "file" from bdrv_get_block_statusFam Zheng2019-11-291-1/+1
* block: Use returned *file in bdrv_co_get_block_statusFam Zheng2019-11-291-2/+2
* vmdk: Return extent's file in bdrv_get_block_statusFam Zheng2019-11-291-2/+2
* vmdk: Fix calculation of block status's offsetFam Zheng2019-11-291-2/+4
* vpc: Assign bs->file->bs to file in vpc_co_get_block_statusFam Zheng2019-11-291-0/+2
* vdi: Assign bs->file->bs to file in vdi_co_get_block_statusFam Zheng2019-11-291-0/+1
* sheepdog: Assign bs to file in sd_co_get_block_statusFam Zheng2019-11-291-0/+3
* qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_statusFam Zheng2019-11-291-0/+3
* parallels: Assign bs->file->bs to file in parallels_co_get_block_statusFam Zheng2019-11-291-0/+1
* iscsi: Assign bs to file in iscsi_co_get_block_statusFam Zheng2019-11-291-0/+3
* raw: Assign bs to file in raw_co_get_block_statusFam Zheng2019-11-292-0/+2
* qcow2: Assign bs->file->bs to file in qcow2_co_get_block_statusFam Zheng2019-11-291-0/+1
* qcow: Assign bs->file->bs to file in qcow_co_get_block_statusFam Zheng2019-11-291-0/+1
* block: Add "file" output parameter to block status query functionsFam Zheng2019-11-2917-35/+66
* block: acquire in bdrv_query_image_infoPaolo Bonzini2019-11-291-2/+7
* iotests: Add test for block jobs and BDS ejectionMax Reitz2019-11-293-0/+246
* iotests: Add test for multiple BB on BDS treeMax Reitz2019-11-293-0/+101
* block: Rewrite bdrv_close_all()Max Reitz2019-11-291-8/+26
* block: Add blk_remove_all_bs()Max Reitz2019-11-292-0/+16
* blockdev: Keep track of monitor-owned BDSMax Reitz2019-11-294-1/+37
* block: Add list of all BlockDriverStatesMax Reitz2019-11-292-0/+9
* block: Make bdrv_close() staticMax Reitz2019-11-292-2/+3
* blockdev: Use blk_remove_bs() in do_drive_del()Max Reitz2019-11-291-1/+1
* block: Use blk_remove_bs() in blk_delete()Max Reitz2019-11-291-4/+3
* block: Remove BDS close notifierMax Reitz2019-11-295-19/+0
* nbd: Switch from close to eject notifierMax Reitz2019-11-292-35/+18
* virtio-scsi: Catch BDS-BB removal/insertionMax Reitz2019-11-292-0/+65
* virtio-blk: Functions for op blocker managementMax Reitz2019-11-291-18/+59
* block: Add BB-BDS remove/insert notifiersMax Reitz2019-11-292-0/+22
* iotests: Add test for eject under NBD serverMax Reitz2019-11-293-0/+109
* block: Release named dirty bitmaps in bdrv_close()Max Reitz2019-11-291-8/+31
* block: Remove unused struct definition BlockFinishDataFam Zheng2019-11-291-8/+0
* iotests: Add test for a nonexistent NBD exportMax Reitz2019-11-293-0/+81
* iotests: Make redirecting qemu's stderr optionalMax Reitz2019-11-291-2/+13
* iotests: Make _filter_nbd support more URL typesMax Reitz2019-11-291-1/+2
* iotests: Make _filter_nbd drop log linesMax Reitz2019-11-292-11/+1
* iotests: Move _filter_nbd into common.filterMax Reitz2019-11-292-12/+12
OpenPOWER on IntegriCloud