diff options
Diffstat (limited to 'include/hw/compat.h')
-rw-r--r-- | include/hw/compat.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/hw/compat.h b/include/hw/compat.h index 8dfc7a38c0..34e9b4a660 100644 --- a/include/hw/compat.h +++ b/include/hw/compat.h @@ -1,6 +1,17 @@ #ifndef HW_COMPAT_H #define HW_COMPAT_H +#define HW_COMPAT_2_8 \ + {\ + .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 \ {\ .driver = "virtio-pci",\ |