94823a58de
- Rebase to QEMU 9.0.0 [RHEL-28852] - Resolves: RHEL-28852 (Rebase qemu-kvm to QEMU 9.0.0 for RHEL 10.0 beta) - Resolves: RHEL-23771 ([qemu-kvm] Disable passthrough of pmem device) - Resolves: RHEL-34024 (Remove RDMA migration support - Resolves: RHEL-30366 (Check/fix machine type compatibility for QEMU 9.0.0 [x86_64][rhel-10.0 Beta]) - Resolves: RHEL-30367 (Check/fix machine type compatibility for QEMU 9.0.0 [aarch64][rhel-10.0 Beta])
25 lines
747 B
Diff
25 lines
747 B
Diff
From fe8c6cb1cecb3cde16871c4ec7368e4d004fa42a Mon Sep 17 00:00:00 2001
|
|
From: Miroslav Rezanina <mrezanin@redhat.com>
|
|
Date: Fri, 26 Apr 2024 05:59:53 -0400
|
|
Subject: Disable vga-cirrus device
|
|
|
|
---
|
|
configs/devices/x86_64-softmmu/x86_64-rh-devices.mak | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak b/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
|
|
index ee75bb4c21..fe69f04ead 100644
|
|
--- a/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
|
|
+++ b/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
|
|
@@ -87,7 +87,6 @@ CONFIG_USB_XHCI_PCI=y
|
|
CONFIG_VFIO=y
|
|
CONFIG_VFIO_PCI=y
|
|
CONFIG_VGA=y
|
|
-CONFIG_VGA_CIRRUS=y
|
|
CONFIG_VGA_PCI=y
|
|
CONFIG_VHOST_USER=y
|
|
CONFIG_VHOST_USER_BLK=y
|
|
--
|
|
2.39.3
|
|
|