diff options
| author | Igor Mammedov | 2016-05-17 16:43:10 +0200 |
|---|---|---|
| committer | Eduardo Habkost | 2016-06-14 21:17:08 +0200 |
| commit | d86c145114183f74114a27ecc8e2117a8b5d51aa (patch) | |
| tree | 242bc78a6ffb8496b5e07fd201268111b3557f35 /include | |
| parent | target-i386: add Skylake-Client cpu model (diff) | |
| download | qemu-d86c145114183f74114a27ecc8e2117a8b5d51aa.tar.gz qemu-d86c145114183f74114a27ecc8e2117a8b5d51aa.tar.xz qemu-d86c145114183f74114a27ecc8e2117a8b5d51aa.zip | |
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 |
