[oe-commits] Khem Raj : runqemu-internal: New qemu calls it qemu-system-i386 for x86

git at git.openembedded.org git at git.openembedded.org
Mon Sep 10 12:08:57 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: b1ccf0202ba66f9be76463df177f11719ab589e8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b1ccf0202ba66f9be76463df177f11719ab589e8

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Sep  7 01:01:17 2012 -0700

runqemu-internal: New qemu calls it qemu-system-i386 for x86

New qemu calls the x86 system emulator to be qemu-system-i386
which is consistent now so change it in scripts

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 scripts/runqemu-internal |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal
index e628833..a9b1c44 100755
--- a/scripts/runqemu-internal
+++ b/scripts/runqemu-internal
@@ -318,7 +318,7 @@ if [ "$MACHINE" = "qemuarm" -o "$MACHINE" = "qemuarmv6" -o "$MACHINE" = "qemuarm
 fi
 
 if [ "$MACHINE" = "qemux86" ]; then
-    QEMU=qemu
+    QEMU=qemu-system-i386
     QEMU_UI_OPTIONS="$QEMU_UI_OPTIONS -vga vmware"
     if [ "$FSTYPE" = "ext2" -o "$FSTYPE" = "ext3" -o "$FSTYPE" = "btrfs" ]; then
         KERNCMDLINE="vga=0 root=/dev/hda rw mem=$QEMU_MEMORY $KERNEL_NETWORK_CMD"





More information about the Openembedded-commits mailing list