| Commit message (Expand) | Author | Age | Files | Lines |
* | block: deprecate the sheepdog block driver | Daniel P. Berrangé | 2020-10-15 | 1 | -0/+14 |
* | block/sheepdog: Replace magic val by NANOSECONDS_PER_SECOND definition | Philippe Mathieu-Daudé | 2020-10-02 | 1 | -1/+1 |
* | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 1 | -1/+1 |
* | sheepdog: Add trivial backing_fmt support | Eric Blake | 2020-07-14 | 1 | -2/+16 |
* | qapi: Smooth another visitor error checking pattern | Markus Armbruster | 2020-07-10 | 1 | -4/+2 |
* | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster | 2020-07-10 | 1 | -6/+2 |
* | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
* | qemu-option: Use returned bool to check for failure | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
* | block: Drop unused .bdrv_has_zero_init_truncate | Eric Blake | 2020-05-08 | 1 | -3/+0 |
* | sheepdog: Support BDRV_REQ_ZERO_WRITE for truncate | Eric Blake | 2020-05-08 | 1 | -0/+1 |
* | block: Add blk_new_with_bs() helper | Eric Blake | 2020-05-05 | 1 | -5/+5 |
* | block: Add flags to BlockDriver.bdrv_co_truncate() | Kevin Wolf | 2020-04-30 | 1 | -2/+2 |
* | qapi: Only input visitors can actually fail | Markus Armbruster | 2020-04-30 | 1 | -8/+1 |
* | sheepdog: Consistently set bdrv_has_zero_init_truncate | Eric Blake | 2020-03-26 | 1 | -0/+2 |
* | block: pass BlockDriver reference to the .bdrv_co_create | Maxim Levitsky | 2020-03-26 | 1 | -1/+3 |
* | block: Add @exact parameter to bdrv_co_truncate() | Max Reitz | 2019-10-28 | 1 | -2/+3 |
* | block: Implement .bdrv_has_zero_init_truncate() | Max Reitz | 2019-08-19 | 1 | -0/+1 |
* | Include qemu/main-loop.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | block: Add BlockBackend.ctx | Kevin Wolf | 2019-06-04 | 1 | -1/+2 |
* | block: Add strong_runtime_opts to BlockDriver | Max Reitz | 2019-02-25 | 1 | -0/+12 |
* | block/sheepdog: Convert from DPRINTF() macro to trace events | Laurent Vivier | 2019-01-31 | 1 | -30/+17 |
* | block/sheepdog: Use QEMU_NONSTRING for non NUL-terminated arrays | Philippe Mathieu-Daudé | 2019-01-18 | 1 | -1/+1 |
* | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini | 2019-01-11 | 1 | -3/+3 |
* | block: Use warn_report() & friends to report warnings | Markus Armbruster | 2018-10-19 | 1 | -1/+1 |
* | block: Convert .bdrv_truncate callback to coroutine_fn | Kevin Wolf | 2018-06-29 | 1 | -6/+6 |
* | block: Factor out qobject_input_visitor_new_flat_confused() | Markus Armbruster | 2018-06-15 | 1 | -10/+4 |
* | block: Fix -drive for certain non-string scalars | Markus Armbruster | 2018-06-15 | 1 | -10/+2 |
* | block: Fix -blockdev for certain non-string scalars | Markus Armbruster | 2018-06-15 | 1 | -1/+1 |
* | block: Add block-specific QDict header | Max Reitz | 2018-06-15 | 1 | -0/+1 |
* | sheepdog: remove huge BSS object | Paolo Bonzini | 2018-06-05 | 1 | -10/+12 |
* | sheepdog: cleanup repeated expression | Paolo Bonzini | 2018-06-05 | 1 | -3/+3 |
* | sheepdog: Remove unnecessary NULL check in sd_prealloc() | Peter Maydell | 2018-05-23 | 1 | -3/+1 |
* | block: Merge .bdrv_co_writev{,_flags} in drivers | Eric Blake | 2018-05-15 | 1 | -1/+3 |
* | sheepdog: Fix sd_co_create_opts() memory leaks | Kevin Wolf | 2018-05-08 | 1 | -1/+3 |
* | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau | 2018-05-04 | 1 | -6/+6 |
* | qapi: Replace qobject_to_X(o) by qobject_to(X, o) | Max Reitz | 2018-03-19 | 1 | -1/+1 |
* | block: include original filename when reporting invalid URIs | Daniel P. Berrangé | 2018-03-13 | 1 | -1/+1 |
* | sheepdog: Support .bdrv_co_create | Kevin Wolf | 2018-03-09 | 1 | -74/+169 |
* | sheepdog: QAPIfy "redundancy" create option | Kevin Wolf | 2018-03-09 | 1 | -27/+67 |
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 2018-03-06 | 1 | -18/+18 |
|\ |
|
| * | block: rename .bdrv_create() to .bdrv_co_create_opts() | Stefan Hajnoczi | 2018-03-02 | 1 | -5/+5 |
| * | sheepdog: Switch to .bdrv_co_block_status() | Eric Blake | 2018-03-02 | 1 | -13/+13 |
* | | Include less of the generated modular QAPI headers | Markus Armbruster | 2018-03-02 | 1 | -1/+1 |
|/ |
|
* | sheepdog: Allow fully preallocated truncation | Max Reitz | 2018-02-13 | 1 | -3/+12 |
* | sheepdog: Pass old and new size to sd_prealloc() | Max Reitz | 2018-02-13 | 1 | -11/+5 |
* | sheepdog: Make sd_prealloc() take a BDS | Max Reitz | 2018-02-13 | 1 | -8/+21 |
* | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 2017-12-20 | 1 | -2/+1 |
|\ |
|