Re: [Qemu-devel] [PATCH] Rename qemu -> qemu-system-i386

2011-09-04 Thread Andreas Färber
Am 03.09.2011 um 22:09 schrieb Anthony Liguori: On 09/03/2011 08:44 AM, Andreas Färber wrote: Am 02.09.2011 um 17:40 schrieb Anthony Liguori: On 08/29/2011 09:55 AM, Anthony Liguori wrote: diff --git a/Makefile.target b/Makefile.target index 07af4d4..29287ed 100644 --- a/Makefile.target +++

Re: [Qemu-devel] [PATCH] Rename qemu -> qemu-system-i386

2011-09-03 Thread Anthony Liguori
On 09/03/2011 08:44 AM, Andreas Färber wrote: Am 02.09.2011 um 17:40 schrieb Anthony Liguori: 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-

Re: [Qemu-devel] [PATCH] Rename qemu -> qemu-system-i386

2011-09-03 Thread Paolo Bonzini
On 09/03/2011 03:44 PM, Andreas Färber wrote: This will leave an old qemu executable from a previous `make install` behind. We should check for it and, unless it's a symlink to qemu-system-i386, remove it in the install target. No, "make install" should never remove anything. Paolo

Re: [Qemu-devel] [PATCH] Rename qemu -> qemu-system-i386

2011-09-03 Thread Andreas Färber
Am 02.09.2011 um 17:40 schrieb Anthony Liguori: 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, A

Re: [Qemu-devel] [PATCH] Rename qemu -> qemu-system-i386

2011-09-03 Thread Blue Swirl
On Fri, Sep 2, 2011 at 3:39 PM, Anthony Liguori wrote: > On 08/30/2011 02:24 PM, Blue Swirl wrote: >> >> On Mon, Aug 29, 2011 at 2:55 PM, Anthony Liguori >>  wrote: >>> >>> This has been discussed before in the past.  The special casing really >>> makes no >>> sense anymore.  This seems like a goo

Re: [Qemu-devel] [PATCH] Rename qemu -> qemu-system-i386

2011-09-02 Thread Anthony Liguori
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 ++---

Re: [Qemu-devel] [PATCH] Rename qemu -> qemu-system-i386

2011-09-02 Thread Anthony Liguori
On 08/30/2011 02:24 PM, Blue Swirl wrote: On Mon, Aug 29, 2011 at 2:55 PM, 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 --- Makefile

Re: [Qemu-devel] [PATCH] Rename qemu -> qemu-system-i386

2011-08-30 Thread Blue Swirl
On Mon, Aug 29, 2011 at 2:55 PM, 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 > --- >  Makefile        |    5 ++--- >  Makefile.target

Re: [Qemu-devel] [PATCH] Rename qemu -> qemu-system-i386

2011-08-30 Thread Anthony Liguori
On 08/30/2011 10:41 AM, Peter Maydell wrote: On 29 August 2011 15:55, 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. No issues here. Obviously it would need to be flagged up

Re: [Qemu-devel] [PATCH] Rename qemu -> qemu-system-i386

2011-08-30 Thread Peter Maydell
On 29 August 2011 15:55, 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. No issues here. Obviously it would need to be flagged up to users, which suggests a thought: should

Re: [Qemu-devel] [PATCH] Rename qemu -> qemu-system-i386

2011-08-30 Thread Juan Quintela
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 Acked-by: Juan Quintela /me never liked it in the 1st place

[Qemu-devel] [PATCH] Rename qemu -> qemu-system-i386

2011-08-29 Thread Anthony Liguori
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 --- Makefile|5 ++--- Makefile.target |4 2 files changed, 2 insertions(+), 7 deletions(-) diff --gi