Age | Commit message (Expand) | Author | Files | Lines |
2011-09-06 | savevm: Include writable devices with removable media | Markus Armbruster | 1 | -1/+1 |
2011-09-06 | block: Clean up bdrv_flush_all() | Markus Armbruster | 1 | -2/+1 |
2011-09-06 | block: Leave tracking media change to device models | Markus Armbruster | 1 | -14/+6 |
2011-09-06 | block: Split change_cb() into change_media_cb(), resize_cb() | Markus Armbruster | 1 | -8/+15 |
2011-09-06 | block: Generalize change_cb() to BlockDevOps | Markus Armbruster | 1 | -22/+21 |
2011-09-06 | block: Attach non-qdev devices as well | Markus Armbruster | 1 | -9/+20 |
2011-09-03 | Use new macro QEMU_PACKED for packed structures | Stefan Weil | 1 | -1/+1 |
2011-08-26 | block: latency accounting | Christoph Hellwig | 1 | -3/+17 |
2011-08-25 | block: explicit I/O accounting | Christoph Hellwig | 1 | -22/+26 |
2011-08-23 | block: include flush requests in info blockstats | Christoph Hellwig | 1 | -5/+13 |
2011-08-23 | block: add cache=directsync parameter to -drive | Stefan Hajnoczi | 1 | -2/+4 |
2011-08-23 | block: parse cache mode flags in a single place | Stefan Hajnoczi | 1 | -0/+25 |
2011-08-22 | fix code format | Robert Wang | 1 | -3/+3 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -17/+17 |
2011-08-04 | block: Use bdrv_co_* instead of synchronous versions in coroutines | Kevin Wolf | 1 | -0/+56 |
2011-08-02 | async: Remove AsyncContext | Kevin Wolf | 1 | -6/+0 |
2011-08-02 | block: Add bdrv_co_readv/writev emulation | Kevin Wolf | 1 | -8/+75 |
2011-08-02 | block: Emulate AIO functions with bdrv_co_readv/writev | Kevin Wolf | 1 | -1/+97 |
2011-08-02 | block: Add bdrv_co_readv/writev | Kevin Wolf | 1 | -0/+45 |
2011-08-01 | block: Removed unused function bdrv_write_sync | Frediano Ziglio | 1 | -13/+0 |
2011-08-01 | block: Don't let locked flag prevent medium load | Markus Armbruster | 1 | -1/+1 |
2011-08-01 | block: Make BlockDriver method bdrv_eject() return void | Markus Armbruster | 1 | -13/+4 |
2011-08-01 | block: Reset device model callbacks on detach | Markus Armbruster | 1 | -0/+2 |
2011-07-19 | block: add bdrv_get_allocated_file_size() operation | Fam Zheng | 1 | -0/+19 |
2011-06-08 | bdrv_img_create: Fix segfault | Kevin Wolf | 1 | -2/+3 |
2011-06-08 | block: clarify the meaning of BDRV_O_NOCACHE | Christoph Hellwig | 1 | -7/+1 |
2011-05-19 | block: Remove type hint, it's guest matter, doesn't belong here | Markus Armbruster | 1 | -12/+0 |
2011-05-19 | block QMP: Deprecate query-block's "type", drop info block's "type=" | Markus Armbruster | 1 | -17/+3 |
2011-05-08 | Fix typos in comments and code (occured -> occurred and related) | Stefan Weil | 1 | -1/+1 |
2011-05-06 | Fix typo in code and comments | Stefan Weil | 1 | -1/+1 |
2011-04-07 | block: Do not cache device size for removable media | Stefan Hajnoczi | 1 | -8/+6 |
2011-04-07 | trace: Trace bdrv_set_locked() | Stefan Hajnoczi | 1 | -0/+2 |
2011-04-07 | Do not delete BlockDriverState when deleting the drive | Ryan Harper | 1 | -3/+11 |
2011-03-15 | Don't allow multiwrites against a block device without underlying medium | Ryan Harper | 1 | -0/+8 |
2011-03-07 | trace: Trace bdrv_aio_flush() | Stefan Hajnoczi | 1 | -0/+2 |
2011-02-20 | fdc: move floppy geometry guessing to block.c | Blue Swirl | 1 | -0/+103 |
2011-02-07 | block: enable in_use flag | Marcelo Tosatti | 1 | -0/+2 |
2011-02-07 | Add flag to indicate external users to block device | Marcelo Tosatti | 1 | -0/+11 |
2011-01-31 | block: tell drivers about an image resize | Christoph Hellwig | 1 | -4/+8 |
2011-01-24 | block: Use backing format driver during image creation | Stefan Hajnoczi | 1 | -3/+5 |
2011-01-06 | block: delete a write-only variable | Blue Swirl | 1 | -5/+0 |
2010-12-17 | block: add discard support | Christoph Hellwig | 1 | -0/+11 |
2010-12-17 | bdrv_img_create() use proper errno return values | Jes Sorensen | 1 | -13/+10 |
2010-12-17 | Prevent creating an image with the same filename as backing file | Jes Sorensen | 1 | -4/+11 |
2010-12-17 | qemu-img.c: Re-factor img_create() | Jes Sorensen | 1 | -0/+141 |
2010-12-17 | block: Fix the use of protocols in backing files | Stefan Hajnoczi | 1 | -3/+11 |
2010-12-17 | block: Introduce path_has_protocol() function | Stefan Hajnoczi | 1 | -28/+36 |
2010-12-14 | block: Make bdrv_create_file() ':' handling consistent | Stefan Hajnoczi | 1 | -1/+1 |
2010-11-21 | block: set sector dirty on AIO write completion | Marcelo Tosatti | 1 | -1/+41 |
2010-11-21 | block: fix shift in dirty bitmap calculation | Marcelo Tosatti | 1 | -6/+6 |