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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-11
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-06-09-v2' into...
Peter Maydell
4
-0
/
+21
2020-06-10
nbd/server: Avoid long error message assertions CVE-2020-10761
Eric Blake
2
-0
/
+6
2020-06-09
iotests: 194: wait for migration completion on target too
Vladimir Sementsov-Ogievskiy
2
-0
/
+15
2020-06-09
iotests: Fix 291 across more file systems
Eric Blake
2
-4
/
+4
2020-06-09
qcow2_format.py: dump bitmaps header extension
Vladimir Sementsov-Ogievskiy
3
-9
/
+70
2020-06-09
qcow2: QcowHeaderExtension print names for extension magics
Vladimir Sementsov-Ogievskiy
4
-21
/
+36
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
2
-1
/
+1
2020-06-09
qcow2.py: move qcow2 format classes to separate module
Vladimir Sementsov-Ogievskiy
2
-156
/
+177
2020-06-09
qcow2.py: add licensing blurb
Vladimir Sementsov-Ogievskiy
1
-0
/
+16
2020-06-09
qcow2.py: python style fixes
Vladimir Sementsov-Ogievskiy
1
-39
/
+56
2020-05-31
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/python-next-20200531...
Peter Maydell
1
-4
/
+1
2020-05-31
python: remove more instances of sys.version_info
John Snow
1
-4
/
+1
2020-05-28
iotests: Add test 291 to for qemu-img bitmap coverage
Eric Blake
3
-0
/
+193
2020-05-28
qcow2: Expose bitmaps' size during measure
Eric Blake
3
-3
/
+87
2020-05-28
iotests: Fix test 178
Eric Blake
2
-2
/
+2
2020-05-28
iotests: 194: test also migration of dirty bitmap
Vladimir Sementsov-Ogievskiy
2
-4
/
+16
2020-05-19
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
13
-75
/
+168
2020-05-18
iotests/030: Reduce run time by unthrottling job earlier
Kevin Wolf
1
-3
/
+3
2020-05-18
iotests: log messages from notrun()
John Snow
1
-6
/
+5
2020-05-18
block: Use blk_make_empty() after commits
Max Reitz
1
-4
/
+4
2020-05-18
iotests: Run pylint and mypy in a testcase
Kevin Wolf
3
-0
/
+48
2020-05-18
iotests: Fix incomplete type declarations
Kevin Wolf
1
-4
/
+4
2020-05-18
iotests: Mirror with different source/target size
Kevin Wolf
2
-2
/
+47
2020-05-18
iotests/229: Use blkdebug to inject an error
Kevin Wolf
2
-8
/
+16
2020-05-18
iotests/109: Don't mirror with mismatched size
Kevin Wolf
3
-48
/
+41
2020-05-18
iotests: Enhance 223 to cover qemu-img map improvements
Eric Blake
2
-3
/
+6
2020-05-18
qemu_img: add cvtnum_full to print error reports
Eyal Moscovici
1
-4
/
+4
2020-05-13
iotests: 287: add qcow2 compression type test
Denis Plotnikov
3
-0
/
+220
2020-05-13
qcow2: introduce compression type feature
Denis Plotnikov
19
-147
/
+212
2020-05-08
iotests/055: Use cache.no-flush for vmdk target
Kevin Wolf
1
-4
/
+7
2020-05-08
iotests: Backup with different source/target size
Kevin Wolf
2
-4
/
+41
2020-05-08
iotests/283: Use consistent size for source and target
Kevin Wolf
2
-2
/
+6
2020-05-08
iotests: vmdk: Enable zeroed_grained=on by default
Kevin Wolf
2
-3
/
+6
2020-05-08
qcow2: Avoid integer wraparound in qcow2_co_truncate()
Alberto Garcia
3
-0
/
+98
2020-05-08
iotests/113: mark bochs as required to support whitelisting
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2020-05-08
iotests/109: mark required formats as required to support whitelisting
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2020-05-08
iotests/055: skip vmdk target tests if vmdk is not whitelisted
Vladimir Sementsov-Ogievskiy
1
-0
/
+4
2020-05-08
iotests/055: refactor compressed backup to vmdk
Vladimir Sementsov-Ogievskiy
2
-35
/
+39
2020-05-08
iotests/041: drop self.assert_no_active_block_jobs()
Vladimir Sementsov-Ogievskiy
1
-8
/
+0
2020-05-08
iotests/148: use skip_if_unsupported
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2020-05-08
iotests/082: require bochs
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2020-05-08
iotests: handle tmpfs
Vladimir Sementsov-Ogievskiy
2
-3
/
+36
2020-05-05
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-05-05' in...
Peter Maydell
52
-227
/
+412
[next]