From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTXit-0006HH-0P for qemu-devel@nongnu.org; Wed, 22 Jul 2009 05:02:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTXio-0006EZ-89 for qemu-devel@nongnu.org; Wed, 22 Jul 2009 05:02:50 -0400 Received: from [199.232.76.173] (port=60353 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTXin-0006EN-Uj for qemu-devel@nongnu.org; Wed, 22 Jul 2009 05:02:46 -0400 Received: from mx2.redhat.com ([66.187.237.31]:50509) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTXin-00041T-A2 for qemu-devel@nongnu.org; Wed, 22 Jul 2009 05:02:45 -0400 Subject: Re: [Qemu-devel] [PATCH 1/4] Remove the pc-0-10 machine type From: Mark McLoughlin In-Reply-To: <4A6675FD.8080402@codemonkey.ws> References: <1247128775.22231.15.camel@blaa> <1248186119-17111-2-git-send-email-markmc@redhat.com> <1248187781.7126.3.camel@blaa> <4A6675FD.8080402@codemonkey.ws> Content-Type: text/plain Date: Wed, 22 Jul 2009 10:02:16 +0100 Message-Id: <1248253336.2867.41.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On Tue, 2009-07-21 at 21:14 -0500, Anthony Liguori wrote: > Mark McLoughlin wrote: > > On Tue, 2009-07-21 at 15:21 +0100, Mark McLoughlin wrote: > > > >> We have the pc-0.10 machine type now which does exactly the same > >> thing. > >> > > > > Ah, I see Gerd fixed this already. > > > > My other three patches should apply on top of his. > > > > Three or two? Can you take a closer look? > > I tried earlier to drop the obvious ones but it didn't apply easily You're right, Gerd's patch also removes the -0-10 devices, which is what my 2/4 patch did. I'll re-send the two just to be clear. Again, I think these two make sense to apply to both stable-0.11 and master. Thanks, Mark.