diff options
| author | Peter Xu | 2017-04-25 11:49:13 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2017-05-10 21:04:23 +0200 |
| commit | 465238d9f873a6251223db1669aa4766822a8783 (patch) | |
| tree | 196c1d366c8fe825a39268b2b50ee4cc22aa547b /include | |
| parent | pc/fwcfg: unbreak migration from qemu-2.5 and qemu-2.6 during firmware boot (diff) | |
| download | qemu-465238d9f873a6251223db1669aa4766822a8783.tar.gz qemu-465238d9f873a6251223db1669aa4766822a8783.tar.xz qemu-465238d9f873a6251223db1669aa4766822a8783.zip | |
pc: add 2.10 machine type
CC: "Michael S. Tsirkin" <mst@redhat.com>
CC: Paolo Bonzini <pbonzini@redhat.com>
CC: Richard Henderson <rth@twiddle.net>
CC: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/i386/pc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index d0183c4890..e447f5d8f4 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -382,6 +382,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_9 \ + HW_COMPAT_2_9 \ + #define PC_COMPAT_2_8 \ HW_COMPAT_2_8 \ {\ |
