From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn2H9-0007kn-BH for qemu-devel@nongnu.org; Fri, 16 Oct 2015 06:30:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn2H5-0001WD-Az for qemu-devel@nongnu.org; Fri, 16 Oct 2015 06:30:15 -0400 Received: from e06smtp07.uk.ibm.com ([195.75.94.103]:45982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn2H5-0001Vs-0x for qemu-devel@nongnu.org; Fri, 16 Oct 2015 06:30:11 -0400 Received: from localhost by e06smtp07.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 16 Oct 2015 11:30:09 +0100 References: <1444991154-79217-1-git-send-email-cornelia.huck@de.ibm.com> <1444991154-79217-2-git-send-email-cornelia.huck@de.ibm.com> From: Christian Borntraeger Message-ID: <5620D1AD.2020000@de.ibm.com> Date: Fri, 16 Oct 2015 12:30:05 +0200 MIME-Version: 1.0 In-Reply-To: <1444991154-79217-2-git-send-email-cornelia.huck@de.ibm.com> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/3] s390x: include HW_COMPAT_* props List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck , qemu-devel@nongnu.org Cc: kwolf@redhat.com, qemu-block@nongnu.org, mst@redhat.com, jasowang@redhat.com, agraf@suse.de, stefanha@redhat.com, pbonzini@redhat.com Am 16.10.2015 um 12:25 schrieb Cornelia Huck: > 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",\ > Acked-by: Christian Borntraeger