pc: add 2.12 machine types

Signed-off-by: Haozhong Zhang <haozhong.zhang@intel.com>
Message-Id: <20171219033730.12748-2-haozhong.zhang@intel.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
Haozhong Zhang 2017-12-19 11:37:29 +08:00 committed by Eduardo Habkost
parent 8e5dc9ba49
commit df47ce8af4
3 changed files with 26 additions and 5 deletions

View file

@ -321,6 +321,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_11 \
HW_COMPAT_2_11 \
#define PC_COMPAT_2_10 \
HW_COMPAT_2_10 \
{\