| Commit message (Expand) | Author | Age | Files | Lines |
* | block: use int64_t instead of uint64_t in driver write handlers | Vladimir Sementsov-Ogievskiy | 2021-09-29 | 1 | -2/+2 |
* | block: use int64_t instead of uint64_t in driver read handlers | Vladimir Sementsov-Ogievskiy | 2021-09-29 | 1 | -2/+2 |
* | block/file-win32: add reopen handlers | Viktor Prutyanov | 2021-09-01 | 1 | -1/+100 |
* | block/file: switch to use qemu_open/qemu_create for improved errors | Daniel P. Berrangé | 2020-09-16 | 1 | -4/+2 |
* | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé | 2020-09-16 | 1 | -2/+3 |
* | file-win32: Fix "locking" option | Kevin Wolf | 2020-09-10 | 1 | -1/+21 |
* | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster | 2020-07-10 | 1 | -4/+2 |
* | qemu-option: Use returned bool to check for failure | Markus Armbruster | 2020-07-10 | 1 | -4/+2 |
* | block: Drop unused .bdrv_has_zero_init_truncate | Eric Blake | 2020-05-08 | 1 | -1/+0 |
* | file-win32: Support BDRV_REQ_ZERO_WRITE for truncate | Eric Blake | 2020-05-08 | 1 | -0/+3 |
* | block: Add flags to BlockDriver.bdrv_co_truncate() | Kevin Wolf | 2020-04-30 | 1 | -1/+1 |
* | 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 | -1/+2 |
* | block: Implement .bdrv_has_zero_init_truncate() | Max Reitz | 2019-08-19 | 1 | -0/+1 |
* | avoid TABs in files that only contain a few | Paolo Bonzini | 2019-01-11 | 1 | -4/+4 |
* | block: Prefix file driver trace points with "file_" | Fam Zheng | 2018-07-10 | 1 | -1/+1 |
* | block: Convert .bdrv_truncate callback to coroutine_fn | Kevin Wolf | 2018-06-29 | 1 | -3/+3 |
* | file-win32: Switch to byte-based callbacks | Eric Blake | 2018-05-15 | 1 | -18/+29 |
* | file-win32: Support .bdrv_co_create | Kevin Wolf | 2018-03-09 | 1 | -9/+38 |
* | block: rename .bdrv_create() to .bdrv_co_create_opts() | Stefan Hajnoczi | 2018-03-02 | 1 | -2/+3 |
* | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 2018-02-09 | 1 | -0/+2 |
* | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | qapi: Change data type of the FOO_lookup generated for enum FOO | Marc-André Lureau | 2017-09-04 | 1 | -1/+1 |
* | qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) | Markus Armbruster | 2017-09-04 | 1 | -1/+1 |
* | qapi: Generate FOO_str() macro for QAPI enum FOO | Markus Armbruster | 2017-09-04 | 1 | -1/+0 |
* | qapi: Drop superfluous qapi_enum_parse() parameter max | Markus Armbruster | 2017-09-04 | 1 | -1/+1 |
* | block: Add PreallocMode to BD.bdrv_truncate() | Max Reitz | 2017-07-11 | 1 | -1/+8 |
* | block/file-*: *_parse_filename() and colons | Max Reitz | 2017-05-29 | 1 | -10/+2 |
* | block/win32: fix 'ret not initialized' warning | Gerd Hoffmann | 2017-05-16 | 1 | -0/+1 |
* | file-win32: Error out if locking=on | Fam Zheng | 2017-05-11 | 1 | -0/+5 |
* | qobject: Use simpler QDict/QList scalar insertion macros | Eric Blake | 2017-05-09 | 1 | -2/+2 |
* | qobject: Drop useless QObject casts | Eric Blake | 2017-05-08 | 1 | -2/+2 |
* | block: Add errp to BD.bdrv_truncate() | Max Reitz | 2017-04-28 | 1 | -3/+3 |
* | file-win32: Remove unnecessary include | Kevin Wolf | 2017-04-27 | 1 | -1/+0 |
* | block: Rename raw-{posix,win32} to file-*.c | Eric Blake | 2017-01-09 | 1 | -0/+781 |