26ba25
From 9cb37fdbeafdbdc28cf224fd7905a7d678961505 Mon Sep 17 00:00:00 2001
26ba25
From: Wei Huang <wei@redhat.com>
26ba25
Date: Wed, 28 Mar 2018 18:58:55 +0200
26ba25
Subject: [PATCH 001/268] AArch64: Add virt-rhel7.6 machine type
26ba25
26ba25
RH-Author: Wei Huang <wei@redhat.com>
26ba25
Message-id: <20180328185856.20056-2-wei@redhat.com>
26ba25
Patchwork-id: 79427
26ba25
O-Subject: [RHEL-7.6 qemu-kvm-rhev PATCH 1/2] AArch64: Add virt-rhel7.6 machine type
26ba25
Bugzilla: 1558723
26ba25
RH-Acked-by: Andrew Jones <drjones@redhat.com>
26ba25
RH-Acked-by: Auger Eric <eric.auger@redhat.com>
26ba25
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
26ba25
26ba25
This patch adds "virt-rhel7.6" machine type. Because RHEL 7.5 virt-arm
26ba25
was a preview product, we remove the "virt-rhel7.5" type to avoid the
26ba25
legacy support burden.
26ba25
26ba25
Signed-off-by: Wei Huang <wei@redhat.com>
26ba25
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
26ba25
---
26ba25
 hw/arm/virt.c | 6 +++---
26ba25
 1 file changed, 3 insertions(+), 3 deletions(-)
26ba25
26ba25
diff --git a/hw/arm/virt.c b/hw/arm/virt.c
26ba25
index 806eb1e..a4d0f52 100644
26ba25
--- a/hw/arm/virt.c
26ba25
+++ b/hw/arm/virt.c
26ba25
@@ -1820,7 +1820,7 @@ static void rhel_machine_init(void)
26ba25
 }
26ba25
 type_init(rhel_machine_init);
26ba25
 
26ba25
-static void rhel750_virt_instance_init(Object *obj)
26ba25
+static void rhel760_virt_instance_init(Object *obj)
26ba25
 {
26ba25
     VirtMachineState *vms = VIRT_MACHINE(obj);
26ba25
     VirtMachineClass *vmc = VIRT_MACHINE_GET_CLASS(vms);
26ba25
@@ -1862,8 +1862,8 @@ static void rhel750_virt_instance_init(Object *obj)
26ba25
     vms->irqmap=a15irqmap;
26ba25
 }
26ba25
 
26ba25
-static void rhel750_virt_options(MachineClass *mc)
26ba25
+static void rhel760_virt_options(MachineClass *mc)
26ba25
 {
26ba25
     SET_MACHINE_COMPAT(mc, ARM_RHEL_COMPAT);
26ba25
 }
26ba25
-DEFINE_RHEL_MACHINE_AS_LATEST(7, 5, 0)
26ba25
+DEFINE_RHEL_MACHINE_AS_LATEST(7, 6, 0)
26ba25
-- 
26ba25
1.8.3.1
26ba25