diff options
| author | Eduardo Habkost | 2017-01-12 19:24:16 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin | 2017-01-18 21:59:53 +0100 |
| commit | d580bd4b73f0462962fa952777e7ec8f41bb73bd (patch) | |
| tree | 341a7f3ff9c7fa97b61db00e610749cb81a85003 /include | |
| parent | fw-cfg: turn FW_CFG_FILE_SLOTS into a device property (diff) | |
| download | qemu-d580bd4b73f0462962fa952777e7ec8f41bb73bd.tar.gz qemu-d580bd4b73f0462962fa952777e7ec8f41bb73bd.tar.xz qemu-d580bd4b73f0462962fa952777e7ec8f41bb73bd.zip | |
pc: Add 2.9 machine-types
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Gabriel Somlo <somlo@cmu.edu>
Tested-by: Gabriel Somlo <somlo@cmu.edu>
Cc: Gabriel Somlo <somlo@cmu.edu>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/i386/pc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index b22e699c46..230e9e70c5 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -375,6 +375,8 @@ int e820_get_num_entries(void); bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *); #define PC_COMPAT_2_8 \ + HW_COMPAT_2_8 \ + #define PC_COMPAT_2_7 \ HW_COMPAT_2_7 \ |
