diff options
author | Cornelia Huck | 2017-11-24 16:26:51 +0100 |
---|---|---|
committer | Cornelia Huck | 2017-12-14 17:56:54 +0100 |
commit | 67ee0cefb09672247f502c0f208f2a0e3c566173 (patch) | |
tree | c737a7a78bb81d93b8a495a1c1b95456ec4e6b48 /include | |
parent | pc-bios/s390-ccw.img: update image (diff) | |
download | qemu-67ee0cefb09672247f502c0f208f2a0e3c566173.tar.gz qemu-67ee0cefb09672247f502c0f208f2a0e3c566173.tar.xz qemu-67ee0cefb09672247f502c0f208f2a0e3c566173.zip |
s390x: introduce 2.12 compat machine
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.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 cf389b4e85..263de973a7 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_11 \ + /* empty */ + #define HW_COMPAT_2_10 \ {\ .driver = "virtio-mouse-device",\ |