pc: reserve more memory for ACPI for new machine types
[qemu.git] / tests / qemu-iotests-quick.sh
blob8a9a4c68e920408df9ea2688a415b2ab9fd4f938
1 #!/bin/sh
3 cd tests/qemu-iotests
5 ret=0
6 ./check -T -nocache -qcow2 -g quick || ret=1
8 exit $ret