summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* monitor: Use QEMU_CLOCK_VIRTUAL for the event queue in qtest modeAlberto Garcia2019-11-291-3/+10
* monitor: Separate QUORUM_REPORT_BAD events according to the node nameAlberto Garcia2019-11-291-0/+9
* quorum: Fix crash in quorum_aio_cb()Alberto Garcia2019-11-291-5/+7
* iotests: Correct 081's reference outputMax Reitz2019-11-291-1/+1
* block: Remove unused typedef of BlockDriverDirtyHandlerFam Zheng2019-11-291-2/+0
* block: Move block dirty bitmap code to separate filesFam Zheng2019-11-295-395/+433
* typedefs: Add BdrvDirtyBitmapFam Zheng2019-11-292-1/+1
* block: Include hbitmap.h in block.hFam Zheng2019-11-291-1/+1
* backup: Use Bitmap to replace "s->bitmap"Fam Zheng2019-11-291-5/+6
* vpc: Use BB functions in .bdrv_create()Kevin Wolf2019-11-291-16/+21
* vmdk: Use BB functions in .bdrv_create()Kevin Wolf2019-11-291-34/+43
* vhdx: Use BB functions in .bdrv_create()Kevin Wolf2019-11-291-13/+16
* vdi: Use BB functions in .bdrv_create()Kevin Wolf2019-11-291-9/+14
* sheepdog: Use BB functions in .bdrv_create()Kevin Wolf2019-11-291-19/+24
* qed: Use BB functions in .bdrv_create()Kevin Wolf2019-11-291-13/+15
* qcow2: Use BB functions in .bdrv_create()Kevin Wolf2019-11-291-29/+33
* qcow: Use BB functions in .bdrv_create()Kevin Wolf2019-11-291-11/+14
* parallels: Use BB functions in .bdrv_create()Kevin Wolf2019-11-291-11/+14
* block: Introduce blk_set_allow_write_beyond_eof()Kevin Wolf2019-11-292-7/+17
* block: Use writeback in .bdrv_create() implementationsKevin Wolf2019-11-298-11/+22
* hmp: Extend drive_del to delete nodes without BBKevin Wolf2019-11-291-0/+9
* hmp: 'drive_add -n' for creating a node without BBKevin Wolf2019-11-294-2/+41
* vmdk: Switch to heap arrays for vmdk_parent_openFam Zheng2019-11-291-6/+11
* vmdk: Switch to heap arrays for vmdk_read_cidFam Zheng2019-11-291-1/+4
* vmdk: Switch to heap arrays for vmdk_write_cidFam Zheng2019-11-291-11/+14
* block: Fix cache mode defaults in bds_tree_init()Kevin Wolf2019-11-291-0/+7
* block: Fix snapshot=on cache modesKevin Wolf2019-11-293-19/+25
* blockdev: Snapshotting must not open second instance of old topKevin Wolf2019-11-291-1/+6
* quorum: modify vote rules for flush operationChanglong Xie2019-11-291-5/+16
* qmp event: Refactor QUORUM_REPORT_BADChanglong Xie2019-11-294-7/+41
* docs: fix invalid node name in qmp eventChanglong Xie2019-11-291-1/+1
* block/vpc: add tests for image creation force_size parameterJeff Cody2019-11-292-0/+83
* block/vpc: give option to force the current_size field in .bdrv_createJeff Cody2019-11-291-7/+35
* block/vpc: tests for auto-detecting VPC and Hyper-V VHD imagesJeff Cody2019-11-296-0/+153
* block/vpc: choose size calculation method based on creator_app fieldJeff Cody2019-11-291-5/+82
* block/qapi: Include empty drives in query-blockstatsKevin Wolf2019-11-291-15/+33
* block/qapi: Factor out bdrv_query_bds_stats()Kevin Wolf2019-11-291-11/+20
* block/qapi: Factor out bdrv_query_blk_stats()Kevin Wolf2019-11-291-63/+68
* qemu-img: eliminate memory leakPaolo Bonzini2019-11-291-5/+4
* trace: separate MMIO tracepoints from TB-access tracepointsHollis Blanchard2019-11-292-0/+32
* trace: include CPU index in trace_memory_region_*()Hollis Blanchard2019-11-292-16/+24
* ipmi: add some local variables in ipmi_sdr_initCédric Le Goater2019-11-291-5/+10
* ipmi: remove the need of an ending record in the SDR tableCédric Le Goater2019-11-291-10/+3
* ipmi: use a function to initialize the SDR tableCédric Le Goater2019-11-291-21/+28
* ipmi: add a realize function to the device classCédric Le Goater2019-11-291-3/+4
* ipmi: add rsp_buffer_set_error() helperCédric Le Goater2019-11-291-55/+60
* ipmi: remove IPMI_CHECK_RESERVATION() macroCédric Le Goater2019-11-291-14/+19
* ipmi: replace IPMI_ADD_RSP_DATA() macro with inline helpersCédric Le Goater2019-11-291-253/+228
* ipmi: remove IPMI_CHECK_CMD_LEN() macroCédric Le Goater2019-11-291-80/+84
* MAINTAINERS: machine coreMichael S. Tsirkin2019-11-291-0/+6
OpenPOWER on IntegriCloud