From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzVqz-0001Wp-VT for qemu-devel@nongnu.org; Fri, 02 Sep 2011 11:40:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzVqy-0001uy-N2 for qemu-devel@nongnu.org; Fri, 02 Sep 2011 11:40:25 -0400 Received: from e5.ny.us.ibm.com ([32.97.182.145]:39386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzVqy-0001uc-HJ for qemu-devel@nongnu.org; Fri, 02 Sep 2011 11:40:24 -0400 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by e5.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p82F9v1T010096 for ; Fri, 2 Sep 2011 11:09:57 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p82FeAPW122170 for ; Fri, 2 Sep 2011 11:40:11 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p82FeA91011581 for ; Fri, 2 Sep 2011 12:40:10 -0300 Message-ID: <4E60F8D8.2080605@us.ibm.com> Date: Fri, 02 Sep 2011 10:40:08 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1314629736-13023-1-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1314629736-13023-1-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Rename qemu -> qemu-system-i386 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Blue Swirl , qemu-devel@nongnu.org On 08/29/2011 09:55 AM, Anthony Liguori wrote: > 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 Applied. Regards, Anthony Liguori > --- > Makefile | 5 ++--- > Makefile.target | 4 ---- > 2 files changed, 2 insertions(+), 7 deletions(-) > > diff --git a/Makefile b/Makefile > index 8606849..51ecdb5 100644 > --- a/Makefile > +++ b/Makefile > @@ -365,9 +365,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-%, \ > diff --git a/Makefile.target b/Makefile.target > index 07af4d4..29287ed 100644 > --- a/Makefile.target > +++ b/Makefile.target > @@ -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=