mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
hw/uefi-vars-sysbus: allow for riscv virt
Allow the device being added to riscv virt VMs. Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-ID: <20250319141159.1461621-5-kraxel@redhat.com>
This commit is contained in:
parent
761d0b5fb7
commit
5807508fad
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
config UEFI_VARS
|
||||
bool
|
||||
default y if X86_64 || AARCH64
|
||||
default y if X86_64 || AARCH64 || RISCV64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue