Blame SOURCES/kvm-redhat-Enable-virtio-mem-as-tech-preview-on-x86-64.patch

495e37
From 24b44713de4b2a47c42dfeea813c8911694367a0 Mon Sep 17 00:00:00 2001
495e37
From: David Hildenbrand <david@redhat.com>
495e37
Date: Fri, 17 Dec 2021 10:00:53 +0100
495e37
Subject: [PATCH 2/2] redhat: Enable virtio-mem as tech-preview on x86-64
495e37
MIME-Version: 1.0
495e37
Content-Type: text/plain; charset=UTF-8
495e37
Content-Transfer-Encoding: 8bit
495e37
495e37
RH-Author: David Hildenbrand <david@redhat.com>
495e37
RH-MergeRequest: 56: redhat: Enable virtio-mem as tech-preview on x86-64
495e37
RH-Commit: [1/1] 255749cd877b91ce1978b67a088f7c0e181fd85e
495e37
RH-Bugzilla: 2014484
495e37
RH-Acked-by: Philippe Mathieu-Daudé <philmd@redhat.com>
495e37
RH-Acked-by: Thomas Huth <thuth@redhat.com>
495e37
RH-Acked-by: Gavin Shan <gshan@redhat.com>
495e37
495e37
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2014484
495e37
Upstream-status: RHEL-only
495e37
495e37
Everything necesssary for tech-preview of virtio-mem in RHEL9 is
495e37
included in QEMU v6.2. Let's enable it via the config option
495e37
CONFIG_VIRTIO_MEM on x86-64.
495e37
495e37
Signed-off-by: David Hildenbrand <david@redhat.com>
495e37
---
495e37
 configs/devices/x86_64-softmmu/x86_64-rh-devices.mak | 1 +
495e37
 1 file changed, 1 insertion(+)
495e37
495e37
diff --git a/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak b/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
495e37
index 1f7a9ab024..dc03fbb671 100644
495e37
--- a/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
495e37
+++ b/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
495e37
@@ -88,6 +88,7 @@ CONFIG_VGA_CIRRUS=y
495e37
 CONFIG_VGA_PCI=y
495e37
 CONFIG_VHOST_USER=y
495e37
 CONFIG_VHOST_USER_BLK=y
495e37
+CONFIG_VIRTIO_MEM=y
495e37
 CONFIG_VIRTIO_PCI=y
495e37
 CONFIG_VIRTIO_VGA=y
495e37
 CONFIG_VMMOUSE=y
495e37
-- 
495e37
2.27.0
495e37