cryptospore / rpms / qemu-kvm

Forked from rpms/qemu-kvm 2 years ago
Clone
a83cc2
From d05ba1e2208cb17b8cf7dac050d95137a67dd988 Mon Sep 17 00:00:00 2001
a83cc2
From: Eric Auger <eric.auger@redhat.com>
a83cc2
Date: Thu, 24 Jun 2021 10:32:08 +0200
a83cc2
Subject: [PATCH 01/12] aarch64-rh-devices: add CONFIG_PXB
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: 14: aarch64-rh-devices: add CONFIG_PXB
a83cc2
RH-Commit: [1/1] 6a9e6a96ea6ba1bee220a60e5a691a174a0a044b (eauger1/centos-qemu-kvm)
a83cc2
RH-Bugzilla: 1967502
a83cc2
RH-Acked-by: Gavin Shan <gshan@redhat.com>
a83cc2
RH-Acked-by: Daniel P. Berrangé <berrange@redhat.com>
a83cc2
RH-Acked-by: Andrew Jones <drjones@redhat.com>
a83cc2
a83cc2
We want to enable the PCIe expander bridge on aarch64. So let's
a83cc2
set CONFIG_PXB.
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 4220469178..d8ce902720 100644
a83cc2
--- a/default-configs/devices/aarch64-rh-devices.mak
a83cc2
+++ b/default-configs/devices/aarch64-rh-devices.mak
a83cc2
@@ -27,3 +27,4 @@ CONFIG_TPM_TIS_SYSBUS=y
a83cc2
 CONFIG_PTIMER=y
a83cc2
 CONFIG_ARM_COMPATIBLE_SEMIHOSTING=y
a83cc2
 CONFIG_PVPANIC_PCI=y
a83cc2
+CONFIG_PXB=y
a83cc2
-- 
a83cc2
2.27.0
a83cc2