summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCornelia Huck2017-04-03 17:41:33 +0200
committerCornelia Huck2017-04-21 09:32:09 +0200
commit10890873ca8e518d5ef7782281fd4a6aeeda7061 (patch)
treee4ac3a4d548b63d4f466f67beef904a437589e96 /include
parentMerge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170420'... (diff)
downloadqemu-10890873ca8e518d5ef7782281fd4a6aeeda7061.tar.gz
qemu-10890873ca8e518d5ef7782281fd4a6aeeda7061.tar.xz
qemu-10890873ca8e518d5ef7782281fd4a6aeeda7061.zip
s390x: introduce 2.10 compat machine
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.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 5d5be91daf..846b90eb67 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_9 \
+ /* empty */
+
#define HW_COMPAT_2_8 \
{\
.driver = "fw_cfg_mem",\