Age | Commit message (Expand) | Author |
2023-05-30 | aio: remove aio_disable_external() API | Stefan Hajnoczi |
2023-02-01 | block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed | Emanuele Giuseppe Esposito |
2023-01-20 | include/block: Untangle inclusion loops | Markus Armbruster |
2022-12-14 | qapi block: Elide redundant has_FOO in generated C | Markus Armbruster |
2022-10-30 | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging | Stefan Hajnoczi |
2022-10-27 | ssh: add missing coroutine_fn annotation | Alberto Faria |
2022-10-26 | block: add BDRV_REQ_REGISTERED_BUF request flag | Stefan Hajnoczi |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau |
2022-02-16 | block: print the server key type and fingerprint on failure | Daniel P. Berrangé |
2022-02-16 | block: support sha256 fingerprint with pre-blockdev options | Daniel P. Berrangé |
2022-01-12 | aio-posix: split poll check from ready handler | Stefan Hajnoczi |
2021-07-09 | util/uri: do not check argument of uri_free() | Heinrich Schuchardt |
2021-06-30 | block/ssh: add support for sha256 host key fingerprints | Daniel P. Berrangé |
2021-06-02 | block/ssh: Bump minimum libssh version to 0.8.7 | Thomas Huth |
2020-07-10 | qapi: Smooth another visitor error checking pattern | Markus Armbruster |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster |
2020-07-10 | qemu-option: Use returned bool to check for failure | Markus Armbruster |
2020-05-08 | block: Drop unused .bdrv_has_zero_init_truncate | Eric Blake |
2020-05-08 | ssh: Support BDRV_REQ_ZERO_WRITE for truncate | Eric Blake |
2020-04-30 | block: Add flags to BlockDriver.bdrv_co_truncate() | Kevin Wolf |
2020-03-26 | block: pass BlockDriver reference to the .bdrv_co_create | Maxim Levitsky |
2019-10-28 | block: Add @exact parameter to bdrv_co_truncate() | Max Reitz |
2019-08-19 | block: Implement .bdrv_has_zero_init_truncate() | Max Reitz |
2019-06-24 | ssh: switch from libssh2 to libssh | Pino Toscano |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-06-11 | qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h | Markus Armbruster |
2019-05-07 | block/ssh: Implement .bdrv_dirname() | Max Reitz |
2019-05-07 | block/ssh: Implement .bdrv_refresh_filename() | Max Reitz |
2019-04-17 | block/ssh: Do not report read/write/flush errors to the user | Markus Armbruster |
2019-02-25 | block: Add strong_runtime_opts to BlockDriver | Max Reitz |
2019-01-31 | block/ssh: Convert from DPRINTF() macro to trace events | Laurent Vivier |
2018-06-29 | block: Convert .bdrv_truncate callback to coroutine_fn | Kevin Wolf |
2018-06-15 | block: Factor out qobject_input_visitor_new_flat_confused() | Markus Armbruster |
2018-06-15 | block: Fix -drive for certain non-string scalars | Markus Armbruster |
2018-06-15 | block: Add block-specific QDict header | Max Reitz |
2018-05-15 | block: Merge .bdrv_co_writev{,_flags} in drivers | Eric Blake |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau |
2018-03-09 | ssh: Support .bdrv_co_create | Kevin Wolf |
2018-03-09 | ssh: Pass BlockdevOptionsSsh to connect_to_ssh() | Kevin Wolf |
2018-03-09 | ssh: QAPIfy host-key-check option | Kevin Wolf |
2018-03-09 | ssh: Use QAPI BlockdevOptionsSsh object | Kevin Wolf |
2018-03-06 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-03-02 | block/ssh: Add basic .bdrv_truncate() | Max Reitz |
2018-03-02 | block/ssh: Make ssh_grow_file() blocking | Max Reitz |
2018-03-02 | block/ssh: Pull ssh_grow_file() from ssh_create() | Max Reitz |
2018-03-02 | block: rename .bdrv_create() to .bdrv_co_create_opts() | Stefan Hajnoczi |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster |
2018-01-31 | block/ssh: fix possible segmentation fault when .desc is not null-terminated | Murilo Opsfelder Araujo |