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-12-11
block: introduce BDRV_MAX_LENGTH
Vladimir Sementsov-Ogievskiy
2
-1
/
+7
2020-12-11
iotests/221: Discard image before qemu-img map
Max Reitz
2
-8
/
+13
2020-12-11
iotests/308: Add test for FUSE exports
Max Reitz
3
-0
/
+437
2020-12-11
iotests: Enable fuse for many tests
Max Reitz
75
-75
/
+75
2020-12-11
iotests: Allow testing FUSE exports
Max Reitz
3
-1
/
+134
2020-12-11
iotests: Give access to the qemu-storage-daemon
Max Reitz
2
-0
/
+28
2020-12-11
iotests/287: Clean up subshell test image
Max Reitz
1
-2
/
+2
2020-12-11
iotests: Let _make_test_img guess $TEST_IMG_FILE
Max Reitz
1
-3
/
+37
2020-12-11
iotests: Restrict some Python tests to file
Max Reitz
2
-2
/
+4
2020-12-11
iotests/091: Use _cleanup_qemu instad of "wait"
Max Reitz
1
-1
/
+2
2020-12-11
iotests: Derive image names from $TEST_IMG
Max Reitz
4
-9
/
+7
2020-12-11
iotests/046: Avoid renaming images
Max Reitz
2
-3
/
+4
2020-12-11
iotests: Use convert -n in some cases
Max Reitz
4
-11
/
+10
2020-12-11
iotests: Do not pipe _make_test_img
Max Reitz
2
-5
/
+24
2020-12-11
iotests: Do not needlessly filter _make_test_img
Max Reitz
3
-12
/
+12
2020-12-10
block: Improve some block-commit, block-stream error messages
Markus Armbruster
1
-6
/
+6
2020-11-17
iotests/081: Test rewrite-corrupted without WRITE
Max Reitz
2
-0
/
+81
2020-11-17
iotests/081: Filter image format after testdir
Max Reitz
1
-3
/
+4
2020-11-17
iotests: Replace deprecated ConfigParser.readfp()
Kevin Wolf
1
-1
/
+1
2020-11-09
iotests: rewrite iotest 240 in python
Maxim Levitsky
2
-165
/
+130
2020-11-09
iotests: add filter_qmp_virtio_scsi function
Maxim Levitsky
1
-0
/
+10
2020-11-03
iotests: Use Python 3 style super()
Kevin Wolf
1
-4
/
+4
2020-11-03
iotests: Disable unsubscriptable-object in pylint
Kevin Wolf
1
-0
/
+2
2020-11-03
iotests.py: Fix type check errors in wait_migration()
Kevin Wolf
1
-0
/
+4
2020-11-01
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-10-27-v2' into...
Peter Maydell
5
-27
/
+115
2020-10-30
nbd: Add 'qemu-nbd -A' to expose allocation depth
Eric Blake
3
-0
/
+100
2020-10-30
nbd: Allow export of multiple bitmaps for one device
Eric Blake
1
-4
/
+2
2020-10-30
iotests/291: Stop NBD server
Max Reitz
1
-0
/
+2
2020-10-30
iotests/291: Filter irrelevant parts of img-info
Max Reitz
2
-23
/
+11
2020-10-29
util: include the target address in socket connect failures
Daniel P. Berrangé
1
-2
/
+2
2020-10-23
iotests: add commit top->base cases to 274
Vladimir Sementsov-Ogievskiy
2
-0
/
+88
2020-10-20
iotests.py: Adjust HMP kwargs typing
John Snow
1
-1
/
+1
2020-10-13
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-1...
Peter Maydell
1
-9
/
+0
2020-10-13
Remove superfluous .gitignore files
Thomas Huth
1
-9
/
+0
2020-10-12
qemu-iotests, qtest: rewrite test 067 as a qtest
Paolo Bonzini
3
-572
/
+1
2020-10-06
migration: introduce icount field for snapshots
Pavel Dovgalyuk
2
-26
/
+26
2020-10-06
qcow2: introduce icount field for snapshots
Pavel Dovgalyuk
2
-23
/
+43
2020-10-02
iotests: Test block-export-* QMP interface
Kevin Wolf
3
-0
/
+257
2020-10-02
iotests: Allow supported and unsupported formats at the same time
Kevin Wolf
1
-5
/
+1
2020-10-02
iotests: Introduce qemu_nbd_list_log()
Kevin Wolf
1
-1
/
+12
2020-10-02
iotests: Factor out qemu_tool_pipe_and_status()
Kevin Wolf
1
-26
/
+23
2020-10-02
block/export: Add BLOCK_EXPORT_DELETED event
Kevin Wolf
3
-2
/
+13
2020-10-02
block/export: Add 'id' option to block-export-add
Kevin Wolf
1
-2
/
+2
2020-10-02
configure: Bump the minimum required Python version to 3.6
Thomas Huth
1
-2
/
+0
2020-09-30
meson: clean up build_by_default
Paolo Bonzini
1
-2
/
+1
2020-09-29
tests/acpi: drop unnecessary files
Michael S. Tsirkin
1
-0
/
+0
2020-09-29
tests/acpi: update golden master DSDT binary table blobs for q35
Ani Sinha
1
-0
/
+0
2020-09-21
qemu-img: Support bitmap --merge into backing image
Eric Blake
2
-0
/
+68
2020-09-16
iotests: Drop readlink -f
Max Reitz
1
-1
/
+1
2020-09-15
qcow2: Make preallocate_co() resize the image to the correct size
Alberto Garcia
2
-20
/
+52
[next]