QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
14 years ago | |
|---|---|---|
| .. | ||
| .gitignore | 15 years ago | |
| 001 | 15 years ago | |
| 001.out | 15 years ago | |
| 002 | 15 years ago | |
| 002.out | 14 years ago | |
| 003 | 15 years ago | |
| 003.out | 15 years ago | |
| 004 | 15 years ago | |
| 004.out | 15 years ago | |
| 005 | 15 years ago | |
| 005.out | 15 years ago | |
| 006 | 15 years ago | |
| 006.out | 15 years ago | |
| 007 | 15 years ago | |
| 007.out | 15 years ago | |
| 008 | 15 years ago | |
| 008.out | 15 years ago | |
| 009 | 15 years ago | |
| 009.out | 15 years ago | |
| 010 | 15 years ago | |
| 010.out | 15 years ago | |
| 011 | 15 years ago | |
| 011.out | 15 years ago | |
| 012 | 15 years ago | |
| 012.out | 14 years ago | |
| 013 | 15 years ago | |
| 013.out | 15 years ago | |
| 014 | 15 years ago | |
| 014.out | 15 years ago | |
| 015 | 15 years ago | |
| 015.out | 15 years ago | |
| 016 | 15 years ago | |
| 016.out | 14 years ago | |
| 017 | 15 years ago | |
| 017.out | 14 years ago | |
| 018 | 15 years ago | |
| 018.out | 14 years ago | |
| 019 | 15 years ago | |
| 019.out | 14 years ago | |
| 020 | 15 years ago | |
| 020.out | 14 years ago | |
| 021 | 15 years ago | |
| 021.out | 15 years ago | |
| 022 | 15 years ago | |
| 022.out | 15 years ago | |
| 023 | 15 years ago | |
| 023.out | 14 years ago | |
| 024 | 15 years ago | |
| 024.out | 15 years ago | |
| 025 | 15 years ago | |
| 025.out | 15 years ago | |
| 026 | 15 years ago | |
| 026.out | 15 years ago | |
| 027 | 15 years ago | |
| 027.out | 14 years ago | |
| 028 | 15 years ago | |
| 028.out | 14 years ago | |
| 029 | 15 years ago | |
| 029.out | 15 years ago | |
| 030 | 14 years ago | |
| 030.out | 14 years ago | |
| 031 | 15 years ago | |
| 031.out | 14 years ago | |
| 032 | 15 years ago | |
| 032.out | 15 years ago | |
| 033 | 15 years ago | |
| 033.out | 14 years ago | |
| 034 | 15 years ago | |
| 034.out | 15 years ago | |
| 035 | 14 years ago | |
| 035.out | 14 years ago | |
| 036 | 14 years ago | |
| 036.out | 14 years ago | |
| 037 | 14 years ago | |
| 037.out | 14 years ago | |
| 038 | 14 years ago | |
| 038.out | 14 years ago | |
| 039 | 14 years ago | |
| 039.out | 14 years ago | |
| COPYING | 15 years ago | |
| Makefile | 15 years ago | |
| README | 15 years ago | |
| check | 15 years ago | |
| common | 14 years ago | |
| common.config | 15 years ago | |
| common.filter | 15 years ago | |
| common.pattern | 15 years ago | |
| common.rc | 14 years ago | |
| group | 14 years ago | |
| iotests.py | 14 years ago | |
| qcow2.py | 14 years ago | |
| qed.py | 14 years ago | |
README
=== This is the QEMU I/O test suite ===
* Intro
This package contains a simple test suite for the I/O layer of qemu.
It does not require a guest, but only the qemu, qemu-img and qemu-io
binaries. This does limit it to exercise the low-level I/O path only
but no actual block drivers like ide, scsi or virtio.
* Usage
Just run ./check to run all tests for the raw image format, or ./check
-qcow2 to test the qcow2 image format. The output of ./check -h explains
additional options to test further image formats or I/O methods.
* Feedback and patches
Please send improvements to the test suite, general feedback or just
reports of failing tests cases to qemu-devel@savannah.nongnu.org.