]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/compat.h
fw-cfg: bump "x-file-slots" to 0x20 for 2.9+ machine types
[mirror_qemu.git] / include / hw / compat.h
index 4fe44d1c7a6ce4f0c3fd6c24bca0974decaf5fac..34e9b4a660d0d926e9e8802637acc010443f269a 100644 (file)
@@ -2,7 +2,15 @@
 #define HW_COMPAT_H
 
 #define HW_COMPAT_2_8 \
-    /* empty */
+    {\
+        .driver   = "fw_cfg_mem",\
+        .property = "x-file-slots",\
+        .value    = stringify(0x10),\
+    },{\
+        .driver   = "fw_cfg_io",\
+        .property = "x-file-slots",\
+        .value    = stringify(0x10),\
+    },
 
 #define HW_COMPAT_2_7 \
     {\