summaryrefslogtreecommitdiffstats
path: root/include/hw/compat.h
diff options
context:
space:
mode:
authorCornelia Huck2018-07-23 15:00:54 +0200
committerCornelia Huck2018-08-20 14:18:49 +0200
commit9ca056d68f82726bda7f0b57d6a94c302d0f3b19 (patch)
tree2898459d9f9303d4b3a00fd19c141dc942456184 /include/hw/compat.h
parenttests/boot-serial-test: Bump timeout to 6 minutes (diff)
downloadqemu-9ca056d68f82726bda7f0b57d6a94c302d0f3b19.tar.gz
qemu-9ca056d68f82726bda7f0b57d6a94c302d0f3b19.tar.xz
qemu-9ca056d68f82726bda7f0b57d6a94c302d0f3b19.zip
s390x: introduce 3.1 compat machine
Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'include/hw/compat.h')
-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 c08f4040bb..6f4d5fc647 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_3_0 \
+ /* empty */
+
#define HW_COMPAT_2_12 \
{\
.driver = "migration",\