Sign in
qemu
/
qemu
/
b0fbe46ad82982b289a44ee2495b59b0bad8a842
/
tests
/
qemu-iotests
f140e30
nbd: Minimal structured read for client
by Vladimir Sementsov-Ogievskiy
· 7 years ago
4c112a3
iotests: Add cluster_size=64k to 125
by Max Reitz
· 7 years ago
b66df84
iotests: Filter actual image size in 184 and 191
by Max Reitz
· 7 years ago
44673a0
iotests: Pull _filter_actual_image_size from 67/87
by Max Reitz
· 7 years ago
f700cea
iotests: Add test for dataplane mirroring
by Max Reitz
· 7 years ago
f0a9c18
qemu-io: Relax 'alloc' now that block-status doesn't assert
by Eric Blake
· 7 years ago
0608e40
qemu-img: Drop redundant error message in compare
by Eric Blake
· 7 years ago
760c4d4
qemu-iotests: Test backing_fmt with backing node reference
by Kevin Wolf
· 7 years ago
7b3158f
nbd: rename some simple-request related objects to be _simple_
by Vladimir Sementsov-Ogievskiy
· 7 years ago
1a6d375
scripts: Remove debug parameter from QEMUMachine
by Eduardo Habkost
· 7 years ago
43851b5
iotests: Set up Python logging
by Eduardo Habkost
· 8 years ago
47500c6
iotests: Fix 195 if IMGFMT is part of TEST_DIR
by Max Reitz
· 7 years ago
4617433
iotests: Add test 197 for covering copy-on-read
by Eric Blake
· 7 years ago
8803714
iotests: Restore stty settings on completion
by Eric Blake
· 7 years ago
bde7071
commit: Remove overlay_bs
by Kevin Wolf
· 8 years ago
7c61a4a
qemu-iotests: Test commit block job where top has two parents
by Kevin Wolf
· 8 years ago
7253853
qemu-iotests: Allow QMP pretty printing in common.qemu
by Kevin Wolf
· 8 years ago
09d653e
qemu-iotests: merge "check" and "common"
by Paolo Bonzini
· 8 years ago
4e67049
qemu-iotests: get rid of $iam
by Paolo Bonzini
· 8 years ago
8f4dcab
qemu-iotests: fix uninitialized variable
by Paolo Bonzini
· 8 years ago
cce293a
qemu-iotests: disintegrate more parts of common.config
by Paolo Bonzini
· 8 years ago
3817ce0
qemu-iotests: do not include common.rc in "check"
by Paolo Bonzini
· 8 years ago
d1f2447
qemu-iotests: limit non-_PROG-suffixed variables to common.rc
by Paolo Bonzini
· 8 years ago
cceaf1d
qemu-iotests: cleanup and fix search for programs
by Paolo Bonzini
· 8 years ago
4825948
qemu-iotests: move "check" code out of common.rc
by Paolo Bonzini
· 8 years ago
9ee4b6f
qemu-iotests: get rid of AWK_PROG
by Paolo Bonzini
· 8 years ago
f06a8dc
qemu-iotests: remove dead code
by Paolo Bonzini
· 8 years ago
49d741b
qcow2: Switch store_bitmap_data() to byte-based iteration
by Eric Blake
· 8 years ago
fefac70
qemu-iotests: add shrinking image test
by Pavel Butsykin
· 8 years ago
4ffca89
qemu-img: add --shrink flag for resize
by Pavel Butsykin
· 8 years ago
69ff158
iotests: fix 181: enable postcopy-ram capability on target
by Vladimir Sementsov-Ogievskiy
· 8 years ago
3fb23e0
qemu-iotests: Test change-backing-file command
by Kevin Wolf
· 8 years ago
f3adefb
qemu-io: Drop write permissions before read-only reopen
by Kevin Wolf
· 8 years ago
93e53fb
iotests: Print full path of bad output if mismatch
by Fam Zheng
· 8 years ago
b1149c1
iotests: use virtio aliases for 067
by Cornelia Huck
· 8 years ago
75f02ed
iotests: use -ccw on s390x for 051
by Cornelia Huck
· 8 years ago
f1d5516
iotests: use -ccw on s390x for 040, 139, and 182
by Cornelia Huck
· 8 years ago
05b4cd5
qemu-iotests: Add missing -machine accel=qtest
by Kevin Wolf
· 8 years ago
ae34fce
hw/block/fdc: Convert to realize
by Mao Zhongyi
· 8 years ago
794939e
hw/ide: Convert DeviceClass init to realize
by Mao Zhongyi
· 8 years ago
75be9a5
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-09-06' into staging
by Peter Maydell
· 8 years ago
7794b34
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170906a' into staging
by Peter Maydell
· 8 years ago
8ee5f9b
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 8 years ago
030fa7f
nbd: Use new qio_channel_*_all() functions
by Eric Blake
· 8 years ago
04583a9
snapshot/tests: Try loadvm twice
by Dr. David Alan Gilbert
· 8 years ago
1e13e20
qemu-iotests: add 184 for throttle filter driver
by Manos Pitsidianakis
· 8 years ago
3f5c407
iotests: blacklist 194 with the luks driver
by Daniel P. Berrange
· 8 years ago
0127b79
iotests: rewrite 192 to use _launch_qemu to fix LUKS support
by Daniel P. Berrange
· 8 years ago
921a321
qemu-iotests: use context managers for resource cleanup in 194
by Stefan Hajnoczi
· 8 years ago
f4844ac
iotests.py: add FilePath context manager
by Stefan Hajnoczi
· 8 years ago
ab01df1
nbd/client: refactor nbd_read_eof
by Vladimir Sementsov-Ogievskiy
· 8 years ago
02d2d86
qemu-iotests: test NBD over UNIX domain sockets in 083
by Stefan Hajnoczi
· 8 years ago
6e592fc
qemu-iotests: improve nbd-fault-injector.py startup protocol
by Stefan Hajnoczi
· 8 years ago
2c94e27
qemu-iotests: Extend non-shared storage migration test (194)
by Kashyap Chamarthy
· 8 years ago
12314f2
qemu-iotests: add 194 non-shared storage migration test
by Stefan Hajnoczi
· 8 years ago
dd7fdaa
iotests: Add non-shared storage migration case 192
by Fam Zheng
· 8 years ago
cbaddb2
qemu-iotests: step clock after each test iteration
by Stefan Hajnoczi
· 8 years ago
a3e08c2
qemu-iotests: remove comment about root privileges requirement
by Cleber Rosa
· 8 years ago
80758ec
qemu-iotests: remove commented out variables
by Cleber Rosa
· 8 years ago
657c572
qemu-iotests: get rid of _full_imgproto_details()
by Cleber Rosa
· 8 years ago
8565c3a
qemu-iotests: fix 185
by Vladimir Sementsov-Ogievskiy
· 8 years ago
ea22b7a
qemu-iotests: Test reopen between read-only and read-write
by Kevin Wolf
· 8 years ago
809eb70
block/null: Remove 'filename' option
by Kevin Wolf
· 8 years ago
53dd401
qemu-iotests/109: Fix lock race condition
by Cleber Rosa
· 8 years ago
59fa68f
qemu-iotests/059: Fix leaked image files
by Kevin Wolf
· 8 years ago
1803f3f
qemu-iotests/063: Fix leaked image
by Kevin Wolf
· 8 years ago
a8e9c84
qemu-iotests/162: Fix leaked temporary files
by Kevin Wolf
· 8 years ago
6a1e909
qemu-iotests/153: Fix leaked scratch images
by Kevin Wolf
· 8 years ago
0a1505d
qemu-iotests/141: Fix image cleanup
by Kevin Wolf
· 8 years ago
0e59607
qemu-iotests: Remove blkdebug.conf after tests
by Kevin Wolf
· 8 years ago
db11d1e
qemu-iotests/041: Fix leaked scratch images
by Kevin Wolf
· 8 years ago
b81b74b
iotests: Add test of recent fix to 'qemu-img measure'
by Eric Blake
· 8 years ago
1e2b1f6
iotests: Check dirty bitmap statistics in 124
by Eric Blake
· 8 years ago
c09bd34
iotests: Redirect stderr to stdout in 186
by Max Reitz
· 8 years ago
645acdc
iotests: Fix test 156
by Max Reitz
· 8 years ago
bd998d7
qemu-iotests: Fix reference output for 186
by Kevin Wolf
· 8 years ago
50104f5
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 8 years ago
2c93c5c
qemu-iotests: Avoid unnecessary sleeps
by Kevin Wolf
· 8 years ago
d3c8c67
block: Skip implicit nodes in query-block/blockstats
by Kevin Wolf
· 8 years ago
88e1f92
iotests: Remove a few tests from 'quick' group
by Eric Blake
· 8 years ago
c42e874
block: Use JSON null instead of "" to disable backing file
by Markus Armbruster
· 8 years ago
f1a46e8
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 8 years ago
6e6e55f
qemu-img: Check for backing image if specified during create
by John Snow
· 8 years ago
208c38e
qemu-iotests: Test unplug of -device without drive
by Kevin Wolf
· 8 years ago
e1824e5
qemu-iotests: Test 'info block'
by Kevin Wolf
· 8 years ago
46eade7
block/qapi: Add qdev device name to query-block
by Kevin Wolf
· 8 years ago
9a76bd7
nbd: Fix iotests failure due to changed client error message
by Eric Blake
· 8 years ago
ced1484
iotests: Add preallocated growth test for qcow2
by Max Reitz
· 8 years ago
a2c7e08
iotests: Add preallocated resize test for raw
by Max Reitz
· 8 years ago
12cc30a
block/qcow2: Add qcow2_refcount_area()
by Max Reitz
· 8 years ago
32a1681
iotests: add test 178 for qemu-img measure
by Stefan Hajnoczi
· 8 years ago
217a068
qemu-iotests: support per-format golden output files
by Stefan Hajnoczi
· 8 years ago
b43671f
tests: Avoid non-portable 'echo -ARG'
by Eric Blake
· 8 years ago
6f55dfa
iotests: Add test for colon handling
by Max Reitz
· 8 years ago
3190683
iotests: Use absolute paths for executables
by Max Reitz
· 8 years ago
ae50b71
iotests: chown LUKS device before qemu-io launches
by Daniel P. Berrange
· 8 years ago
a488e71
iotests: add more LUKS hash combination tests
by Daniel P. Berrange
· 8 years ago
307d999
iotests: reduce PBKDF iterations when testing LUKS
by Daniel P. Berrange
· 8 years ago
13a1d4a
iotests: fix remainining tests to work with LUKS
by Daniel P. Berrange
· 8 years ago
2c6f6006
iotests: skip 159 & 170 with luks format
by Daniel P. Berrange
· 8 years ago
Next »