qemu-kvm/2002-Enable-QXL-device-build.patch

22 lines
707 B
Diff
Raw Normal View History

From 32c5296efbb9e9a4e7ede9591e37bd307f3b1ced Mon Sep 17 00:00:00 2001
From: Andrew Lukoshko <alukoshko@almalinux.org>
Date: Sat, 26 Oct 2024 20:09:06 +0000
Subject: [PATCH] Enable QXL device build
---
configs/devices/x86_64-softmmu/x86_64-rh-devices.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak b/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
2024-11-25 11:28:58 +00:00
index 276397f3b..cc1e5bd41 100644
--- a/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
+++ b/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
2024-11-25 11:28:58 +00:00
@@ -111,3 +111,4 @@ CONFIG_VHOST_USER_FS=y
CONFIG_IOMMUFD=y
CONFIG_VHOST_USER_SND=y
2024-11-25 11:28:58 +00:00
CONFIG_VHOST_USER_SCMI=y
+CONFIG_QXL=y
--
2.43.5