Age | Commit message (Expand) | Author |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Include generated QAPI headers less | Markus Armbruster |
2019-08-16 | include: Make headers more self-contained | Markus Armbruster |
2019-07-22 | block: Only the main loop can change AioContexts | Max Reitz |
2019-07-19 | block: Do not poll in bdrv_do_drained_end() | Max Reitz |
2019-07-19 | block: Make bdrv_parent_drained_[^_]*() static | Max Reitz |
2019-07-19 | block: Introduce BdrvChild.parent_quiesce_counter | Max Reitz |
2019-07-15 | block: Add BDS.never_freeze | Max Reitz |
2019-07-02 | block: include base when checking image chain for block allocation | Andrey Shinkevich |
2019-06-18 | block: Add bdrv_child_refresh_perms() | Max Reitz |
2019-06-18 | block: drop bs->job | Vladimir Sementsov-Ogievskiy |
2019-06-18 | blockdev: blockdev_mark_auto_del: drop usage of bs->job | Vladimir Sementsov-Ogievskiy |
2019-06-18 | block/replication: drop usage of bs->job | Vladimir Sementsov-Ogievskiy |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-04 | block/io: bdrv_pdiscard: support int64_t bytes parameter | Vladimir Sementsov-Ogievskiy |
2019-06-04 | block: Remove bdrv_set_aio_context() | Kevin Wolf |
2019-06-04 | block: Adjust AioContexts when attaching nodes | Kevin Wolf |
2019-06-04 | nvme: add Get/Set Feature Timestamp support | Kenneth Heitke |
2019-06-04 | block/linux-aio: Drop unused BlockAIOCB submission method | Julia Suvorova |
2019-06-04 | block: avoid recursive block_status call if possible | Vladimir Sementsov-Ogievskiy |
2019-05-20 | block: Propagate AioContext change to parents | Kevin Wolf |
2019-05-20 | block: Make bdrv_attach/detach_aio_context() static | Kevin Wolf |
2019-05-20 | block: Add bdrv_try_set_aio_context() | Kevin Wolf |
2019-05-13 | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ... | Peter Maydell |
2019-05-13 | Clean up decorations and whitespace around header guards | Markus Armbruster |
2019-05-10 | block: Remove bdrv_read() and bdrv_write() | Alberto Garcia |
2019-05-07 | qemu-nbd: Look up flag names in array | Max Reitz |
2019-04-30 | block: introduce byte-based io helpers | Vladimir Sementsov-Ogievskiy |
2019-04-18 | block/qapi: Clean up how we print to monitor or stdout | Markus Armbruster |
2019-04-18 | qsp: Simplify how qsp_report() prints | Markus Armbruster |
2019-03-26 | file-posix: Support BDRV_REQ_NO_FALLBACK for zero writes | Kevin Wolf |
2019-03-26 | block: Add BDRV_REQ_NO_FALLBACK | Kevin Wolf |
2019-03-13 | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ... | Peter Maydell |
2019-03-12 | block: Remove the AioContext parameter from bdrv_reopen_multiple() | Alberto Garcia |
2019-03-12 | block: Add a 'mutable_opts' field to BlockDriver | Alberto Garcia |
2019-03-12 | block: Allow changing the backing file on reopen | Alberto Garcia |
2019-03-12 | block: Handle child references in bdrv_reopen_queue() | Alberto Garcia |
2019-03-12 | block: Add 'keep_old_opts' parameter to bdrv_reopen_queue() | Alberto Garcia |
2019-03-12 | block: Allow freezing BdrvChild links | Alberto Garcia |
2019-03-12 | bitmaps: Fix typo in function name | Eric Blake |
2019-03-12 | block/dirty-bitmaps: add block_dirty_bitmap_check function | John Snow |
2019-03-12 | block/dirty-bitmaps: add inconsistent bit | John Snow |
2019-03-12 | block/dirty-bitmaps: unify qmp_locked and user_locked calls | John Snow |
2019-03-12 | block/dirty-bitmaps: rename frozen predicate helper | John Snow |
2019-03-09 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-03-08' into st... | Peter Maydell |
2019-03-08 | qcow2: Implement data-file-raw create option | Kevin Wolf |
2019-03-08 | qcow2: Creating images with external data file | Kevin Wolf |
2019-03-08 | block: iterate_format with account of whitelisting | Andrey Shinkevich |
2019-03-06 | nbd: allow authorization with nbd-server-start QMP command | Daniel P. Berrange |
2019-03-06 | qemu-nbd: add support for authorization of TLS clients | Daniel P. Berrange |