Blame SOURCES/kvm-AArch64-Add-virt-rhel7.6-machine-type.patch

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