1*6bf19c94SChristoph Hellwig 2*6bf19c94SChristoph Hellwig=== This is the QEMU I/O test suite === 3*6bf19c94SChristoph Hellwig 4*6bf19c94SChristoph Hellwig* Intro 5*6bf19c94SChristoph Hellwig 6*6bf19c94SChristoph HellwigThis package contains a simple test suite for the I/O layer of qemu. 7*6bf19c94SChristoph HellwigIt does not requite a guest, but only the qemu, qemu-img and qemu-io 8*6bf19c94SChristoph Hellwigbinaries. This does limit it to exercise the low-level I/O path only 9*6bf19c94SChristoph Hellwigbut no actual block drivers like ide, scsi or virtio. 10*6bf19c94SChristoph Hellwig 11*6bf19c94SChristoph Hellwig* Usage 12*6bf19c94SChristoph Hellwig 13*6bf19c94SChristoph HellwigJust run ./check to run all tests for the raw image format, or ./check 14*6bf19c94SChristoph Hellwig-qcow2 to test the qcow2 image format. The output of ./check -h explains 15*6bf19c94SChristoph Hellwigadditional options to test further image formats or I/O methods. 16*6bf19c94SChristoph Hellwig 17*6bf19c94SChristoph Hellwig* Feedback and patches 18*6bf19c94SChristoph Hellwig 19*6bf19c94SChristoph HellwigPlease send improvements to the test suite, general feedback or just 20*6bf19c94SChristoph Hellwigreports of failing tests cases to qemu-devel@savannah.nongnu.org. 21