diff options
author | Cornelia Huck <cornelia.huck@de.ibm.com> | 2016-08-12 09:26:52 +0200 |
---|---|---|
committer | Cornelia Huck <cornelia.huck@de.ibm.com> | 2016-09-05 15:15:16 +0200 |
commit | 61823988df67eba82d59bd9d2cfd643aeac92826 (patch) | |
tree | 4fc6fa8a622f420796aee6169193aea7f198aea2 /include/hw | |
parent | e87d397e5ef66276ccc49b829527d605ca07d0ad (diff) |
s390x: add compat machine for 2.8
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Diffstat (limited to 'include/hw')
-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 7ee7299c36..08dd4fbec2 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_7 \ + /* empty */ + #define HW_COMPAT_2_6 \ {\ .driver = "virtio-mmio",\ |