From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MO8XY-0001p8-3e for qemu-devel@nongnu.org; Tue, 07 Jul 2009 07:08:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MO8XT-0001jx-8N for qemu-devel@nongnu.org; Tue, 07 Jul 2009 07:08:47 -0400 Received: from [199.232.76.173] (port=44978 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MO8XS-0001jZ-Vn for qemu-devel@nongnu.org; Tue, 07 Jul 2009 07:08:43 -0400 Received: from mx2.redhat.com ([66.187.237.31]:43664) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MO8XR-0006A1-Vr for qemu-devel@nongnu.org; Tue, 07 Jul 2009 07:08:42 -0400 From: Mark McLoughlin In-Reply-To: <4A368F12.2090504@codemonkey.ws> References: <1244821292.30522.56.camel@blaa> <4A327E4A.7010300@codemonkey.ws> <1244825303.26769.19.camel@blaa> <20090614095016.GA7560@redhat.com> <1245056916.6891.31.camel@blaa> <4A3613EC.6030608@redhat.com> <20090615103249.GB6351@redhat.com> <4A363012.8050409@redhat.com> <20090615114858.GG6351@redhat.com> <4A3636FA.1040609@redhat.com> <20090615124101.GH6351@redhat.com> <4A364381.401@redhat.com> <4A364401.6010500@codemonkey.ws> <4A3647FB.9010808@redhat.com> <4A364B53.9080007@codemonkey.ws> <4A364FE0.40204@redhat.com> <4A3651EB.3070204@codemonkey.ws> <4A36555A.4090303@redhat.com> <4A3659A0.3050108@codemonkey.ws> <4A366348.1030202@redhat.com> <1245083229.3222.103.camel@blaa> <4A368F12.2090504@codemonkey.ws> Content-Type: text/plain Date: Tue, 07 Jul 2009 12:08:18 +0100 Message-Id: <1246964898.2836.38.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/3] Change virtio blk/console PCI classes and introduce compat machine type [was Re: Configuration vs. compat hints] 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 Mon, 2009-06-15 at 13:12 -0500, Anthony Liguori wrote: > 2) Whenever the default machine type changes in a guest-visible way, > introduce a new machine type > - Use explicit versions in name: pc-v1, pc-v2 or use more descriptive > names pc-with-usb > - Easily transitions to device config files Okay, here's a small series of patches which changes the virtio block and console machine types and introduces a pc-0-10 machine type which uses the old PCI classes. Cheers, Mark.