]> Git Repo - qemu.git/blobdiff - include/hw/i386/pc.h
pc: add 2.11 machine types
[qemu.git] / include / hw / i386 / pc.h
index d80859bfadf59c549a9b6a8afd46c3d4162ae9df..82269045247c00f81aeebc87014816266a059ac0 100644 (file)
@@ -369,6 +369,9 @@ int e820_add_entry(uint64_t, uint64_t, uint32_t);
 int e820_get_num_entries(void);
 bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *);
 
+#define PC_COMPAT_2_10 \
+    HW_COMPAT_2_10 \
+
 #define PC_COMPAT_2_9 \
     HW_COMPAT_2_9 \
     {\
This page took 0.023826 seconds and 4 git commands to generate.