hw/arm/virt: Support firmware configuration with -blockdev
[qemu.git] / include / hw / arm / virt.h
index 507517c603b48d65feed9d012592c1c53fb19d79..424070924edfafa097acd1b341c308cb5eb57ec7 100644 (file)
@@ -35,6 +35,7 @@
 #include "qemu/notify.h"
 #include "hw/boards.h"
 #include "hw/arm/arm.h"
+#include "hw/block/flash.h"
 #include "sysemu/kvm.h"
 #include "hw/intc/arm_gicv3_common.h"
 
@@ -113,6 +114,7 @@ typedef struct {
     Notifier machine_done;
     DeviceState *platform_bus_dev;
     FWCfgState *fw_cfg;
+    PFlashCFI01 *flash[2];
     bool secure;
     bool highmem;
     bool highmem_ecam;
This page took 0.028006 seconds and 4 git commands to generate.