From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTGfW-0004rF-AX for qemu-devel@nongnu.org; Tue, 21 Jul 2009 10:50:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTGfQ-0004pC-Kr for qemu-devel@nongnu.org; Tue, 21 Jul 2009 10:50:12 -0400 Received: from [199.232.76.173] (port=39487 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTGfQ-0004p7-G3 for qemu-devel@nongnu.org; Tue, 21 Jul 2009 10:50:08 -0400 Received: from mx2.redhat.com ([66.187.237.31]:42632) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTGfP-0004vn-VL for qemu-devel@nongnu.org; Tue, 21 Jul 2009 10:50:08 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n6LEo6Tb003517 for ; Tue, 21 Jul 2009 10:50:06 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n6LEo68T018986 for ; Tue, 21 Jul 2009 10:50:06 -0400 Received: from [IPv6:::1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n6LEo4fv024182 for ; Tue, 21 Jul 2009 10:50:05 -0400 Subject: Re: [Qemu-devel] [PATCH 1/4] Remove the pc-0-10 machine type From: Mark McLoughlin In-Reply-To: <1248186119-17111-2-git-send-email-markmc@redhat.com> References: <1247128775.22231.15.camel@blaa> <1248186119-17111-2-git-send-email-markmc@redhat.com> Content-Type: text/plain Date: Tue, 21 Jul 2009 15:49:41 +0100 Message-Id: <1248187781.7126.3.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: qemu-devel@nongnu.org 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. Cheers, Mark.