- 3e1caa5 iostatus: reorganize io error code by Paolo Bonzini · 12 years ago
- 1ceee0d iostatus: change is_read to a bool by Paolo Bonzini · 12 years ago
- 92aa5c6 iostatus: move BlockdevOnError declaration to QAPI by Paolo Bonzini · 12 years ago
- ff06f5f iostatus: rename BlockErrorAction, BlockQMPEventAction by Paolo Bonzini · 12 years ago
- 2f0c9fe block: move job APIs to separate files by Paolo Bonzini · 12 years ago
- 79fac56 block: helper function, to find the base image of a chain by Jeff Cody · 12 years ago
- 6ebdcee block: add support functions for live commit, to find and delete images. by Jeff Cody · 12 years ago
- e971aa1 block: Framework for reopening files safely by Jeff Cody · 12 years ago
- be028ad block: correctly set the keep_read_only flag by Jeff Cody · 12 years ago
- 058f8f1 block: add BLOCK_O_CHECK for qemu-img check by Stefan Hajnoczi · 13 years ago
- f198fd1 block: create bdrv_get_backing_file_depth() by Benoît Canet · 13 years ago
- 31e404f hw/block-common: Move BlockConf & friends from block.h by Markus Armbruster · 13 years ago
- 2b58495 block: Geometry and translation hints are now useless, purge them by Markus Armbruster · 13 years ago
- 8a4bc5a qdev: Introduce block geometry properties by Markus Armbruster · 13 years ago
- 9db1c0f hd-geometry: Move disk geometry guessing back from block.c by Markus Armbruster · 13 years ago
- 61a8d64 fdc: Move floppy geometry guessing back from block.c by Markus Armbruster · 13 years ago
- 07d27a4 block: Factor bdrv_read_unthrottled() out of guess_disk_lchs() by Markus Armbruster · 13 years ago
- 4ddc07c block: introduce bdrv_swap, implement bdrv_append on top of it by Paolo Bonzini · 13 years ago
- 820100f blkdebug: remove sync i/o events by Paolo Bonzini · 13 years ago
- f8d6bba block: Replace bdrv_get_format() by bdrv_get_format_name() by Markus Armbruster · 13 years ago
- 425b014 block: add bdrv_set_enable_write_cache by Paolo Bonzini · 13 years ago
- c843328 block: New bdrv_get_flags() by Markus Armbruster · 13 years ago
- ccf3471 qemu-img check: Print fixed clusters and recheck by Kevin Wolf · 13 years ago
- 4534ff5 qemu-img check -r for repairing images by Kevin Wolf · 13 years ago
- 188a7bb stream: move is_allocated_above to block.c by Paolo Bonzini · 13 years ago
- dc5a137 qemu-img: make "info" backing file output correct and easier to use by Paolo Bonzini · 13 years ago
- 0778926 block: add a function to clear incoming live migration flags by Benoît Canet · 13 years ago
- ccb1f4a block: Add new BDRV_O_INCOMING flag to notice incoming live migration by Benoît Canet · 13 years ago
- 64c7916 qemu-img: add dirty flag status by Dong Xu Wang · 13 years ago
- f8111c2 qemu-img: add image fragmentation statistics by Dong Xu Wang · 13 years ago
- 1fc86bf block: enforce constraints on block size properties by Stefan Hajnoczi · 13 years ago
- 85e8dab aio: move BlockDriverAIOCB to qemu-aio.h by Paolo Bonzini · 13 years ago
- e887749 block: handle -EBUSY in bdrv_commit_all() by Stefan Hajnoczi · 13 years ago
- 8802d1f qapi: Introduce blockdev-group-snapshot-sync command by Jeff Cody · 13 years ago
- f8d3d12 block: add a transfer rate for floppy types by Hervé Poussineau · 13 years ago
- f36f394 block: bdrv_eject(): Make eject_flag a real bool by Luiz Capitulino · 13 years ago
- 329c0a4 block: Rename bdrv_mon_event() & BlockMonEventAction by Luiz Capitulino · 13 years ago
- f08f2dd block: add .bdrv_co_write_zeroes() interface by Stefan Hajnoczi · 13 years ago
- e8a6bb9 block: add bdrv_find_backing_image by Marcelo Tosatti · 13 years ago
- 470c050 block: make copy-on-read a per-request flag by Stefan Hajnoczi · 13 years ago
- c2c9a46 qcow2: Allow >4 GB VM state by Kevin Wolf · 13 years ago
- e7d8100 Fix spelling in comments, documentation and messages by Stefan Weil · 13 years ago
- 922453b block: convert qemu_aio_flush() calls to bdrv_drain_all() by Stefan Hajnoczi · 13 years ago
- 53fec9d block: add interface to toggle copy-on-read by Stefan Hajnoczi · 13 years ago
- 060f51c block: add bdrv_co_is_allocated() interface by Stefan Hajnoczi · 13 years ago
- 98f90db block: add I/O throttling algorithm by Zhi Yong Wu · 13 years ago
- 0563e19 block: add the blockio limits command line support by Zhi Yong Wu · 13 years ago
- 0f15423 block: allow migration to work with image files (v3) by Anthony Liguori · 13 years ago
- 025ccaa block: add eject request callback by Paolo Bonzini · 13 years ago
- b202381 qapi: Convert query-block by Luiz Capitulino · 13 years ago
- 58e21ef block: Rename the BlockIOStatus enum values by Luiz Capitulino · 13 years ago
- d6bf279 block: iostatus: Drop BDRV_IOS_INVAL by Luiz Capitulino · 13 years ago
- 4265d62 block: add bdrv_co_discard and bdrv_aio_discard support by Paolo Bonzini · 13 years ago
- 07f0761 block: unify flush implementations by Paolo Bonzini · 13 years ago
- 28a7282 block: Keep track of devices' I/O status by Luiz Capitulino · 13 years ago
- 7d4b4ba block: New change_media_cb() parameter load by Markus Armbruster · 13 years ago
- 7b6f930 block: New bdrv_set_buffer_alignment() by Markus Armbruster · 13 years ago
- d1a0739 block: Move BlockConf & friends from block_int.h to block.h by Markus Armbruster · 13 years ago
- e4def80 block: Show whether the virtual tray is open in info block by Markus Armbruster · 13 years ago
- 9e6a4c9 block: Drop BlockDriverState member removable by Markus Armbruster · 13 years ago
- 2c6942f block: Clean up remaining users of "removable" by Markus Armbruster · 13 years ago
- 025e849 block: Rename bdrv_set_locked() to bdrv_lock_medium() by Markus Armbruster · 13 years ago
- f107639 block: Drop medium lock tracking, ask device models instead by Markus Armbruster · 13 years ago
- fdec440 block: Leave enforcing tray lock to device models by Markus Armbruster · 13 years ago
- ba5b7ad block: Declare qemu_blockalign() in block.h, not block_int.h by Markus Armbruster · 14 years ago
- 145feb1 block: Split change_cb() into change_media_cb(), resize_cb() by Markus Armbruster · 14 years ago
- 0e49de5 block: Generalize change_cb() to BlockDevOps by Markus Armbruster · 14 years ago
- fa879d6 block: Attach non-qdev devices as well by Markus Armbruster · 14 years ago
- c488c7f block: latency accounting by Christoph Hellwig · 14 years ago
- a597e79 block: explicit I/O accounting by Christoph Hellwig · 14 years ago
- c3993cd block: parse cache mode flags in a single place by Stefan Hajnoczi · 14 years ago
- da1fa91 block: Add bdrv_co_readv/writev by Kevin Wolf · 14 years ago
- 5bf3f8e block: Removed unused function bdrv_write_sync by Frediano Ziglio · 14 years ago
- 4a1d5e1 block: add bdrv_get_allocated_file_size() operation by Fam Zheng · 14 years ago
- 39aa9a1 Replaced tabs with spaces in block.h and block_int.h by Devin Nakamura · 14 years ago
- 8d27846 block: Remove type hint, it's guest matter, doesn't belong here by Markus Armbruster · 14 years ago
- d22b2f4 Do not delete BlockDriverState when deleting the drive by Ryan Harper · 14 years ago
- 5bbdbb4 fdc: move floppy geometry guessing to block.c by Blue Swirl · 14 years ago
- db593f2 Add flag to indicate external users to block device by Marcelo Tosatti · 14 years ago
- db97ee6 block: tell drivers about an image resize by Christoph Hellwig · 14 years ago
- bb8bf76 block: add discard support by Christoph Hellwig · 14 years ago
- f88e1a4 qemu-img.c: Re-factor img_create() by Jes Sorensen · 14 years ago
- 205ef79 block: Allow bdrv_flush to return errors by Kevin Wolf · 14 years ago
- 51ef672 Copy snapshots out of QCOW2 disk by edison · 14 years ago
- ceb25e5 block: Fix BDRV_O_CACHE_MASK by Kevin Wolf · 15 years ago
- 199630b Fix -snapshot deleting images on disk change by Blue Swirl · 15 years ago
- e076f33 qemu-img check: Distinguish different kinds of errors by Kevin Wolf · 15 years ago
- 7d0d695 block: Fix virtual media change for if=none by Markus Armbruster · 15 years ago
- f9092b1 savevm: Survive hot-unplug of snapshot device by Markus Armbruster · 15 years ago
- 18846de block: Catch attempt to attach multiple devices to a blockdev by Markus Armbruster · 15 years ago
- f08145f block: Add bdrv_(p)write_sync by Kevin Wolf · 15 years ago
- 2f399b0 block: New bdrv_next() by Markus Armbruster · 15 years ago
- 6ab4b5a block: Decouple block device "commit all" from DriveInfo by Markus Armbruster · 15 years ago
- abd7f68 block: Move error actions from DriveInfo to BlockDriverState by Markus Armbruster · 15 years ago
- feeee5a savevm: Really verify if a drive supports snapshots by Miguel Di Ciurcio Filho · 15 years ago
- 2bc93fe close all the block drivers before the qemu process exits by MORITA Kazutaka · 15 years ago
- c63782c block.h: Make BDRV_SECTOR_SIZE 64 bit safe by Jes Sorensen · 15 years ago
- b50cbab add support for protocol driver create_options by MORITA Kazutaka · 15 years ago
- 016f5cf Add cache=unsafe parameter to -drive by Alexander Graf · 15 years ago
- 3abbc4d block: Remove semicolon in BDRV_SECTOR_MASK macro by Stefan Hajnoczi · 15 years ago