index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
qemu-iotests
/
040
Age
Commit message (
Expand
)
Author
2023-10-12
python: use vm.cmd() instead of vm.qmp() where appropriate
Vladimir Sementsov-Ogievskiy
2023-10-12
iotests: drop some extra ** in qmp() call
Vladimir Sementsov-Ogievskiy
2023-10-12
iotests: refactor some common qmp result checks into generic pattern
Vladimir Sementsov-Ogievskiy
2023-09-08
tests/: spelling fixes
Michael Tokarev
2022-04-25
iotests/040: Fix TestCommitWithFilters test
John Snow
2022-04-25
iotests/040: Don't check image pattern on zero-length image
John Snow
2022-04-25
iotests: Don't check qemu_io() output for specific error strings
John Snow
2022-03-07
tests/qemu-iotests/040: Skip TestCommitWithFilters without 'throttle'
Thomas Huth
2021-11-01
python/machine: remove has_quit argument
John Snow
2021-07-09
qemu-img: Require -F with -b backing image
Eric Blake
2021-03-24
iotests: Revert "iotests: use -ccw on s390x for 040, 139, and 182"
Laurent Vivier
2021-03-08
block: Clarify error messages pertaining to 'node-name'
Connor Kuehl
2021-01-20
iotests: define group in each iotest
Vladimir Sementsov-Ogievskiy
2020-12-10
block: Improve some block-commit, block-stream error messages
Markus Armbruster
2020-09-08
iotests: Test committing to overridden backing
Max Reitz
2020-09-08
iotests: Add filter commit test cases
Max Reitz
2020-07-14
iotests: Specify explicit backing format where sensible
Eric Blake
2020-02-18
iotests: Test error handling policies with block-commit
Kevin Wolf
2020-02-07
tests/qemu-iotests: Explicit usage of Python 3 (scripts with __main__)
Philippe Mathieu-Daudé
2020-01-27
iotests: Add more "skip_if_unsupported" statements to the python tests
Thomas Huth
2019-09-10
iotests: Restrict file Python tests to file
Max Reitz
2019-08-16
iotests: Add virtio-scsi device helper
John Snow
2019-07-19
iotests: Test commit with a filter on the chain
Max Reitz
2018-10-30
iotests: Use // for Python integer division
Max Reitz
2018-09-25
qemu-iotests: Test commit with top-node/base-node
Kevin Wolf
2018-05-23
job: Add JOB_STATUS_CHANGE QMP event
Kevin Wolf
2017-11-14
iotests: Add missing 'blkdebug::' in 040
Max Reitz
2017-09-26
iotests: use -ccw on s390x for 040, 139, and 182
Cornelia Huck
2017-07-24
block: Skip implicit nodes in query-block/blockstats
Kevin Wolf
2017-06-09
qemu-iotests: Test automatic commit job cancel on hot unplug
Kevin Wolf
2015-11-11
qemu-iotests: Test the reopening of overlay_bs in 'block-commit'
Alberto Garcia
2014-12-10
qemu-iotests: Add qemu-io format option in Python tests
Kevin Wolf
2014-11-03
iotests: Omit length/offset test in 040 and 041
Max Reitz
2014-07-01
block: make 'top' argument to block-commit optional
Jeff Cody
2014-06-26
qemu-iotests: Test BLOCK_JOB_READY event for 0Kb image active commit
Fam Zheng
2014-01-31
qemu-iotests: Drop assert_no_active_commit in case 040
Fam Zheng
2013-12-20
qemu-iotests: Update test cases for commit active
Fam Zheng
2013-11-29
qemu-iotests: Make test case 030, 040 and 055 deterministic
Fam Zheng
2013-11-29
qemu-iotests: Drop local version of cancel_and_wait from 040
Fam Zheng
2013-10-30
qemu-iotests: drop duplicated "create_image"
Fam Zheng
2012-10-24
qemu-iotests: add relative backing file tests for block-commit (040)
Jeff Cody
2012-10-24
block: in commit, determine base image from the top image
Jeff Cody
2012-09-28
qemu-iotests: add initial tests for live block commit
Jeff Cody