From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAiA6-0003pE-Sy for qemu-devel@nongnu.org; Wed, 08 Jun 2016 14:25:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAiA5-0008Mq-3F for qemu-devel@nongnu.org; Wed, 08 Jun 2016 14:25:05 -0400 From: Andrew Jones Date: Wed, 8 Jun 2016 20:24:46 +0200 Message-Id: <1465410291-2971-1-git-send-email-drjones@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] create the mach-virt 2.7 machine type List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-arm@nongnu.org Cc: peter.maydell@linaro.org, wei@redhat.com This is the first new machine type mach-virt has received (2.6 being the first versioned machine type), so we need to do a bit more than the average "new machine type" patch. The first four patches prepare for easy-adding of machine types. The last patch adds the 2.7 type. Andrew Jones (5): hw/arm/virt: separate versioned type-init code hw/arm/virt: set is_default hw/arm/virt: introduce DEFINE_VIRT_MACHINE hw/arm/virt: introduce DEFINE_VIRT_MACHINE_AS_LATEST hw/arm/virt: create the 2.7 machine type hw/arm/virt.c | 66 ++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 50 insertions(+), 16 deletions(-) -- 2.4.11