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
/
qcow2_format.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-2
/
+2
*
qcow2_format.py: Dump bitmap table serialized entries
Andrey Shinkevich
2020-08-21
1
-0
/
+50
*
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
1
-0
/
+47
*
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 copyright line in qcow2.py
Eric Blake
2020-06-17
1
-0
/
+1
*
qcow2_format.py: dump bitmaps header extension
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-9
/
+33
*
qcow2: QcowHeaderExtension print names for extension magics
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-1
/
+16
*
qcow2_format: refactor QcowHeaderExtension as a subclass of Qcow2Struct
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-16
/
+37
*
qcow2_format.py: QcowHeaderExtension: add dump method
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-10
/
+12
*
qcow2_format.py: add field-formatting class
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-10
/
+25
*
qcow2_format.py: separate generic functionality of structure classes
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-35
/
+66
*
qcow2_format.py: use strings to specify c-type of struct fields
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-22
/
+28
*
qcow2_format.py: use modern string formatting
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-27
/
+27
*
qcow2_format.py: use tuples instead of lists for fields
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-20
/
+20
*
qcow2_format.py: drop new line printing at end of dump()
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-1
/
+0
*
qcow2.py: move qcow2 format classes to separate module
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-0
/
+173