diff mbox series

[RFC,4/4] hw/arm/virt: enable VGA

Message ID 20250209033233.53853-5-j@getutm.app (mailing list archive)
State New
Headers show
Series hvf: use TCG emulation to handle data aborts | expand

Commit Message

Joelle van Dyne Feb. 9, 2025, 3:32 a.m. UTC
Signed-off-by: Joelle van Dyne <j@getutm.app>
---
 hw/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 256013ca80..6818c54787 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -11,6 +11,7 @@  config ARM_VIRT
     imply TPM_TIS_I2C
     imply NVDIMM
     imply IOMMUFD
+    imply VIRTIO_VGA
     select ARM_GIC
     select ACPI
     select ARM_SMMUV3