fs run: fix Qemu ATAPI compatibility test

This commit is contained in:
Christian Helmuth 2013-12-09 10:36:35 +01:00 committed by Norman Feske
parent 50c30b1702
commit 1f75805d54

View File

@ -36,7 +36,7 @@ if {![is_qemu_available]} {
exit 0 exit 0
} }
if {[have_spec x86]} { if {[expr $use_atapi_drv && [have_spec x86]]} {
set qemu "qemu-system-i386" set qemu "qemu-system-i386"
if {[have_spec 64bit]} { set qemu "qemu-system-x86_64" } if {[have_spec 64bit]} { set qemu "qemu-system-x86_64" }