index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
qcow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/qcow: Improve error when opening qcow2 files as qcow
John Snow
2019-07-08
1
-1
/
+6
*
block: Add BlockBackend.ctx
Kevin Wolf
2019-06-04
1
-1
/
+2
*
block/qcow: use buffer-based io
Vladimir Sementsov-Ogievskiy
2019-04-30
1
-13
/
+6
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2019-02-26
1
-2
/
+12
|
\
|
*
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2019-02-25
1
-0
/
+7
|
*
block: Add BDS.auto_backing_file
Max Reitz
2019-02-25
1
-2
/
+5
*
|
block/qcow: use qemu_iovec_init_buf
Vladimir Sementsov-Ogievskiy
2019-02-22
1
-17
/
+4
|
/
*
crypto: support multiple threads accessing one QCryptoBlock
Vladimir Sementsov-Ogievskiy
2018-12-12
1
-1
/
+1
*
block/qcow: Don't take address of fields in packed structs
Peter Maydell
2018-11-05
1
-9
/
+9
*
qcow: fix a reference leak
KONRAD Frederic
2018-07-30
1
-0
/
+1
*
qcow: Switch to a byte-based driver
Eric Blake
2018-06-29
1
-15
/
+20
*
qcow: Switch qcow_co_writev to byte-based calls
Eric Blake
2018-06-29
1
-19
/
+17
*
qcow: Switch qcow_co_readv to byte-based calls
Eric Blake
2018-06-29
1
-22
/
+20
*
qcow: Switch get_cluster_offset to be byte-based
Eric Blake
2018-06-29
1
-14
/
+15
*
block/crypto: Simplify block_crypto_{open,create}_opts_init()
Markus Armbruster
2018-06-29
1
-3
/
+2
*
block: Factor out qobject_input_visitor_new_flat_confused()
Markus Armbruster
2018-06-15
1
-5
/
+2
*
block: Clean up a misuse of qobject_to() in .bdrv_co_create_opts()
Markus Armbruster
2018-06-15
1
-5
/
+4
*
block: Fix -blockdev for certain non-string scalars
Markus Armbruster
2018-06-15
1
-1
/
+1
*
block: Add block-specific QDict header
Max Reitz
2018-06-15
1
-0
/
+1
*
block: use local path for local headers
Michael S. Tsirkin
2018-05-31
1
-1
/
+1
*
block: Merge .bdrv_co_writev{,_flags} in drivers
Eric Blake
2018-05-15
1
-2
/
+4
*
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-05-04
1
-4
/
+4
*
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
2018-03-19
1
-1
/
+1
*
qcow: Support .bdrv_co_create
Kevin Wolf
2018-03-19
1
-66
/
+130
*
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
2018-03-02
1
-2
/
+3
*
qcow: Switch to .bdrv_co_block_status()
Eric Blake
2018-03-02
1
-11
/
+16
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-1
/
+1
*
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+2
*
Drop superfluous includes of qapi/qmp/qerror.h
Markus Armbruster
2018-02-09
1
-1
/
+0
*
block/qcow: Add blkdebug events
Max Reitz
2018-01-23
1
-0
/
+16
*
block: convert qcrypto_block_encrypt|decrypt to take bytes offset
Daniel P. Berrange
2017-10-06
1
-4
/
+7
*
qcow: Check failure of bdrv_getlength() and bdrv_truncate()
Eric Blake
2017-09-04
1
-8
/
+22
*
qcow: Change signature of get_cluster_offset()
Eric Blake
2017-09-04
1
-50
/
+73
*
misc: Remove unused Error variables
Alberto Garcia
2017-08-30
1
-9
/
+3
*
qcow: fix memory leaks related to encryption
Daniel P. Berrange
2017-07-25
1
-2
/
+3
*
block: Add PreallocMode to blk_truncate()
Max Reitz
2017-07-11
1
-1
/
+1
*
block: Add PreallocMode to bdrv_truncate()
Max Reitz
2017-07-11
1
-2
/
+4
*
block: pass option prefix down to crypto layer
Daniel P. Berrange
2017-07-11
1
-3
/
+4
*
block: remove all encryption handling APIs
Daniel P. Berrange
2017-07-11
1
-1
/
+7
*
qcow: convert QCow to use QCryptoBlock for encryption
Daniel P. Berrange
2017-07-11
1
-102
/
+96
*
qcow: make encrypt_sectors encrypt in place
Daniel P. Berrange
2017-07-11
1
-30
/
+15
*
block: deprecate "encryption=on" in favor of "encrypt.format=aes"
Daniel P. Berrange
2017-07-11
1
-6
/
+25
*
qcow: require image size to be > 1 for new images
Daniel P. Berrange
2017-07-11
1
-0
/
+6
*
block/qcow.c: Fix memory leak in qcow_create()
Peter Maydell
2017-06-09
1
-0
/
+1
*
migration: Create migration/blocker.h
Juan Quintela
2017-05-17
1
-1
/
+1
*
block: Add errp to b{lk,drv}_truncate()
Max Reitz
2017-04-28
1
-3
/
+3
*
block: Add BDRV_O_RESIZE for blk_new_open()
Kevin Wolf
2017-02-28
1
-1
/
+2
*
block: Request child permissions in format drivers
Kevin Wolf
2017-02-28
1
-0
/
+1
*
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
2017-02-24
1
-0
/
+6
*
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
2017-02-24
1
-2
/
+2
[next]