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
/
tests
/
qemu-iotests
/
qcow2_format.py
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-21
qcow2_format.py: support dumping metadata in JSON format
Andrey Shinkevich
1
-0
/
+17
2020-08-21
qcow2_format.py: collect fields to dump in JSON format
Andrey Shinkevich
1
-0
/
+36
2020-08-21
qcow2.py: Introduce '-j' key to dump in JSON format
Andrey Shinkevich
1
-2
/
+2
2020-08-21
qcow2_format.py: Dump bitmap table serialized entries
Andrey Shinkevich
1
-0
/
+50
2020-08-21
qcow2_format.py: pass cluster size to substructures
Andrey Shinkevich
1
-6
/
+11
2020-08-21
qcow2_format.py: Dump bitmap directory information
Andrey Shinkevich
1
-0
/
+47
2020-08-21
qcow2_format.py: dump bitmap flags in human readable way.
Andrey Shinkevich
1
-0
/
+16
2020-08-21
qcow2_format.py: change Qcow2BitmapExt initialization method
Andrey Shinkevich
1
-14
/
+22
2020-08-21
qcow2_format.py: make printable data an extension class member
Andrey Shinkevich
1
-6
/
+8
2020-06-17
iotests: Add copyright line in qcow2.py
Eric Blake
1
-0
/
+1
2020-06-09
qcow2_format.py: dump bitmaps header extension
Vladimir Sementsov-Ogievskiy
1
-9
/
+33
2020-06-09
qcow2: QcowHeaderExtension print names for extension magics
Vladimir Sementsov-Ogievskiy
1
-1
/
+16
2020-06-09
qcow2_format: refactor QcowHeaderExtension as a subclass of Qcow2Struct
Vladimir Sementsov-Ogievskiy
1
-16
/
+37
2020-06-09
qcow2_format.py: QcowHeaderExtension: add dump method
Vladimir Sementsov-Ogievskiy
1
-10
/
+12
2020-06-09
qcow2_format.py: add field-formatting class
Vladimir Sementsov-Ogievskiy
1
-10
/
+25
2020-06-09
qcow2_format.py: separate generic functionality of structure classes
Vladimir Sementsov-Ogievskiy
1
-35
/
+66
2020-06-09
qcow2_format.py: use strings to specify c-type of struct fields
Vladimir Sementsov-Ogievskiy
1
-22
/
+28
2020-06-09
qcow2_format.py: use modern string formatting
Vladimir Sementsov-Ogievskiy
1
-27
/
+27
2020-06-09
qcow2_format.py: use tuples instead of lists for fields
Vladimir Sementsov-Ogievskiy
1
-20
/
+20
2020-06-09
qcow2_format.py: drop new line printing at end of dump()
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2020-06-09
qcow2.py: move qcow2 format classes to separate module
Vladimir Sementsov-Ogievskiy
1
-0
/
+173