pc: add 2.11 machine types

Signed-off-by: Marcel Apfelbaum <marcel@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Marcel Apfelbaum 2017-09-06 17:26:57 +03:00 committed by Michael S. Tsirkin
parent ee4c112846
commit a6fd5b0e05
3 changed files with 26 additions and 5 deletions

View 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 \
{\