Age | Commit message (Expand) | Author | Files | Lines |
2018-06-15 | block: Factor out qobject_input_visitor_new_flat_confused() | Markus Armbruster | 1 | -5/+2 |
2018-06-15 | block: Clean up a misuse of qobject_to() in .bdrv_co_create_opts() | Markus Armbruster | 1 | -5/+4 |
2018-06-15 | block: Fix -blockdev for certain non-string scalars | Markus Armbruster | 1 | -1/+1 |
2018-06-15 | block: Add block-specific QDict header | Max Reitz | 1 | -0/+1 |
2018-06-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -1/+1 |
2018-05-31 | block: use local path for local headers | Michael S. Tsirkin | 1 | -1/+1 |
2018-05-29 | vhdx: Fix vhdx_co_create() return value | Kevin Wolf | 1 | -1/+1 |
2018-05-15 | block: Merge .bdrv_co_writev{,_flags} in drivers | Eric Blake | 1 | -1/+3 |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau | 1 | -2/+2 |
2018-03-26 | vhdx: Check for 4 GB maximum log size on creation | Kevin Wolf | 1 | -0/+4 |
2018-03-26 | vhdx: Don't use error_setg_errno() with constant errno | Kevin Wolf | 1 | -5/+4 |
2018-03-26 | vhdx: Require power-of-two block size on create | Kevin Wolf | 1 | -0/+4 |
2018-03-19 | qapi: Replace qobject_to_X(o) by qobject_to(X, o) | Max Reitz | 1 | -1/+1 |
2018-03-19 | vhdx: Support .bdrv_co_create | Kevin Wolf | 1 | -52/+164 |
2018-03-09 | block: convert bdrv_check callback to coroutine_fn | Paolo Bonzini | 1 | -3/+4 |
2018-03-02 | block: rename .bdrv_create() to .bdrv_co_create_opts() | Stefan Hajnoczi | 1 | -2/+3 |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 1 | -1/+1 |
2017-11-14 | block/vhdx.c: Don't blindly update the header | Jeff Cody | 1 | -7/+0 |
2017-08-08 | block/vhdx: check for offset overflow to bdrv_truncate() | Jeff Cody | 1 | -0/+3 |
2017-08-08 | block/vhdx: check error return of bdrv_getlength() | Jeff Cody | 1 | -1/+8 |
2017-07-11 | block: Add PreallocMode to blk_truncate() | Max Reitz | 1 | -2/+3 |
2017-07-11 | block: Add PreallocMode to bdrv_truncate() | Max Reitz | 1 | -1/+2 |
2017-05-17 | migration: Create migration/blocker.h | Juan Quintela | 1 | -1/+1 |
2017-04-28 | block: Add errp to b{lk,drv}_truncate() | Max Reitz | 1 | -7/+3 |
2017-04-28 | block/vhdx: Make vhdx_create() always set errp | Max Reitz | 1 | -4/+19 |
2017-02-28 | block: Add BDRV_O_RESIZE for blk_new_open() | Kevin Wolf | 1 | -1/+2 |
2017-02-28 | block: Request child permissions in format drivers | Kevin Wolf | 1 | -0/+1 |
2017-02-24 | block: Attach bs->file only during .bdrv_open() | Kevin Wolf | 1 | -0/+6 |
2017-02-24 | block: Pass BdrvChild to bdrv_truncate() | Kevin Wolf | 1 | -1/+1 |
2017-01-24 | migration: disallow migrate_add_blocker during migration | Ashijeet Acharya | 1 | -6/+11 |
2016-09-23 | vhdx: Use QEMU UUID API | Fam Zheng | 1 | -5/+4 |
2016-07-05 | block: Convert bdrv_pwrite(v/_sync) to BdrvChild | Kevin Wolf | 1 | -1/+1 |
2016-07-05 | block: Convert bdrv_pread(v) to BdrvChild | Kevin Wolf | 1 | -15/+23 |
2016-07-05 | block: Convert bdrv_co_writev() to BdrvChild | Kevin Wolf | 1 | -1/+1 |
2016-07-05 | block: Convert bdrv_co_readv() to BdrvChild | Kevin Wolf | 1 | -1/+1 |
2016-07-05 | vhdx: Some more BlockBackend use in vhdx_create() | Kevin Wolf | 1 | -20/+21 |
2016-06-07 | all: Remove unnecessary glib.h includes | Peter Maydell | 1 | -1/+0 |
2016-05-19 | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini | 1 | -0/+1 |
2016-05-12 | block: Allow BDRV_REQ_FUA through blk_pwrite() | Eric Blake | 1 | -2/+3 |
2016-03-30 | block: Always set writeback mode in blk_new_open() | Kevin Wolf | 1 | -2/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-03-17 | blockdev: Split monitor reference from BB creation | Max Reitz | 1 | -1/+1 |
2016-03-14 | vhdx: Use BB functions in .bdrv_create() | Kevin Wolf | 1 | -13/+16 |
2016-03-14 | block: Use writeback in .bdrv_create() implementations | Kevin Wolf | 1 | -1/+2 |
2016-02-29 | vhdx: Simplify vhdx_set_shift_bits() | Max Reitz | 1 | -4/+4 |
2016-02-29 | vhdx: DIV_ROUND_UP() in vhdx_calc_bat_entries() | Max Reitz | 1 | -8/+2 |
2016-01-20 | block: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-10-16 | block: Convert bs->file to BdrvChild | Kevin Wolf | 1 | -17/+19 |
2015-09-14 | block: Drop drv parameter from bdrv_open() | Max Reitz | 1 | -1/+1 |
2015-09-11 | maint: remove double semicolons in many files | Daniel P. Berrange | 1 | -1/+1 |