yeahuh / rpms / qemu-kvm

Forked from rpms/qemu-kvm 2 years ago
Clone

Blame SOURCES/0013-AArch64-Enable-CONFIG_FW_CFG_DMA-for-aarch64.patch

ae23c9
From bfee0603a426dd57f60e70d05a86f5e5786bb4b0 Mon Sep 17 00:00:00 2001
ae23c9
From: Wei Huang <wei@redhat.com>
ae23c9
Date: Thu, 5 Apr 2018 10:01:03 -0500
ae23c9
Subject: AArch64: Enable CONFIG_FW_CFG_DMA for aarch64
ae23c9
ae23c9
Upstream: Downstream only
ae23c9
RH-Author: Wei Huang <wei@redhat.com>
ae23c9
Message-id: <20180405150103.21732-1-wei@redhat.com>
ae23c9
Patchwork-id: 79487
ae23c9
O-Subject: [RHEL-8 qemu-kvm-rhev PATCH 1/1] AArch64: Enable CONFIG_FW_CFG_DMA for aarch64
ae23c9
Bugzilla: 1564172
ae23c9
RH-Acked-by: Andrew Jones <drjones@redhat.com>
ae23c9
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
ae23c9
RH-Acked-by: Thomas Huth <thuth@redhat.com>
ae23c9
ae23c9
This patch enables the vmcoreinfo device for aarch64. This device is
ae23c9
required for the crash utility to support qemu guest dump when KASLR is
ae23c9
enabled.
ae23c9
ae23c9
Signed-off-by: Wei Huang <wei@redhat.com>
ae23c9
---
ae23c9
 default-configs/aarch64-softmmu.mak | 1 +
ae23c9
 1 file changed, 1 insertion(+)
ae23c9
ae23c9
diff --git a/default-configs/aarch64-softmmu.mak b/default-configs/aarch64-softmmu.mak
ae23c9
index 001eb8e..860140e 100644
ae23c9
--- a/default-configs/aarch64-softmmu.mak
ae23c9
+++ b/default-configs/aarch64-softmmu.mak
ae23c9
@@ -27,3 +27,4 @@ CONFIG_IOH3420=y
ae23c9
 CONFIG_USB_XHCI=y
ae23c9
 CONFIG_USB=y
ae23c9
 CONFIG_I2C=y
ae23c9
+CONFIG_FW_CFG_DMA=y
ae23c9
-- 
ae23c9
1.8.3.1
ae23c9