From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTGEh-0000dm-GI for qemu-devel@nongnu.org; Tue, 21 Jul 2009 10:22:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTGEc-0000az-BA for qemu-devel@nongnu.org; Tue, 21 Jul 2009 10:22:30 -0400 Received: from [199.232.76.173] (port=35248 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTGEb-0000Zq-SZ for qemu-devel@nongnu.org; Tue, 21 Jul 2009 10:22:25 -0400 Received: from mail04.svc.cra.dublin.eircom.net ([159.134.118.20]:31343) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MTGEa-0003VO-An for qemu-devel@nongnu.org; Tue, 21 Jul 2009 10:22:24 -0400 From: Mark McLoughlin Date: Tue, 21 Jul 2009 15:21:55 +0100 Message-Id: <1248186119-17111-1-git-send-email-markmc@redhat.com> In-Reply-To: <1247128775.22231.15.camel@blaa> References: <1247128775.22231.15.camel@blaa> Subject: [Qemu-devel] [PATCH 0/4] Add pc-0.11 machine type and make pc an alias to it List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, Here's a series of small patches to finish off the machine type compat work for 0.11. The idea is that the likes of libvirt can canonicalize the 'pc' machine type to the current latest version of the pc machine type and retain that in the VM configuration. That allows users to easily continue running their VMs with the same machine type with which they were originally created. Thanks, Mark.