index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
file-win32.c
Age
Commit message (
Expand
)
Author
2020-05-08
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
2020-05-08
file-win32: 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-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