From: Cornelia Huck Date: Fri, 16 Oct 2015 10:25:52 +0000 (+0200) Subject: s390x: include HW_COMPAT_* props X-Git-Tag: TizenStudio_2.0_p2.3.2~120^2~1^2~100^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54d8ec84fa444ed7c05e03f96895ba69a2b2e5bc;p=sdk%2Femulator%2Fqemu.git s390x: include HW_COMPAT_* props We want to inherit generic hw compat as well. Signed-off-by: Cornelia Huck Acked-by: Christian Borntraeger Message-id: 1444991154-79217-2-git-send-email-cornelia.huck@de.ibm.com Signed-off-by: Stefan Hajnoczi --- diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c index faba773..84221f4 100644 --- a/hw/s390x/s390-virtio-ccw.c +++ b/hw/s390x/s390-virtio-ccw.c @@ -20,6 +20,7 @@ #include "qemu/config-file.h" #include "s390-pci-bus.h" #include "hw/s390x/storage-keys.h" +#include "hw/compat.h" #define TYPE_S390_CCW_MACHINE "s390-ccw-machine" @@ -236,6 +237,7 @@ static const TypeInfo ccw_machine_info = { }; #define CCW_COMPAT_2_4 \ + HW_COMPAT_2_4 \ {\ .driver = TYPE_S390_SKEYS,\ .property = "migration-enabled",\