index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
file-win32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-29
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2021-09-29
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2021-09-01
block/file-win32: add reopen handlers
Viktor Prutyanov
1
-1
/
+100
2020-09-16
block/file: switch to use qemu_open/qemu_create for improved errors
Daniel P. Berrangé
1
-4
/
+2
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
1
-2
/
+3
2020-09-10
file-win32: Fix "locking" option
Kevin Wolf
1
-1
/
+21
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
1
-4
/
+2
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
1
-4
/
+2
2020-05-08
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
1
-1
/
+0
2020-05-08
file-win32: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
1
-0
/
+3
2020-04-30
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
1
-1
/
+1
2020-03-26
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
1
-1
/
+3
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
1
-1
/
+2
2019-08-19
block: Implement .bdrv_has_zero_init_truncate()
Max Reitz
1
-0
/
+1
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-4
/
+4
2018-07-10
block: Prefix file driver trace points with "file_"
Fam Zheng
1
-1
/
+1
2018-06-29
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
1
-3
/
+3
2018-05-15
file-win32: Switch to byte-based callbacks
Eric Blake
1
-18
/
+29
2018-03-09
file-win32: Support .bdrv_co_create
Kevin Wolf
1
-9
/
+38
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
1
-2
/
+3
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+2
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+1
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
1
-1
/
+1
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
1
-1
/
+1
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
1
-1
/
+0
2017-09-04
qapi: Drop superfluous qapi_enum_parse() parameter max
Markus Armbruster
1
-1
/
+1
2017-07-11
block: Add PreallocMode to BD.bdrv_truncate()
Max Reitz
1
-1
/
+8
2017-05-29
block/file-*: *_parse_filename() and colons
Max Reitz
1
-10
/
+2
2017-05-16
block/win32: fix 'ret not initialized' warning
Gerd Hoffmann
1
-0
/
+1
2017-05-11
file-win32: Error out if locking=on
Fam Zheng
1
-0
/
+5
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
1
-2
/
+2
2017-05-08
qobject: Drop useless QObject casts
Eric Blake
1
-2
/
+2
2017-04-28
block: Add errp to BD.bdrv_truncate()
Max Reitz
1
-3
/
+3
2017-04-27
file-win32: Remove unnecessary include
Kevin Wolf
1
-1
/
+0
2017-01-09
block: Rename raw-{posix,win32} to file-*.c
Eric Blake
1
-0
/
+781