xref: /openbmc/qemu/tests/qemu-iotests/README (revision 48bea965)
16bf19c94SChristoph Hellwig
26bf19c94SChristoph Hellwig=== This is the QEMU I/O test suite ===
36bf19c94SChristoph Hellwig
46bf19c94SChristoph Hellwig* Intro
56bf19c94SChristoph Hellwig
66bf19c94SChristoph HellwigThis package contains a simple test suite for the I/O layer of qemu.
7657c166fSStefan WeilIt does not require a guest, but only the qemu, qemu-img and qemu-io
86bf19c94SChristoph Hellwigbinaries.  This does limit it to exercise the low-level I/O path only
96bf19c94SChristoph Hellwigbut no actual block drivers like ide, scsi or virtio.
106bf19c94SChristoph Hellwig
116bf19c94SChristoph Hellwig* Usage
126bf19c94SChristoph Hellwig
136bf19c94SChristoph HellwigJust run ./check to run all tests for the raw image format, or ./check
146bf19c94SChristoph Hellwig-qcow2 to test the qcow2 image format.  The output of ./check -h explains
156bf19c94SChristoph Hellwigadditional options to test further image formats or I/O methods.
166bf19c94SChristoph Hellwig
176bf19c94SChristoph Hellwig* Feedback and patches
186bf19c94SChristoph Hellwig
196bf19c94SChristoph HellwigPlease send improvements to the test suite, general feedback or just
20*48bea965SThomas Huthreports of failing tests cases to qemu-devel@nongnu.org with a CC:
21*48bea965SThomas Huthto qemu-block@nongnu.org.
22