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
2018-11-05
iotest: Test the blkverify mode of the Quorum driver
Alberto Garcia
2
-0
/
+46
2018-11-05
iotests: make 083 specific to raw
Cleber Rosa
1
-1
/
+1
2018-10-30
iotests: Unify log outputs between Python 2 and 3
Max Reitz
16
-740
/
+744
2018-10-30
iotests: Modify imports for Python 3
Max Reitz
2
-6
/
+14
2018-10-30
iotests: 'new' module replacement in 169
Max Reitz
1
-2
/
+1
2018-10-30
iotests: Explicitly bequeath FDs in Python
Max Reitz
2
-2
/
+2
2018-10-30
iotests: Different iterator behavior in Python 3
Max Reitz
6
-16
/
+23
2018-10-30
iotests: Use // for Python integer division
Max Reitz
11
-30
/
+30
2018-10-30
iotests: Use Python byte strings where appropriate
Max Reitz
6
-20
/
+25
2018-10-30
iotests: Flush in iotests.py's QemuIoInteractive
Max Reitz
1
-0
/
+1
2018-10-30
iotests: Make nbd-fault-injector flush
Max Reitz
2
-0
/
+10
2018-10-30
Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...
Peter Maydell
3
-3
/
+3
2018-10-29
iotests: 169: add cases for source vm resuming
Vladimir Sementsov-Ogievskiy
2
-3
/
+61
2018-10-29
iotests: improve 169
Vladimir Sementsov-Ogievskiy
1
-0
/
+9
2018-10-29
iotests: 169: drop deprecated 'autoload' parameter
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2018-10-26
tests: Fix typos in comments and help message (found by codespell)
Stefan Weil
1
-1
/
+1
2018-10-26
qemu-iotests: make 218 executable
Cleber Rosa
1
-0
/
+0
2018-10-26
qemu-iotests: fix filename containing checks
Cleber Rosa
1
-2
/
+2
2018-10-19
block: Clean up bdrv_img_create()'s error reporting
Markus Armbruster
1
-8
/
+4
2018-10-01
block-backend: Set werror/rerror defaults in blk_new()
Kevin Wolf
1
-0
/
+1
2018-10-01
qcow2: Assign the L2 cache relatively to the image size
Leonid Bloch
2
-2
/
+10
2018-10-01
file-posix: Include filename in locking error message
Fam Zheng
2
-39
/
+39
2018-09-25
qemu-iotests: Test snapshot=on with nonexistent TMPDIR
Alberto Garcia
3
-0
/
+9
2018-09-25
qemu-iotests: Test commit with top-node/base-node
Kevin Wolf
2
-4
/
+52
2018-09-24
block/rbd: add iotest for rbd legacy keyvalue filename parsing
Jeff Cody
3
-0
/
+72
2018-08-21
block: iotest to catch abort on forced blockjob cancel
Jeff Cody
3
-0
/
+119
2018-08-15
mirror: Fail gracefully for source == target
Kevin Wolf
2
-2
/
+8
2018-08-15
qemu-iotests: Update 093 to improve the draining test
Alberto Garcia
1
-8
/
+11
2018-08-15
qemu-iotests: Test removing a throttle group member with a pending timer
Alberto Garcia
2
-2
/
+54
2018-07-30
qemu-iotests: Test query-blockstats with -drive and -blockdev
Kevin Wolf
3
-0
/
+307
2018-07-30
iotests: Add test for 'qemu-img convert -C' compatibility
Fam Zheng
2
-0
/
+19
2018-07-30
iotests: Don't lock /dev/null in 226
Fam Zheng
1
-2
/
+2
2018-07-30
qcow2: A grammar fix in conflicting cache sizing error message
Leonid Bloch
2
-3
/
+3
2018-07-23
iotests: Disallow compat=0.10 in 223
Max Reitz
1
-0
/
+2
2018-07-23
iotest: Fix filtering order in 226
Max Reitz
1
-2
/
+2
2018-07-23
iotests: remove LUKS support from test 226
John Snow
1
-0
/
+3
2018-07-23
qemu-iotests: Use host_device instead of file in 149
Kevin Wolf
2
-173
/
+173
2018-07-12
qemu-img: align result of is_allocated_sectors
Peter Lieven
1
-10
/
+8
2018-07-12
iotests: add test 226 for file driver types
John Snow
3
-0
/
+93
2018-07-12
iotests: nbd: Stop qemu-nbd before remaking image
Fam Zheng
1
-6
/
+15
2018-07-12
iotests: 153: Fix dead code
Fam Zheng
2
-0
/
+27
2018-07-10
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
3
-0
/
+19
2018-07-10
iotests: 222: Don't run with luks
Fam Zheng
1
-0
/
+2
2018-07-10
block: Fix copy-on-read crash with partial final cluster
Kevin Wolf
2
-0
/
+17
2018-07-09
iotests: Add VMDK backing file correlation test
Max Reitz
3
-0
/
+157
2018-07-05
block: Don't silently truncate node names
Kevin Wolf
3
-0
/
+61
2018-07-02
iotests: New test 223 for exporting dirty bitmap over NBD
Eric Blake
3
-0
/
+188
2018-07-02
iotests: add 222 to test basic fleecing
John Snow
3
-0
/
+223
2018-06-30
tests: iotests: drop some stderr line
Peter Xu
2
-2
/
+9
2018-06-29
qcow2: Fix src_offset in copy offloading
Fam Zheng
2
-0
/
+21
[next]