use qemu-system-i386 instead of qemu

This commit is contained in:
BVK Chaitanya 2010-01-14 18:39:12 +05:30
parent 0b8891c276
commit 2285d4642a
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2010-01-14 BVK Chaitanya <bvk@dbook>
Use qemu-system-i386 instead of qemu.
* tests/util/grub-shell.in (outfile): Use qemu-system-i386.
Removed unnecessary grub_test_* wrappers.
* tests/lib/unit_test.c (grub_test_malloc): Removed.

View File

@ -135,7 +135,7 @@ fdafile=`mktemp`
cp ${isofile} ${fdafile}
outfile=`mktemp`
qemu ${qemuopts} -nographic -serial stdio -hda ${hdafile} -fda ${fdafile} -cdrom ${isofile} -boot ${bootdev} | tr -d "\r" >${outfile}
qemu-system-i386 ${qemuopts} -nographic -serial stdio -hda ${hdafile} -fda ${fdafile} -cdrom ${isofile} -boot ${bootdev} | tr -d "\r" >${outfile}
cat $outfile