diff options
author | Igor Mammedov <imammedo@redhat.com> | 2016-05-17 16:43:10 +0200 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2016-06-14 16:17:08 -0300 |
commit | d86c145114183f74114a27ecc8e2117a8b5d51aa (patch) | |
tree | 242bc78a6ffb8496b5e07fd201268111b3557f35 /include | |
parent | f6f949e9295889fb272698aea763dcea77d616ce (diff) |
pc: Add 2.7 machine
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/i386/pc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index 9ca23098bd..ca23609cb7 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -356,7 +356,11 @@ 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_6 \ + HW_COMPAT_2_6 + #define PC_COMPAT_2_5 \ + PC_COMPAT_2_6 \ HW_COMPAT_2_5 /* Helper for setting model-id for CPU models that changed model-id |