summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* block/raw-posix.c: Make physical devices usable in QEMU under Mac OS X hostProgrammingkid2016-03-301-39/+126
* Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2016-03-291-5/+6
|\
| * block: never cancel a streaming job without running stream_complete()Alberto Garcia2016-03-281-5/+6
* | util: move declarations out of qemu-common.hVeronia Bahaa2016-03-2219-12/+19
* | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-1/+1
* | include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster2016-03-221-0/+2
* | include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-2234-1/+34
|/
* qapi: Don't special-case simple union wrappersEric Blake2016-03-183-10/+10
* quorum: Emit QUORUM_REPORT_BAD for reads in fifo modeAlberto Garcia2016-03-171-8/+9
* block: Use blk_co_pwritev() in blk_co_write_zeroes()Kevin Wolf2016-03-171-4/+5
* block: Use blk_aio_prwv() for aio_read/write/write_zeroesKevin Wolf2016-03-171-13/+92
* block: Use blk_prw() in blk_pread()/blk_pwrite()Kevin Wolf2016-03-171-15/+21
* block: Use blk_co_pwritev() in blk_write_zeroes()Kevin Wolf2016-03-171-9/+8Star
* block: Pull up blk_read_unthrottled() implementationKevin Wolf2016-03-172-16/+10Star
* block: Use blk_co_pwritev() for blk_write()Kevin Wolf2016-03-172-13/+31
* block: Use blk_co_preadv() for blk_read()Kevin Wolf2016-03-172-8/+61
* block: Use BdrvChild in BlockBackendKevin Wolf2016-03-171-101/+153
* block: Add blk_next_root_bs()Max Reitz2016-03-171-0/+24
* block: Move some bdrv_*_all() functions to BBMax Reitz2016-03-172-26/+38
* blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz2016-03-171-17/+0Star
* blockdev: Split monitor reference from BB creationMax Reitz2016-03-1710-33/+21Star
* blockdev: Separate BB name managementMax Reitz2016-03-171-31/+61
* blockdev: Add list of all BlockBackendsMax Reitz2016-03-171-1/+23
* blockdev: Rename blk_backendsMax Reitz2016-03-171-9/+11
* qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz2016-03-174-34/+10Star
* block: Add blk_commit_all()Max Reitz2016-03-171-0/+5
* block: Use blk_next() in block-backend.cMax Reitz2016-03-171-6/+6
* Revert "qed: Implement .bdrv_drain"Stefan Hajnoczi2016-03-171-13/+0Star
* block/sheepdog: fix argument passed to qemu_strtoul()Jeff Cody2016-03-161-4/+7
* quorum: Fix crash in quorum_aio_cb()Alberto Garcia2016-03-141-5/+7
* block: Move block dirty bitmap code to separate filesFam Zheng2016-03-142-1/+388
* backup: Use Bitmap to replace "s->bitmap"Fam Zheng2016-03-141-5/+6
* vpc: Use BB functions in .bdrv_create()Kevin Wolf2016-03-141-16/+21
* vmdk: Use BB functions in .bdrv_create()Kevin Wolf2016-03-141-34/+43
* vhdx: Use BB functions in .bdrv_create()Kevin Wolf2016-03-141-13/+16
* vdi: Use BB functions in .bdrv_create()Kevin Wolf2016-03-141-9/+14
* sheepdog: Use BB functions in .bdrv_create()Kevin Wolf2016-03-141-19/+24
* qed: Use BB functions in .bdrv_create()Kevin Wolf2016-03-141-13/+15
* qcow2: Use BB functions in .bdrv_create()Kevin Wolf2016-03-141-29/+33
* qcow: Use BB functions in .bdrv_create()Kevin Wolf2016-03-141-11/+14
* parallels: Use BB functions in .bdrv_create()Kevin Wolf2016-03-141-11/+14
* block: Introduce blk_set_allow_write_beyond_eof()Kevin Wolf2016-03-141-7/+16
* block: Use writeback in .bdrv_create() implementationsKevin Wolf2016-03-148-11/+22
* vmdk: Switch to heap arrays for vmdk_parent_openFam Zheng2016-03-141-6/+11
* vmdk: Switch to heap arrays for vmdk_read_cidFam Zheng2016-03-141-1/+4
* vmdk: Switch to heap arrays for vmdk_write_cidFam Zheng2016-03-141-11/+14
* quorum: modify vote rules for flush operationChanglong Xie2016-03-141-5/+16
* qmp event: Refactor QUORUM_REPORT_BADChanglong Xie2016-03-141-5/+12
* block/vpc: give option to force the current_size field in .bdrv_createJeff Cody2016-03-141-7/+35
* block/vpc: choose size calculation method based on creator_app fieldJeff Cody2016-03-141-5/+82