File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 38
38
#include "hw/mem/nvdimm.h"
39
39
#include "hw/platform-bus.h"
40
40
#include "hw/display/ramfb.h"
41
+ #include "hw/uefi/var-service-api.h"
41
42
#include "hw/mem/pc-dimm.h"
42
43
#include "system/tpm.h"
43
44
#include "system/block-backend.h"
@@ -1207,6 +1208,7 @@ static void virt_class_init(ObjectClass *oc, void *data)
1207
1208
object_class_property_set_description (oc , "v-eiointc" ,
1208
1209
"Enable Virt Extend I/O Interrupt Controller." );
1209
1210
machine_class_allow_dynamic_sysbus_dev (mc , TYPE_RAMFB_DEVICE );
1211
+ machine_class_allow_dynamic_sysbus_dev (mc , TYPE_UEFI_VARS_SYSBUS );
1210
1212
#ifdef CONFIG_TPM
1211
1213
machine_class_allow_dynamic_sysbus_dev (mc , TYPE_TPM_TIS_SYSBUS );
1212
1214
#endif
Original file line number Diff line number Diff line change 1
1
config UEFI_VARS
2
2
bool
3
- default y if X86_64 || AARCH64 || RISCV64
3
+ default y if X86_64 || AARCH64 || RISCV64 || LOONGARCH64
You can’t perform that action at this time.
0 commit comments