cryptospore / rpms / qemu-kvm

Forked from rpms/qemu-kvm 2 years ago
Clone
a83cc2
From 5cc3aacc241c0d26f63d51efd1b6fa35490d37c9 Mon Sep 17 00:00:00 2001
a83cc2
From: Eric Auger <eric.auger@redhat.com>
a83cc2
Date: Wed, 26 May 2021 10:33:20 -0400
a83cc2
Subject: [PATCH 03/15] aarch64-rh-devices: add CONFIG_PVPANIC_PCI
a83cc2
MIME-Version: 1.0
a83cc2
Content-Type: text/plain; charset=UTF-8
a83cc2
Content-Transfer-Encoding: 8bit
a83cc2
a83cc2
RH-Author: Eric Auger <eric.auger@redhat.com>
a83cc2
RH-MergeRequest: 2: aarch64-rh-devices: add CONFIG_PVPANIC_PCI
a83cc2
RH-Commit: [1/1] f3d0a94a91ea1b3fff925f32affce1b77469e206 (eauger1/centos-qemu-kvm)
a83cc2
RH-Bugzilla: 1747467
a83cc2
RH-Acked-by: Philippe Mathieu-Daudé <philmd@redhat.com>
a83cc2
RH-Acked-by: Gavin Shan <gshan@redhat.com>
a83cc2
RH-Acked-by: Andrew Jones <drjones@redhat.com>
a83cc2
a83cc2
We want to enable the PVPANIC facility on ARM. On aarch64,
a83cc2
the PVPANIC PCI device is used (on x86_64 the ISA device is used).
a83cc2
so let's set the PVPANIC_PCI config.
a83cc2
a83cc2
Signed-off-by: Eric Auger <eric.auger@redhat.com>
a83cc2
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
a83cc2
---
a83cc2
 default-configs/devices/aarch64-rh-devices.mak | 1 +
a83cc2
 1 file changed, 1 insertion(+)
a83cc2
a83cc2
diff --git a/default-configs/devices/aarch64-rh-devices.mak b/default-configs/devices/aarch64-rh-devices.mak
a83cc2
index a4d67274c0..4220469178 100644
a83cc2
--- a/default-configs/devices/aarch64-rh-devices.mak
a83cc2
+++ b/default-configs/devices/aarch64-rh-devices.mak
a83cc2
@@ -26,3 +26,4 @@ CONFIG_TPM_EMULATOR=y
a83cc2
 CONFIG_TPM_TIS_SYSBUS=y
a83cc2
 CONFIG_PTIMER=y
a83cc2
 CONFIG_ARM_COMPATIBLE_SEMIHOSTING=y
a83cc2
+CONFIG_PVPANIC_PCI=y
a83cc2
-- 
a83cc2
2.27.0
a83cc2