[{"id":1763369,"web_url":"http://patchwork.ozlabs.org/comment/1763369/","msgid":"<a628d888-f1e8-2d7f-034c-095c29818ae4@amsat.org>","list_archive_url":null,"date":"2017-09-05T13:44:46","subject":"Re: [Qemu-devel] [PATCH v6 3/6] gicv3: Convert to DEFINE_PROP_LINK","submitter":{"id":70924,"url":"http://patchwork.ozlabs.org/api/people/70924/","name":"Philippe Mathieu-Daudé","email":"f4bug@amsat.org"},"content":"Hi Fam,\n\nOn 09/05/2017 10:11 AM, Fam Zheng wrote:\n> Signed-off-by: Fam Zheng <famz@redhat.com>\n> ---\n>   hw/intc/arm_gicv3_its_kvm.c | 19 +++++++------------\n>   1 file changed, 7 insertions(+), 12 deletions(-)\n> \n> diff --git a/hw/intc/arm_gicv3_its_kvm.c b/hw/intc/arm_gicv3_its_kvm.c\n> index 1f8991b8a6..39903d5eab 100644\n> --- a/hw/intc/arm_gicv3_its_kvm.c\n> +++ b/hw/intc/arm_gicv3_its_kvm.c\n> @@ -120,17 +120,6 @@ static void kvm_arm_its_realize(DeviceState *dev, Error **errp)\n>       qemu_add_vm_change_state_handler(vm_change_state_handler, s);\n>   }\n>   \n> -static void kvm_arm_its_init(Object *obj)\n> -{\n> -    GICv3ITSState *s = KVM_ARM_ITS(obj);\n> -\n> -    object_property_add_link(obj, \"parent-gicv3\",\n> -                             \"kvm-arm-gicv3\", (Object **)&s->gicv3,\n> -                             object_property_allow_set_link,\n> -                             OBJ_PROP_LINK_UNREF_ON_RELEASE,\n> -                             &error_abort);\n> -}\n> -\n>   /**\n>    * kvm_arm_its_pre_save - handles the saving of ITS registers.\n>    * ITS tables are flushed into guest RAM separately and earlier,\n> @@ -205,12 +194,19 @@ static void kvm_arm_its_post_load(GICv3ITSState *s)\n>                         GITS_CTLR, &s->ctlr, true, &error_abort);\n>   }\n>   \n> +static Property kvm_arm_its_props[] = {\n> +    DEFINE_PROP_LINK(\"parent-gicv3\", GICv3ITSState, gicv3, \"kvm-arm-gicv3\",\n\nmoving TYPE_KVM_ARM_GICV3 to kvm_arm.h and using it here:\nReviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>\n\n> +                     GICv3State *),\n> +    DEFINE_PROP_END_OF_LIST(),\n> +};\n> +\n>   static void kvm_arm_its_class_init(ObjectClass *klass, void *data)\n>   {\n>       DeviceClass *dc = DEVICE_CLASS(klass);\n>       GICv3ITSCommonClass *icc = ARM_GICV3_ITS_COMMON_CLASS(klass);\n>   \n>       dc->realize = kvm_arm_its_realize;\n> +    dc->props   = kvm_arm_its_props;\n>       icc->send_msi = kvm_its_send_msi;\n>       icc->pre_save = kvm_arm_its_pre_save;\n>       icc->post_load = kvm_arm_its_post_load;\n> @@ -220,7 +216,6 @@ static const TypeInfo kvm_arm_its_info = {\n>       .name = TYPE_KVM_ARM_ITS,\n>       .parent = TYPE_ARM_GICV3_ITS_COMMON,\n>       .instance_size = sizeof(GICv3ITSState),\n> -    .instance_init = kvm_arm_its_init,\n>       .class_init = kvm_arm_its_class_init,\n>   };\n>   \n>","headers":{"Return-Path":"<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=nongnu.org\n\t(client-ip=2001:4830:134:3::11; helo=lists.gnu.org;\n\tenvelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org;\n\treceiver=<UNKNOWN>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=gmail.com header.i=@gmail.com\n\theader.b=\"YB4U9+9e\"; dkim-atps=neutral"],"Received":["from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11])\n\t(using TLSv1 with cipher AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xmnzG2C3nz9t2m\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue,  5 Sep 2017 23:45:30 +1000 (AEST)","from localhost ([::1]:59025 helo=lists.gnu.org)\n\tby lists.gnu.org with esmtp (Exim 4.71) (envelope-from\n\t<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>)\n\tid 1dpEAS-0002w1-Fa\n\tfor incoming@patchwork.ozlabs.org; Tue, 05 Sep 2017 09:45:28 -0400","from eggs.gnu.org ([2001:4830:134:3::10]:57460)\n\tby lists.gnu.org with esmtp (Exim 4.71)\n\t(envelope-from <philippe.mathieu.daude@gmail.com>)\n\tid 1dpEA5-0002sA-CY\n\tfor qemu-devel@nongnu.org; Tue, 05 Sep 2017 09:45:10 -0400","from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)\n\t(envelope-from <philippe.mathieu.daude@gmail.com>)\n\tid 1dpEA0-0000VD-Pz\n\tfor qemu-devel@nongnu.org; Tue, 05 Sep 2017 09:45:05 -0400","from mail-qt0-x242.google.com ([2607:f8b0:400d:c0d::242]:37996)\n\tby eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16)\n\t(Exim 4.71) (envelope-from <philippe.mathieu.daude@gmail.com>)\n\tid 1dpE9r-0000O2-0M; Tue, 05 Sep 2017 09:44:51 -0400","by mail-qt0-x242.google.com with SMTP id 12so2206675qtn.5;\n\tTue, 05 Sep 2017 06:44:50 -0700 (PDT)","from [192.168.1.10] ([181.93.89.178])\n\tby smtp.gmail.com with ESMTPSA id\n\ti124sm380739qkf.84.2017.09.05.06.44.47\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tTue, 05 Sep 2017 06:44:49 -0700 (PDT)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;\n\th=sender:subject:to:cc:references:from:message-id:date:user-agent\n\t:mime-version:in-reply-to:content-language:content-transfer-encoding; \n\tbh=3RprVe9JoM5qE4JrrAZ3A2PG+Wwne1ll4mqZ0QMsbnU=;\n\tb=YB4U9+9eJZJYxh1HF0vMxDc0o5p74zcVj2A3JdKKU80zYs6G9z3QVagHWIeT3VfeZu\n\trv//mMwX5bJDTBqRsspmh76yy/AwnUSRoHNgOKGtTeOAyaT+3noanVAl3DCoOA0LIuRl\n\tBBq4zL9O8xXzD81qafWj25nfp+WUCBa4ph+brRKO3W1Kmr6qSIBDf5G449t43xXn7Mhq\n\tIcKKxvW26iTIPW96HpxJIhZD4v4ViIjWD0KjYLGNrBlA4BHYKNBNFstuNuWRQbCx6+QN\n\tjyhMZvozV8l67hO2NQXvl3tr4L8iYCS/NygeLFNdxxmtH23S8dg/bvnJkfOc1yK4RLW5\n\tBaPw==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:sender:subject:to:cc:references:from:message-id\n\t:date:user-agent:mime-version:in-reply-to:content-language\n\t:content-transfer-encoding;\n\tbh=3RprVe9JoM5qE4JrrAZ3A2PG+Wwne1ll4mqZ0QMsbnU=;\n\tb=mYbTHlC4YByqs1f/8gFNvzlPdfahd5VFXM2NCdrp1eO1zFMa9vOoOln56a5HmQyHwO\n\tOs9WlIhGqsV1AcI9uu5h0vChQfozvGH6xsUectBX5hmv6MzxfUuLL4ouDoB9RY8UbRvD\n\tFsAHrAEnU5dWivSHIy+xhLawMGhH/jyTqUcW0JOgefL9pOayLS8AMHK1gMXNGu30YAiQ\n\t9hvUIA/SIloaefwbNV6JAOl0BVuajDFJzUS4+ZRR+ZW0sU5iVz1iQZE5LyWxIurmoIG3\n\tDVZm7A0imSt8plc2/0Su5BknB23bjLpnCDvenWhX7t13QydF8DgZyANI3Nku3JIzwQDp\n\tZDbA==","X-Gm-Message-State":"AHPjjUjKLXuea9h2vdOMEYg9c+PEejtnLlw2Bw8MvTDTB5/A/uY089pP\n\tP3+hdbr45isMnpfMdtyrTQ==","X-Google-Smtp-Source":"ADKCNb7isWhYguCxi8s1pdCkTRbMF3igGdWlXV9yc/b5UNTKh8KCBTZLBcfwWCvjM9MV45749bwD9A==","X-Received":"by 10.237.62.129 with SMTP id n1mr5605593qtf.39.1504619089857;\n\tTue, 05 Sep 2017 06:44:49 -0700 (PDT)","To":"Fam Zheng <famz@redhat.com>, qemu-devel@nongnu.org","References":"<20170905131149.10669-1-famz@redhat.com>\n\t<20170905131149.10669-4-famz@redhat.com>","From":"=?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= <f4bug@amsat.org>","Message-ID":"<a628d888-f1e8-2d7f-034c-095c29818ae4@amsat.org>","Date":"Tue, 5 Sep 2017 10:44:46 -0300","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20170905131149.10669-4-famz@redhat.com>","Content-Type":"text/plain; charset=utf-8; format=flowed","Content-Language":"en-US","Content-Transfer-Encoding":"8bit","X-detected-operating-system":"by eggs.gnu.org: Genre and OS details not\n\trecognized.","X-Received-From":"2607:f8b0:400d:c0d::242","Subject":"Re: [Qemu-devel] [PATCH v6 3/6] gicv3: Convert to DEFINE_PROP_LINK","X-BeenThere":"qemu-devel@nongnu.org","X-Mailman-Version":"2.1.21","Precedence":"list","List-Id":"<qemu-devel.nongnu.org>","List-Unsubscribe":"<https://lists.nongnu.org/mailman/options/qemu-devel>,\n\t<mailto:qemu-devel-request@nongnu.org?subject=unsubscribe>","List-Archive":"<http://lists.nongnu.org/archive/html/qemu-devel/>","List-Post":"<mailto:qemu-devel@nongnu.org>","List-Help":"<mailto:qemu-devel-request@nongnu.org?subject=help>","List-Subscribe":"<https://lists.nongnu.org/mailman/listinfo/qemu-devel>,\n\t<mailto:qemu-devel-request@nongnu.org?subject=subscribe>","Cc":"Peter Maydell <peter.maydell@linaro.org>, qemu-arm@nongnu.org","Errors-To":"qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org","Sender":"\"Qemu-devel\"\n\t<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>"}},{"id":1763452,"web_url":"http://patchwork.ozlabs.org/comment/1763452/","msgid":"<20170905153507.GA31389@lemon.lan>","list_archive_url":null,"date":"2017-09-05T15:35:07","subject":"Re: [Qemu-devel] [PATCH v6 3/6] gicv3: Convert to DEFINE_PROP_LINK","submitter":{"id":24872,"url":"http://patchwork.ozlabs.org/api/people/24872/","name":"Fam Zheng","email":"famz@redhat.com"},"content":"On Tue, 09/05 10:44, Philippe Mathieu-Daudé wrote:\n> Hi Fam,\n> \n> On 09/05/2017 10:11 AM, Fam Zheng wrote:\n> > Signed-off-by: Fam Zheng <famz@redhat.com>\n> > ---\n> >   hw/intc/arm_gicv3_its_kvm.c | 19 +++++++------------\n> >   1 file changed, 7 insertions(+), 12 deletions(-)\n> > \n> > diff --git a/hw/intc/arm_gicv3_its_kvm.c b/hw/intc/arm_gicv3_its_kvm.c\n> > index 1f8991b8a6..39903d5eab 100644\n> > --- a/hw/intc/arm_gicv3_its_kvm.c\n> > +++ b/hw/intc/arm_gicv3_its_kvm.c\n> > @@ -120,17 +120,6 @@ static void kvm_arm_its_realize(DeviceState *dev, Error **errp)\n> >       qemu_add_vm_change_state_handler(vm_change_state_handler, s);\n> >   }\n> > -static void kvm_arm_its_init(Object *obj)\n> > -{\n> > -    GICv3ITSState *s = KVM_ARM_ITS(obj);\n> > -\n> > -    object_property_add_link(obj, \"parent-gicv3\",\n> > -                             \"kvm-arm-gicv3\", (Object **)&s->gicv3,\n> > -                             object_property_allow_set_link,\n> > -                             OBJ_PROP_LINK_UNREF_ON_RELEASE,\n> > -                             &error_abort);\n> > -}\n> > -\n> >   /**\n> >    * kvm_arm_its_pre_save - handles the saving of ITS registers.\n> >    * ITS tables are flushed into guest RAM separately and earlier,\n> > @@ -205,12 +194,19 @@ static void kvm_arm_its_post_load(GICv3ITSState *s)\n> >                         GITS_CTLR, &s->ctlr, true, &error_abort);\n> >   }\n> > +static Property kvm_arm_its_props[] = {\n> > +    DEFINE_PROP_LINK(\"parent-gicv3\", GICv3ITSState, gicv3, \"kvm-arm-gicv3\",\n> \n> moving TYPE_KVM_ARM_GICV3 to kvm_arm.h and using it here:\n> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>\n\nThis file is only compiled natively on arm, so I'm not comfortable to make a\nmore complex change than this patch which may break build due to the #ifdef's in\nthe headers, or add your rev-by without a compile test.  :(\n\nThe open coded type name has already been used here so the change you requested\ncan be done separately, I think.\n\nFam","headers":{"Return-Path":"<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=nongnu.org\n\t(client-ip=2001:4830:134:3::11; helo=lists.gnu.org;\n\tenvelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org;\n\treceiver=<UNKNOWN>)","ext-mx01.extmail.prod.ext.phx2.redhat.com;\n\tdmarc=none (p=none dis=none) header.from=redhat.com","ext-mx01.extmail.prod.ext.phx2.redhat.com;\n\tspf=fail smtp.mailfrom=famz@redhat.com"],"Received":["from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11])\n\t(using TLSv1 with cipher AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xmrQf517gz9s8J\n\tfor <incoming@patchwork.ozlabs.org>;\n\tWed,  6 Sep 2017 01:35:54 +1000 (AEST)","from localhost ([::1]:59677 helo=lists.gnu.org)\n\tby lists.gnu.org with esmtp (Exim 4.71) (envelope-from\n\t<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>)\n\tid 1dpFtI-00004y-Rc\n\tfor incoming@patchwork.ozlabs.org; Tue, 05 Sep 2017 11:35:52 -0400","from eggs.gnu.org ([2001:4830:134:3::10]:50565)\n\tby lists.gnu.org with esmtp (Exim 4.71)\n\t(envelope-from <famz@redhat.com>) id 1dpFss-0008Tw-1v\n\tfor qemu-devel@nongnu.org; Tue, 05 Sep 2017 11:35:30 -0400","from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)\n\t(envelope-from <famz@redhat.com>) id 1dpFsn-00076u-H5\n\tfor qemu-devel@nongnu.org; Tue, 05 Sep 2017 11:35:26 -0400","from mx1.redhat.com ([209.132.183.28]:39564)\n\tby eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)\n\t(Exim 4.71) (envelope-from <famz@redhat.com>)\n\tid 1dpFsd-00071G-HL; Tue, 05 Sep 2017 11:35:11 -0400","from smtp.corp.redhat.com\n\t(int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby mx1.redhat.com (Postfix) with ESMTPS id CADAB72F2F;\n\tTue,  5 Sep 2017 15:35:09 +0000 (UTC)","from localhost (ovpn-12-97.pek2.redhat.com [10.72.12.97])\n\tby smtp.corp.redhat.com (Postfix) with ESMTP id 12A7D6E491;\n\tTue,  5 Sep 2017 15:35:08 +0000 (UTC)"],"DMARC-Filter":"OpenDMARC Filter v1.3.2 mx1.redhat.com CADAB72F2F","Date":"Tue, 5 Sep 2017 23:35:07 +0800","From":"Fam Zheng <famz@redhat.com>","To":"Philippe =?iso-8859-1?q?Mathieu-Daud=E9?= <f4bug@amsat.org>","Message-ID":"<20170905153507.GA31389@lemon.lan>","References":"<20170905131149.10669-1-famz@redhat.com>\n\t<20170905131149.10669-4-famz@redhat.com>\n\t<a628d888-f1e8-2d7f-034c-095c29818ae4@amsat.org>","MIME-Version":"1.0","Content-Type":"text/plain; charset=iso-8859-1","Content-Disposition":"inline","In-Reply-To":"<a628d888-f1e8-2d7f-034c-095c29818ae4@amsat.org>","User-Agent":"Mutt/1.8.3 (2017-05-23)","X-Scanned-By":"MIMEDefang 2.79 on 10.5.11.11","X-Greylist":"Sender IP whitelisted, not delayed by milter-greylist-4.5.16\n\t(mx1.redhat.com [10.5.110.25]);\n\tTue, 05 Sep 2017 15:35:10 +0000 (UTC)","Content-Transfer-Encoding":"quoted-printable","X-detected-operating-system":"by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]\n\t[fuzzy]","X-Received-From":"209.132.183.28","Subject":"Re: [Qemu-devel] [PATCH v6 3/6] gicv3: Convert to DEFINE_PROP_LINK","X-BeenThere":"qemu-devel@nongnu.org","X-Mailman-Version":"2.1.21","Precedence":"list","List-Id":"<qemu-devel.nongnu.org>","List-Unsubscribe":"<https://lists.nongnu.org/mailman/options/qemu-devel>,\n\t<mailto:qemu-devel-request@nongnu.org?subject=unsubscribe>","List-Archive":"<http://lists.nongnu.org/archive/html/qemu-devel/>","List-Post":"<mailto:qemu-devel@nongnu.org>","List-Help":"<mailto:qemu-devel-request@nongnu.org?subject=help>","List-Subscribe":"<https://lists.nongnu.org/mailman/listinfo/qemu-devel>,\n\t<mailto:qemu-devel-request@nongnu.org?subject=subscribe>","Cc":"Peter Maydell <peter.maydell@linaro.org>, qemu-arm@nongnu.org,\n\tqemu-devel@nongnu.org","Errors-To":"qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org","Sender":"\"Qemu-devel\"\n\t<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>"}},{"id":1763479,"web_url":"http://patchwork.ozlabs.org/comment/1763479/","msgid":"<c6a0e1f5-eb6d-c8c5-bc74-cd66bceff673@amsat.org>","list_archive_url":null,"date":"2017-09-05T16:20:43","subject":"Re: [Qemu-devel] [PATCH v6 3/6] gicv3: Convert to DEFINE_PROP_LINK","submitter":{"id":70924,"url":"http://patchwork.ozlabs.org/api/people/70924/","name":"Philippe Mathieu-Daudé","email":"f4bug@amsat.org"},"content":"On 09/05/2017 12:35 PM, Fam Zheng wrote:\n> On Tue, 09/05 10:44, Philippe Mathieu-Daudé wrote:\n>> Hi Fam,\n>>\n>> On 09/05/2017 10:11 AM, Fam Zheng wrote:\n>>> Signed-off-by: Fam Zheng <famz@redhat.com>\n>>> ---\n>>>    hw/intc/arm_gicv3_its_kvm.c | 19 +++++++------------\n>>>    1 file changed, 7 insertions(+), 12 deletions(-)\n>>>\n>>> diff --git a/hw/intc/arm_gicv3_its_kvm.c b/hw/intc/arm_gicv3_its_kvm.c\n>>> index 1f8991b8a6..39903d5eab 100644\n>>> --- a/hw/intc/arm_gicv3_its_kvm.c\n>>> +++ b/hw/intc/arm_gicv3_its_kvm.c\n>>> @@ -120,17 +120,6 @@ static void kvm_arm_its_realize(DeviceState *dev, Error **errp)\n>>>        qemu_add_vm_change_state_handler(vm_change_state_handler, s);\n>>>    }\n>>> -static void kvm_arm_its_init(Object *obj)\n>>> -{\n>>> -    GICv3ITSState *s = KVM_ARM_ITS(obj);\n>>> -\n>>> -    object_property_add_link(obj, \"parent-gicv3\",\n>>> -                             \"kvm-arm-gicv3\", (Object **)&s->gicv3,\n>>> -                             object_property_allow_set_link,\n>>> -                             OBJ_PROP_LINK_UNREF_ON_RELEASE,\n>>> -                             &error_abort);\n>>> -}\n>>> -\n>>>    /**\n>>>     * kvm_arm_its_pre_save - handles the saving of ITS registers.\n>>>     * ITS tables are flushed into guest RAM separately and earlier,\n>>> @@ -205,12 +194,19 @@ static void kvm_arm_its_post_load(GICv3ITSState *s)\n>>>                          GITS_CTLR, &s->ctlr, true, &error_abort);\n>>>    }\n>>> +static Property kvm_arm_its_props[] = {\n>>> +    DEFINE_PROP_LINK(\"parent-gicv3\", GICv3ITSState, gicv3, \"kvm-arm-gicv3\",\n>>\n>> moving TYPE_KVM_ARM_GICV3 to kvm_arm.h and using it here:\n>> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>\n> \n> This file is only compiled natively on arm, so I'm not comfortable to make a\n> more complex change than this patch which may break build due to the #ifdef's in\n> the headers, or add your rev-by without a compile test.  :(\n\nFine, no problem :)\n\n> \n> The open coded type name has already been used here so the change you requested\n> can be done separately, I think.\n> \n> Fam\n>","headers":{"Return-Path":"<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=nongnu.org\n\t(client-ip=208.118.235.17; helo=lists.gnu.org;\n\tenvelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org;\n\treceiver=<UNKNOWN>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=gmail.com header.i=@gmail.com\n\theader.b=\"f0OaXzwk\"; dkim-atps=neutral"],"Received":["from lists.gnu.org (lists.gnu.org [208.118.235.17])\n\t(using TLSv1 with cipher AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xmsRQ3Y6Sz9s7g\n\tfor <incoming@patchwork.ozlabs.org>;\n\tWed,  6 Sep 2017 02:21:38 +1000 (AEST)","from localhost ([::1]:60071 helo=lists.gnu.org)\n\tby lists.gnu.org with esmtp (Exim 4.71) (envelope-from\n\t<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>)\n\tid 1dpGbY-0000Qm-6r\n\tfor incoming@patchwork.ozlabs.org; Tue, 05 Sep 2017 12:21:36 -0400","from eggs.gnu.org ([2001:4830:134:3::10]:45453)\n\tby lists.gnu.org with esmtp (Exim 4.71)\n\t(envelope-from <philippe.mathieu.daude@gmail.com>)\n\tid 1dpGb9-0000QC-Pp\n\tfor qemu-devel@nongnu.org; Tue, 05 Sep 2017 12:21:16 -0400","from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)\n\t(envelope-from <philippe.mathieu.daude@gmail.com>)\n\tid 1dpGb0-0000uj-93\n\tfor qemu-devel@nongnu.org; Tue, 05 Sep 2017 12:21:11 -0400","from mail-qk0-x241.google.com ([2607:f8b0:400d:c09::241]:37305)\n\tby eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16)\n\t(Exim 4.71) (envelope-from <philippe.mathieu.daude@gmail.com>)\n\tid 1dpGal-0000fG-A2; Tue, 05 Sep 2017 12:20:47 -0400","by mail-qk0-x241.google.com with SMTP id n64so2388721qki.4;\n\tTue, 05 Sep 2017 09:20:47 -0700 (PDT)","from [192.168.1.10] ([181.93.89.178])\n\tby smtp.gmail.com with ESMTPSA id\n\tf20sm376745qta.86.2017.09.05.09.20.44\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tTue, 05 Sep 2017 09:20:45 -0700 (PDT)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;\n\th=sender:subject:to:cc:references:from:message-id:date:user-agent\n\t:mime-version:in-reply-to:content-language:content-transfer-encoding; \n\tbh=XUJzDRd9Ewz25+/ljtukv3P5vHz9ddKYhAtG1YtMQ8c=;\n\tb=f0OaXzwkb4jHQld0lWoRsQqvdM9aiVIG4pm4v2ZzuEKfN6M/lCW1Z68xAZk27nApmr\n\tQvkLxhoQzgA+4pMqwPiQpd9rj/h5gxK59XaEG3ql2CHcDYUg/0zhzprXfyPiTsYxL3nq\n\tsRPvMPiWgAx6t5sP2G+OVWyW57Q8/+V87zlJXWEPXdEeqCNfxTdUnICVywTqYj35bTyM\n\tEesnMSY4Ms20h9WBvDcYBWYbaQiVXqCzTX+4l3Uoydsy0IAS5LjZNYCaRFM1D1eDUNI/\n\t0QyIsaQyclN/KoFQbvFArYZpbuuGdPGqfOkEvW46jYagy7AXYXPNBY9E9X3cVU0kfjie\n\tV6gQ==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:sender:subject:to:cc:references:from:message-id\n\t:date:user-agent:mime-version:in-reply-to:content-language\n\t:content-transfer-encoding;\n\tbh=XUJzDRd9Ewz25+/ljtukv3P5vHz9ddKYhAtG1YtMQ8c=;\n\tb=E6NdbCO2CuHGhA0oh5q594kZWrGdCSGf6zS9ZujmIWA+0+LiMN04rqXZLPOIPomegv\n\tdY61Fa/K5w9jnJrWynDCPO9hQmhUwkQ6rakTHR58RJSxZd22jCpu2f5aeKUX3IMnF0yt\n\tCRWtCDtX9J7GtX1XJb+1L9brAzAj/41lEss/MblaiA+3PSlFbDSchQxXMhSkDMcC4Fjn\n\tXxexBlUTMDi67T1Kyv/Dafb0GrFac3octYkhq7fC4hJ8iy9/YQJOpEedbPeghjWGyq9c\n\tCwY3ATyEhab8106x5y69uVFAU5vXguFaBxD7COO8o7wy+R+JZ0GvbHnVKI95vBd70QMz\n\t4C8g==","X-Gm-Message-State":"AHPjjUgs3XhQHJ1UoZXAHcfWt4m6I/VM42WNfNmtu1lexJXc5rGtCA4M\n\tDeOfUZIwJoyQ67YJrZ8xlg==","X-Google-Smtp-Source":"ADKCNb6BlJQBZ4wU0bUbgnr5HdAxuX6XQwUR8EdWVpSKyyiFx4zuwO0Iob8Whe+FDYR5TMdEzx7t9g==","X-Received":"by 10.233.235.66 with SMTP id b63mr6150682qkg.41.1504628446447; \n\tTue, 05 Sep 2017 09:20:46 -0700 (PDT)","To":"Fam Zheng <famz@redhat.com>","References":"<20170905131149.10669-1-famz@redhat.com>\n\t<20170905131149.10669-4-famz@redhat.com>\n\t<a628d888-f1e8-2d7f-034c-095c29818ae4@amsat.org>\n\t<20170905153507.GA31389@lemon.lan>","From":"=?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= <f4bug@amsat.org>","Message-ID":"<c6a0e1f5-eb6d-c8c5-bc74-cd66bceff673@amsat.org>","Date":"Tue, 5 Sep 2017 13:20:43 -0300","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20170905153507.GA31389@lemon.lan>","Content-Type":"text/plain; charset=utf-8; format=flowed","Content-Language":"en-US","Content-Transfer-Encoding":"8bit","X-detected-operating-system":"by eggs.gnu.org: Genre and OS details not\n\trecognized.","X-Received-From":"2607:f8b0:400d:c09::241","Subject":"Re: [Qemu-devel] [PATCH v6 3/6] gicv3: Convert to DEFINE_PROP_LINK","X-BeenThere":"qemu-devel@nongnu.org","X-Mailman-Version":"2.1.21","Precedence":"list","List-Id":"<qemu-devel.nongnu.org>","List-Unsubscribe":"<https://lists.nongnu.org/mailman/options/qemu-devel>,\n\t<mailto:qemu-devel-request@nongnu.org?subject=unsubscribe>","List-Archive":"<http://lists.nongnu.org/archive/html/qemu-devel/>","List-Post":"<mailto:qemu-devel@nongnu.org>","List-Help":"<mailto:qemu-devel-request@nongnu.org?subject=help>","List-Subscribe":"<https://lists.nongnu.org/mailman/listinfo/qemu-devel>,\n\t<mailto:qemu-devel-request@nongnu.org?subject=subscribe>","Cc":"Peter Maydell <peter.maydell@linaro.org>, qemu-arm@nongnu.org,\n\tqemu-devel@nongnu.org","Errors-To":"qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org","Sender":"\"Qemu-devel\"\n\t<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>"}}]