diff options
author | Cornelia Huck | 2018-07-23 15:00:54 +0200 |
---|---|---|
committer | Cornelia Huck | 2018-08-20 14:18:49 +0200 |
commit | 9ca056d68f82726bda7f0b57d6a94c302d0f3b19 (patch) | |
tree | 2898459d9f9303d4b3a00fd19c141dc942456184 /include/hw/compat.h | |
parent | tests/boot-serial-test: Bump timeout to 6 minutes (diff) | |
download | qemu-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.h | 3 |
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",\ |