summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCornelia Huck2017-08-10 14:07:31 +0200
committerCornelia Huck2017-08-30 18:23:25 +0200
commit70d8d9a0c9bc599d8ae99dd65ff8535adb2acdfc (patch)
treea7ec3180ca8a98e48f493555f4450825bf1972a7 /include
parents390x/css: generate solicited crw for rchp completion signaling (diff)
downloadqemu-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.h3
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",\