use qemu-system-i386 instead of qemu
This commit is contained in:
parent
0b8891c276
commit
2285d4642a
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
2010-01-14 BVK Chaitanya <bvk@dbook>
|
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.
|
Removed unnecessary grub_test_* wrappers.
|
||||||
|
|
||||||
* tests/lib/unit_test.c (grub_test_malloc): Removed.
|
* tests/lib/unit_test.c (grub_test_malloc): Removed.
|
||||||
|
|
|
@ -135,7 +135,7 @@ fdafile=`mktemp`
|
||||||
cp ${isofile} ${fdafile}
|
cp ${isofile} ${fdafile}
|
||||||
|
|
||||||
outfile=`mktemp`
|
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
|
cat $outfile
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue