aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)AuthorFilesLines
2023-06-28iotests: Test active commit with iothread and background I/OKevin Wolf2-0/+108
2023-06-07iotests: fix 194: filter out racy postcopy-active eventVladimir Sementsov-Ogievskiy2-1/+5
2023-06-05iotests/iov-padding: New testHanna Czenczek2-0/+144
2023-06-02cutils: Use parse_uint in qemu_strtosz for negative rejectionEric Blake3-9/+4
2023-06-02iotests: Fix test 104 under NBDEric Blake2-4/+3
2023-05-30iotests: Test blockdev-create in iothreadKevin Wolf2-0/+71
2023-05-30iotests: Make verify_virtio_scsi_pci_or_ccw() publicKevin Wolf2-2/+2
2023-05-25monitor: do not use mb_read/mb_set for suspend_cntPaolo Bonzini2-12/+12
2023-05-22Merge tag 'pull-request-2023-05-22' of https://gitlab.com/thuth/qemu into sta...Richard Henderson1-1/+1
2023-05-22tests/qemu-iotests/172: Run QEMU with -vga none and -nic noneThomas Huth1-1/+1
2023-05-19iotests: Test commit with iothreads and ongoing I/OKevin Wolf3-6/+58
2023-05-19iotests/245: Check if 'compress' driver is availableKevin Wolf2-11/+5
2023-05-18build: move sanitizer tests to mesonPaolo Bonzini1-1/+1
2023-05-15block: add accounting for zone append operationSam Li1-0/+18
2023-05-15qemu-iotests: test zone append operationSam Li2-0/+32
2023-05-15iotests: test new zone operationsSam Li2-0/+142
2023-05-10iotests: Test resizing image attached to an iothreadKevin Wolf2-0/+82
2023-05-10iotests/nbd-reconnect-on-open: Fix NBD socket pathKevin Wolf2-3/+4
2023-04-11iotests: Regression test for vhdx log corruptionKevin Wolf2-0/+76
2023-04-04tests/qemu-iotests: explicitly invoke 'check' via 'python'Daniel P. Berrangé1-3/+4
2023-03-22iotests: register each I/O test separately with mesonDaniel P. Berrangé1-6/+29
2023-03-22iotests: always use a unique sub-directory per testDaniel P. Berrangé1-10/+10
2023-03-22iotests: connect stdin to /dev/null when running testsDaniel P. Berrangé1-20/+2
2023-03-22iotests: print TAP protocol version when reporting testsDaniel P. Berrangé1-0/+1
2023-03-22iotests: strip subdir path when listing testsDaniel P. Berrangé1-1/+1
2023-03-22iotests: allow test discovery before buildingDaniel P. Berrangé2-2/+8
2023-03-22iotests: explicitly pass source/build dir to 'check' commandDaniel P. Berrangé2-11/+27
2023-03-10iotests/308: Add test for 'write -zu'Hanna Czenczek2-0/+78
2023-02-27Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran1-3/+1
2023-02-22python: support pylint 2.16John Snow2-3/+3
2023-02-14tests/qemu-iotests: Require virtio-scsi-pciFabiano Rosas1-0/+1
2023-02-09iotests/detect-zeroes-registered-buf: add new testStefan Hajnoczi2-0/+65
2023-02-01qemu-img: Change info key names for protocol nodesHanna Reitz1-3/+3
2023-02-01qemu-img: Let info print block graphHanna Reitz2-1/+6
2023-02-01iotests/106, 214, 308: Read only one size lineHanna Reitz3-6/+8
2023-02-01iotests: Filter child node informationHanna Reitz3-19/+43
2023-02-01qemu-iotests: Test qemu-img bitmap/commit exit code on errorKevin Wolf2-0/+119
2023-01-24tests/qemu-iotests/262: Check for availability of "blkverify" firstThomas Huth1-1/+2
2023-01-24tests/qemu-iotests/312: Mark "quorum" as required driverThomas Huth1-0/+1
2023-01-09qemu-iotests/stream-under-throttle: do not shutdown QEMUChristian Borntraeger1-0/+2
2023-01-04iotests/check: Fix typing for sys.exit() valueJohn Snow1-1/+1
2022-11-14tests/stream-under-throttle: New testHanna Reitz2-0/+126
2022-11-10iotests/151: Test active requests on mirror startHanna Reitz2-5/+52
2022-11-10iotests/151: Test that active mirror progressesHanna Reitz2-3/+181
2022-10-27block: Refactor get_tmp_filename()Bin Meng3-3/+4
2022-09-30iotests/backing-file-invalidation: Add new testHanna Reitz2-0/+157
2022-09-30block: add missed block_acct_setup with new block device init procedureDenis V. Lunev2-2/+78
2022-08-07tests/qemu-iotests/264: Allow up to 5s for the BLOCK_JOB_CANCEL event to arriveThomas Huth1-1/+1
2022-08-02qemu-iotests: Discard stderr when probing devicesCole Robinson1-2/+2
2022-07-26iotests/131: Add parallels regression testHanna Reitz2-1/+47