From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn2DN-0005S1-W2 for qemu-devel@nongnu.org; Fri, 16 Oct 2015 06:26:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn2DK-000834-FW for qemu-devel@nongnu.org; Fri, 16 Oct 2015 06:26:21 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:41093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn2DK-00082X-61 for qemu-devel@nongnu.org; Fri, 16 Oct 2015 06:26:18 -0400 Received: from localhost by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 16 Oct 2015 11:26:16 +0100 From: Cornelia Huck Date: Fri, 16 Oct 2015 12:25:52 +0200 Message-Id: <1444991154-79217-2-git-send-email-cornelia.huck@de.ibm.com> In-Reply-To: <1444991154-79217-1-git-send-email-cornelia.huck@de.ibm.com> References: <1444991154-79217-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PATCH v2 1/3] s390x: include HW_COMPAT_* props List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, qemu-block@nongnu.org, mst@redhat.com, jasowang@redhat.com, agraf@suse.de, borntraeger@de.ibm.com, stefanha@redhat.com, Cornelia Huck , pbonzini@redhat.com We want to inherit generic hw compat as well. Signed-off-by: Cornelia Huck --- hw/s390x/s390-virtio-ccw.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c index 20883ff..d09d867 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",\ -- 2.3.9