diff sources/targets/i686 @ 1468:13b2bd9781a3

QEMU 1.0 changed the 'qemu' binary to 'qemu-i386', change run-emulator.sh for x86 to match.
author Rob Landley <rob@landley.net>
date Sat, 03 Dec 2011 17:50:58 -0600
parents b499abdbcdfa
children c3b5be048ba4
line wrap: on
line diff
--- a/sources/targets/i686	Fri Dec 02 07:26:24 2011 -0600
+++ b/sources/targets/i686	Sat Dec 03 17:50:58 2011 -0600
@@ -28,6 +28,6 @@
 
 emulator_command()
 {
-  echo qemu -cpu pentium3 $(qemu_defaults "$@") \
+  echo qemu-i386 -cpu pentium3 $(qemu_defaults "$@") \
     -net nic,model=e1000 -net user
 }