summary refs log tree commit diff stats
path: root/hw/uefi
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2025-03-19 15:11:57 +0100
committerGerd Hoffmann <kraxel@redhat.com>2025-03-21 12:01:12 +0100
commite1092f765d9c0bf33762a03fe45e3d0de86c86a6 (patch)
treee550f7f87216507ea52d87792c2aef8cb8df9ce5 /hw/uefi
parent5807508fad5344706f7d644e4232d065cb1ac2ea (diff)
downloadfocaccia-qemu-e1092f765d9c0bf33762a03fe45e3d0de86c86a6.tar.gz
focaccia-qemu-e1092f765d9c0bf33762a03fe45e3d0de86c86a6.zip
hw/uefi-vars-sysbus: allow for loongarch virt
Allow the device being added to loongarch virt VMs.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-ID: <20250319141159.1461621-6-kraxel@redhat.com>
Diffstat (limited to 'hw/uefi')
-rw-r--r--hw/uefi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/uefi/Kconfig b/hw/uefi/Kconfig
index f139008b63..046d55320e 100644
--- a/hw/uefi/Kconfig
+++ b/hw/uefi/Kconfig
@@ -1,3 +1,3 @@
 config UEFI_VARS
 	bool
-        default y if X86_64 || AARCH64 || RISCV64
+        default y if X86_64 || AARCH64 || RISCV64 || LOONGARCH64