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
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
2017-08-30
misc: Remove unused Error variables
Alberto Garcia
1
-9
/
+3
2017-07-25
qcow: fix memory leaks related to encryption
Daniel P. Berrange
1
-2
/
+3
2017-07-11
block: Add PreallocMode to blk_truncate()
Max Reitz
1
-1
/
+1
2017-07-11
block: Add PreallocMode to bdrv_truncate()
Max Reitz
1
-2
/
+4
2017-07-11
block: pass option prefix down to crypto layer
Daniel P. Berrange
1
-3
/
+4
2017-07-11
block: remove all encryption handling APIs
Daniel P. Berrange
1
-1
/
+7
2017-07-11
qcow: convert QCow to use QCryptoBlock for encryption
Daniel P. Berrange
1
-102
/
+96
2017-07-11
qcow: make encrypt_sectors encrypt in place
Daniel P. Berrange
1
-30
/
+15
2017-07-11
block: deprecate "encryption=on" in favor of "encrypt.format=aes"
Daniel P. Berrange
1
-6
/
+25
2017-07-11
qcow: require image size to be > 1 for new images
Daniel P. Berrange
1
-0
/
+6
2017-06-09
block/qcow.c: Fix memory leak in qcow_create()
Peter Maydell
1
-0
/
+1
2017-05-17
migration: Create migration/blocker.h
Juan Quintela
1
-1
/
+1
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
1
-3
/
+3
2017-02-28
block: Add BDRV_O_RESIZE for blk_new_open()
Kevin Wolf
1
-1
/
+2
2017-02-28
block: Request child permissions in format drivers
Kevin Wolf
1
-0
/
+1
2017-02-24
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
1
-0
/
+6
2017-02-24
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
1
-2
/
+2
2017-01-24
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
1
-1
/
+7
2016-10-19
crypto: extend mode as a parameter in qcrypto_cipher_supports()
Gonglei
1
-1
/
+2
[next]