From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bC7gD-0006vj-6F for qemu-devel@nongnu.org; Sun, 12 Jun 2016 11:52:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bC7gC-0007UH-GY for qemu-devel@nongnu.org; Sun, 12 Jun 2016 11:52:05 -0400 From: Andrew Jones Date: Sun, 12 Jun 2016 17:51:49 +0200 Message-Id: <1465746713-30414-1-git-send-email-drjones@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/4] 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, alex.bennee@linaro.org, wei@redhat.com v2: - drop 'is_default' setting [Peter] - fix checkpatch warning [Peter] - add a couple R-b's 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 (4): hw/arm/virt: separate versioned type-init code 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