Rename qemu -> qemu-system-i386
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 29 Aug 2011 14:55:36 +0000 (09:55 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 2 Sep 2011 15:34:55 +0000 (10:34 -0500)
This has been discussed before in the past.  The special casing really makes no
sense anymore.  This seems like a good change to make for 1.0.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile
Makefile.target

index 13be25a3820cc72d11c1029665cd0b310e520f12..e0cf51a8bfe3a4813fbbb7c2811627ac0b010461 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -366,9 +366,8 @@ tar:
        rm -rf /tmp/$(FILE)
 
 SYSTEM_TARGETS=$(filter %-softmmu,$(TARGET_DIRS))
-SYSTEM_PROGS=$(patsubst qemu-system-i386,qemu, \
-             $(patsubst %-softmmu,qemu-system-%, \
-             $(SYSTEM_TARGETS)))
+SYSTEM_PROGS=$(patsubst %-softmmu,qemu-system-%, \
+             $(SYSTEM_TARGETS))
 
 USER_TARGETS=$(filter %-user,$(TARGET_DIRS))
 USER_PROGS=$(patsubst %-bsd-user,qemu-%, \
index 25c16d7f16611670cba5b04095e9b147222f7b88..0787758ad63e0a21a0d5fb8358dd1e3901742399 100644 (file)
@@ -27,12 +27,8 @@ ifdef CONFIG_USER_ONLY
 QEMU_PROG=qemu-$(TARGET_ARCH2)
 else
 # system emulator name
-ifeq ($(TARGET_ARCH), i386)
-QEMU_PROG=qemu$(EXESUF)
-else
 QEMU_PROG=qemu-system-$(TARGET_ARCH2)$(EXESUF)
 endif
-endif
 
 PROGS=$(QEMU_PROG)
 STPFILES=