Age | Commit message (Expand) | Author |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini |
2018-07-10 | block: Prefix file driver trace points with "file_" | Fam Zheng |
2018-06-29 | block: Convert .bdrv_truncate callback to coroutine_fn | Kevin Wolf |
2018-05-15 | file-win32: Switch to byte-based callbacks | Eric Blake |
2018-03-09 | file-win32: Support .bdrv_co_create | Kevin Wolf |
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 |
2017-09-04 | qapi: Change data type of the FOO_lookup generated for enum FOO | Marc-André Lureau |
2017-09-04 | qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) | Markus Armbruster |
2017-09-04 | qapi: Generate FOO_str() macro for QAPI enum FOO | Markus Armbruster |
2017-09-04 | qapi: Drop superfluous qapi_enum_parse() parameter max | Markus Armbruster |
2017-07-11 | block: Add PreallocMode to BD.bdrv_truncate() | Max Reitz |
2017-05-29 | block/file-*: *_parse_filename() and colons | Max Reitz |
2017-05-16 | block/win32: fix 'ret not initialized' warning | Gerd Hoffmann |
2017-05-11 | file-win32: Error out if locking=on | Fam Zheng |
2017-05-09 | qobject: Use simpler QDict/QList scalar insertion macros | Eric Blake |
2017-05-08 | qobject: Drop useless QObject casts | Eric Blake |
2017-04-28 | block: Add errp to BD.bdrv_truncate() | Max Reitz |
2017-04-27 | file-win32: Remove unnecessary include | Kevin Wolf |
2017-01-09 | block: Rename raw-{posix,win32} to file-*.c | Eric Blake |