diff options
author | Cornelia Huck | 2017-08-10 14:07:31 +0200 |
---|---|---|
committer | Cornelia Huck | 2017-08-30 18:23:25 +0200 |
commit | 70d8d9a0c9bc599d8ae99dd65ff8535adb2acdfc (patch) | |
tree | a7ec3180ca8a98e48f493555f4450825bf1972a7 /include | |
parent | s390x/css: generate solicited crw for rchp completion signaling (diff) | |
download | qemu-70d8d9a0c9bc599d8ae99dd65ff8535adb2acdfc.tar.gz qemu-70d8d9a0c9bc599d8ae99dd65ff8535adb2acdfc.tar.xz qemu-70d8d9a0c9bc599d8ae99dd65ff8535adb2acdfc.zip |
s390x: introduce 2.11 compat machine
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Halil Pasic <pasic@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/compat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/compat.h b/include/hw/compat.h index 08f36004da..3e101f8f67 100644 --- a/include/hw/compat.h +++ b/include/hw/compat.h @@ -1,6 +1,9 @@ #ifndef HW_COMPAT_H #define HW_COMPAT_H +#define HW_COMPAT_2_10 \ + /* empty */ + #define HW_COMPAT_2_9 \ {\ .driver = "pci-bridge",\ |