summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/qapi: fix unbounded stack for dump_qdictPeter Xu2019-11-291-1/+2
* block/qapi: make two printf() formats literalPeter Xu2019-11-291-6/+4
* block: Remove blk_set_bs()Kevin Wolf2019-11-291-17/+0
* block/raw-posix.c: Make physical devices usable in QEMU under Mac OS X hostProgrammingkid2019-11-291-39/+126
* block: never cancel a streaming job without running stream_complete()Alberto Garcia2019-11-291-5/+6
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-2919-12/+19
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2019-11-291-1/+1
* include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster2019-11-291-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-2934-1/+34
* qapi: Don't special-case simple union wrappersEric Blake2019-11-293-10/+10
* quorum: Emit QUORUM_REPORT_BAD for reads in fifo modeAlberto Garcia2019-11-291-8/+9
* block: Use blk_co_pwritev() in blk_co_write_zeroes()Kevin Wolf2019-11-291-4/+5
* block: Use blk_aio_prwv() for aio_read/write/write_zeroesKevin Wolf2019-11-291-13/+92
* block: Use blk_prw() in blk_pread()/blk_pwrite()Kevin Wolf2019-11-291-15/+21
* block: Use blk_co_pwritev() in blk_write_zeroes()Kevin Wolf2019-11-291-9/+8
* block: Pull up blk_read_unthrottled() implementationKevin Wolf2019-11-292-16/+10
* block: Use blk_co_pwritev() for blk_write()Kevin Wolf2019-11-292-13/+31
* block: Use blk_co_preadv() for blk_read()Kevin Wolf2019-11-292-8/+61
* block: Use BdrvChild in BlockBackendKevin Wolf2019-11-291-101/+153
* block: Add blk_next_root_bs()Max Reitz2019-11-291-0/+24
* block: Move some bdrv_*_all() functions to BBMax Reitz2019-11-292-26/+38
* blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz2019-11-291-17/+0
* blockdev: Split monitor reference from BB creationMax Reitz2019-11-2910-33/+21
* blockdev: Separate BB name managementMax Reitz2019-11-291-31/+61
* blockdev: Add list of all BlockBackendsMax Reitz2019-11-291-1/+23
* blockdev: Rename blk_backendsMax Reitz2019-11-291-9/+11
* qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz2019-11-294-34/+10
* block: Add blk_commit_all()Max Reitz2019-11-291-0/+5
* block: Use blk_next() in block-backend.cMax Reitz2019-11-291-6/+6
* Revert "qed: Implement .bdrv_drain"Stefan Hajnoczi2019-11-291-13/+0
* block/sheepdog: fix argument passed to qemu_strtoul()Jeff Cody2019-11-291-4/+7
* quorum: Fix crash in quorum_aio_cb()Alberto Garcia2019-11-291-5/+7
* block: Move block dirty bitmap code to separate filesFam Zheng2019-11-292-1/+388
* 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-291-7/+16
* block: Use writeback in .bdrv_create() implementationsKevin Wolf2019-11-298-11/+22
* 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
* quorum: modify vote rules for flush operationChanglong Xie2019-11-291-5/+16
* qmp event: Refactor QUORUM_REPORT_BADChanglong Xie2019-11-291-5/+12
OpenPOWER on IntegriCloud