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
/
qcow.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
2021-09-29
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
1
-5
/
+5
2021-09-29
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2020-09-15
block/qcow: remove runtime opts
John Snow
1
-9
/
+0
2020-07-14
qcow: Tolerate backing_fmt=
Eric Blake
1
-1
/
+19
2020-07-10
error: Avoid error_propagate() after migrate_add_blocker()
Markus Armbruster
1
-4
/
+2
2020-07-10
qapi: Smooth another visitor error checking pattern
Markus Armbruster
1
-5
/
+2
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-2
/
+1
2020-05-18
block: Use bdrv_default_perms()
Max Reitz
1
-1
/
+1
2020-05-18
block: Make format drivers use child_of_bds
Max Reitz
1
-2
/
+2
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
1
-1
/
+1
2020-05-18
block: Add BlockDriver.is_format
Max Reitz
1
-0
/
+1
2020-05-05
block: Add blk_new_with_bs() helper
Eric Blake
1
-4
/
+4
2020-04-30
block: Add flags to bdrv(_co)_truncate()
Kevin Wolf
1
-2
/
+2
2020-03-26
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
1
-1
/
+2
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
1
-2
/
+2
2019-10-28
block: Do not truncate file node when formatting
Max Reitz
1
-5
/
+0
2019-07-08
block/qcow: Improve error when opening qcow2 files as qcow
John Snow
1
-1
/
+6
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
1
-1
/
+2
2019-04-30
block/qcow: use buffer-based io
Vladimir Sementsov-Ogievskiy
1
-13
/
+6
2019-02-26
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+12
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
1
-0
/
+7
2019-02-25
block: Add BDS.auto_backing_file
Max Reitz
1
-2
/
+5
2019-02-22
block/qcow: use qemu_iovec_init_buf
Vladimir Sementsov-Ogievskiy
1
-17
/
+4
2018-12-12
crypto: support multiple threads accessing one QCryptoBlock
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2018-11-05
block/qcow: Don't take address of fields in packed structs
Peter Maydell
1
-9
/
+9
2018-07-30
qcow: fix a reference leak
KONRAD Frederic
1
-0
/
+1
2018-06-29
qcow: Switch to a byte-based driver
Eric Blake
1
-15
/
+20
2018-06-29
qcow: Switch qcow_co_writev to byte-based calls
Eric Blake
1
-19
/
+17
2018-06-29
qcow: Switch qcow_co_readv to byte-based calls
Eric Blake
1
-22
/
+20
2018-06-29
qcow: Switch get_cluster_offset to be byte-based
Eric Blake
1
-14
/
+15
2018-06-29
block/crypto: Simplify block_crypto_{open,create}_opts_init()
Markus Armbruster
1
-3
/
+2
2018-06-15
block: Factor out qobject_input_visitor_new_flat_confused()
Markus Armbruster
1
-5
/
+2
2018-06-15
block: Clean up a misuse of qobject_to() in .bdrv_co_create_opts()
Markus Armbruster
1
-5
/
+4
2018-06-15
block: Fix -blockdev for certain non-string scalars
Markus Armbruster
1
-1
/
+1
2018-06-15
block: Add block-specific QDict header
Max Reitz
1
-0
/
+1
2018-05-31
block: use local path for local headers
Michael S. Tsirkin
1
-1
/
+1
2018-05-15
block: Merge .bdrv_co_writev{,_flags} in drivers
Eric Blake
1
-2
/
+4
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-4
/
+4
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
1
-1
/
+1
2018-03-19
qcow: Support .bdrv_co_create
Kevin Wolf
1
-66
/
+130
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
1
-2
/
+3
2018-03-02
qcow: Switch to .bdrv_co_block_status()
Eric Blake
1
-11
/
+16
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-1
/
+1
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+2
2018-02-09
Drop superfluous includes of qapi/qmp/qerror.h
Markus Armbruster
1
-1
/
+0
2018-01-23
block/qcow: Add blkdebug events
Max Reitz
1
-0
/
+16
2017-10-06
block: convert qcrypto_block_encrypt|decrypt to take bytes offset
Daniel P. Berrange
1
-4
/
+7
2017-09-04
qcow: Check failure of bdrv_getlength() and bdrv_truncate()
Eric Blake
1
-8
/
+22
2017-09-04
qcow: Change signature of get_cluster_offset()
Eric Blake
1
-50
/
+73
[next]