Am 21.08.2014 um 14:52 hat Paolo Bonzini geschrieben: > Il 21/08/2014 14:27, Markus Armbruster ha scritto: > > Current "make check-block" runs tests/qemu-iotests-quick.sh, which tests > > format qcow2, protocol file, group quick with cache=none. Runs 55 tests > > and takes about 2 minutes for me on a not particularly fast test box > > (spinning rust). > > Perhaps "make check" should run these quick tests, while "make > check-block" should run a bigger testsuite.
Yes, I think that make sense. > The caveat about cache=none applies; perhaps tests/qemu-iotests-quick.sh > could check for that. We could just use -c writeback now that qemu-iotests has this option. The reason for -nocache was simply that writethrough is too slow. Kevin