From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeQzD-0000DV-5x for qemu-devel@nongnu.org; Fri, 11 Mar 2016 12:36:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeQzC-0007CU-BJ for qemu-devel@nongnu.org; Fri, 11 Mar 2016 12:36:27 -0500 From: Wei Huang Date: Fri, 11 Mar 2016 12:36:16 -0500 Message-Id: <1457717778-17727-1-git-send-email-wei@redhat.com> Subject: [Qemu-devel] [PATCH V1 0/2] Versioning ARM virt machine types List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, drjones@redhat.com, qemu-arm@nongnu.org, abologna@redhat.com, wei@redaht.com We start to see more features been added to ARM virtual machine models. For the purpose of backward compatibility (e.g. migration), it is time to consider versioning machine types for ARM VMs. As a beginning step, this patchset defines an abstract machine type for ARM VMs. The current "virt" machine is re-written based on this new abstract type accordingly. These patches have been verified by booting existing VMs. RFC->V1: * Rename the machine type to "virt-2.6", matching the imminent QEMU version * Remove mc->is_default (Peter's comment) Thanks, -Wei Wei Huang (2): arm: virt: Add an abstract ARM virt machine type arm: virt: Move machine class init code to the abstract machine type hw/arm/virt.c | 57 ++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 38 insertions(+), 19 deletions(-) -- 1.8.3.1