diff options
author | Cornelia Huck <cornelia.huck@de.ibm.com> | 2016-04-25 10:37:23 +0200 |
---|---|---|
committer | Cornelia Huck <cornelia.huck@de.ibm.com> | 2016-05-17 15:50:29 +0200 |
commit | 946e55f3c7ff3eb9fa49e57e15c209858aaa9ac9 (patch) | |
tree | 64f78e998607362f7a25b7749c1518abbe51148c /include | |
parent | 3f5e34a45c78086b73ec4e1a0268ec26169fee80 (diff) |
s390x: add compat machine for 2.7
Also add some of the option cascading we were missing.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.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 a5dbbf8984..636befedb4 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_6 \ + /* empty */ + #define HW_COMPAT_2_5 \ {\ .driver = "isa-fdc",\ |