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
/
tests
/
qemu-iotests
Commit message (
Expand
)
Author
Age
Files
Lines
*
qcow2: Make preallocate_co() resize the image to the correct size
Alberto Garcia
2020-09-15
2
-20
/
+52
*
iotests: Skip test_stream_parallel in test 030 when doing "make check"
Thomas Huth
2020-09-15
1
-0
/
+2
*
qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocs
Alberto Garcia
2020-09-15
3
-0
/
+91
*
qemu-img: avoid unaligned read requests during convert
Peter Lieven
2020-09-15
1
-2
/
+5
*
qemu-iotests: Simplify FilePath __init__
Nir Soffer
2020-09-15
1
-3
/
+2
*
qemu-iotests: Merge FilePaths and FilePath
Nir Soffer
2020-09-15
5
-18
/
+15
*
qemu-iotests: Support varargs syntax in FilePaths
Nir Soffer
2020-09-15
3
-12
/
+10
*
qemu-iotests: Fix FilePaths docstring
Nir Soffer
2020-09-15
1
-6
/
+13
*
qemu-iotests: Fix FilePaths cleanup
Nir Soffer
2020-09-15
1
-4
/
+4
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2020-09-11
20
-24
/
+539
|
\
|
*
iotests: Allow running from different directory
Kevin Wolf
2020-09-10
1
-1
/
+1
|
*
iotests: Test committing to overridden backing
Max Reitz
2020-09-08
2
-2
/
+63
|
*
iotests: Add test for commit in sub directory
Max Reitz
2020-09-08
2
-0
/
+54
|
*
iotests: Add filter mirror test cases
Max Reitz
2020-09-08
2
-3
/
+147
|
*
iotests: Add filter commit test cases
Max Reitz
2020-09-08
2
-2
/
+179
|
*
iotests: Let complete_and_wait() work with commit
Max Reitz
2020-09-07
1
-3
/
+7
|
*
iotests: Test that qcow2's data-file is flushed
Max Reitz
2020-09-07
2
-0
/
+56
|
*
block: Leave BDS.backing_{file,format} constant
Max Reitz
2020-09-07
4
-9
/
+11
|
*
qemu-img: Use child access functions
Max Reitz
2020-09-07
1
-0
/
+1
|
*
block: Use child access functions for QAPI queries
Max Reitz
2020-09-07
1
-1
/
+7
|
*
block/null: Implement bdrv_get_allocated_file_size
Max Reitz
2020-09-07
3
-5
/
+6
|
*
block: Raise an error when backing file parameter is an empty string
Connor Kuehl
2020-09-07
2
-0
/
+9
*
|
qemu-iotests: move check-block back to Makefiles
Paolo Bonzini
2020-09-08
1
-4
/
+0
|
/
*
iotests/259: Fix reference output
Max Reitz
2020-09-02
1
-1
/
+1
*
iotests/059: Fix reference output
Max Reitz
2020-09-02
1
-1
/
+1
*
migration: improve error reporting of block driver state name
Daniel P. Berrangé
2020-08-28
1
-2
/
+2
*
iotests: Add tests for qcow2 images with extended L2 entries
Alberto Garcia
2020-08-26
3
-0
/
+1628
*
qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters
Alberto Garcia
2020-08-25
2
-0
/
+11
*
qcow2: Allow preallocation and backing files if extended_l2 is set
Alberto Garcia
2020-08-25
1
-1
/
+1
*
qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
Alberto Garcia
2020-08-25
21
-133
/
+183
*
qcow2: Add subcluster support to check_refcounts_l2()
Alberto Garcia
2020-08-25
1
-1
/
+1
*
iotests: Test node/bitmap aliases during migration
Max Reitz
2020-08-21
3
-0
/
+599
*
iotests.py: Let wait_migration() return on failure
Max Reitz
2020-08-21
1
-6
/
+12
*
iotests: dump QCOW2 header in JSON in #303
Andrey Shinkevich
2020-08-21
2
-0
/
+79
*
qcow2_format.py: support dumping metadata in JSON format
Andrey Shinkevich
2020-08-21
1
-0
/
+17
*
qcow2_format.py: collect fields to dump in JSON format
Andrey Shinkevich
2020-08-21
1
-0
/
+36
*
qcow2.py: Introduce '-j' key to dump in JSON format
Andrey Shinkevich
2020-08-21
2
-6
/
+16
*
qcow2_format.py: Dump bitmap table serialized entries
Andrey Shinkevich
2020-08-21
2
-0
/
+54
*
qcow2_format.py: pass cluster size to substructures
Andrey Shinkevich
2020-08-21
1
-6
/
+11
*
qcow2_format.py: Dump bitmap directory information
Andrey Shinkevich
2020-08-21
2
-0
/
+65
*
qcow2_format.py: dump bitmap flags in human readable way.
Andrey Shinkevich
2020-08-21
1
-0
/
+16
*
qcow2_format.py: change Qcow2BitmapExt initialization method
Andrey Shinkevich
2020-08-21
1
-14
/
+22
*
qcow2_format.py: make printable data an extension class member
Andrey Shinkevich
2020-08-21
1
-6
/
+8
*
iotests: add test for QCOW2 header dump
Andrey Shinkevich
2020-08-21
3
-0
/
+121
*
meson: convert check-block
Paolo Bonzini
2020-08-21
1
-0
/
+10
*
meson: link emulators without Makefile.target
Paolo Bonzini
2020-08-21
1
-3
/
+3
*
iotests: add test for unaligned granularity bitmap backup
Stefan Reiter
2020-08-11
3
-0
/
+63
*
iotests/169: Test source cont with backing bmap
Max Reitz
2020-08-03
2
-3
/
+65
*
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-07-28' into st...
Peter Maydell
2020-07-28
6
-50
/
+221
|
\
|
*
iotests: Test convert to qcow2 compressed to NBD
Nir Soffer
2020-07-28
3
-0
/
+159
[next]