[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH V2] hw/arm: enable qxl for aarch64
|
From: |
Hao Zeng |
|
Subject: |
[PATCH V2] hw/arm: enable qxl for aarch64 |
|
Date: |
Fri, 12 May 2023 17:31:08 +0800 |
Qemu does not support qxl graphics cards in arm, it is recommended to enable
Signed-off-by: Hao Zeng <zenghao@kylinos.cn>
---
hw/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 0f42c556d7..d0bedf9347 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -32,6 +32,7 @@ config ARM_VIRT
select VIRTIO_MEM_SUPPORTED
select ACPI_CXL
select ACPI_HMAT
+ select QXL
config CHEETAH
bool
--
2.37.2
- [PATCH V2] hw/arm: enable qxl for aarch64,
Hao Zeng <=