From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dp4dz-0005rF-Iq for qemu-devel@nongnu.org; Mon, 04 Sep 2017 23:35:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dp4du-0002ET-QR for qemu-devel@nongnu.org; Mon, 04 Sep 2017 23:35:19 -0400 Date: Tue, 5 Sep 2017 11:35:01 +0800 From: Fam Zheng Message-ID: <20170905033501.GS22515@lemon.lan> References: <20170717023824.18796-1-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170717023824.18796-1-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v5 0/6] arm: Make use of DEFINE_PROP_LINK List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: qemu-arm@nongnu.org Hi, Ping for 2.11. Peter, what do you think? On Mon, 07/17 10:38, Fam Zheng wrote: > This is the arm part that was left out from: > > https://lists.gnu.org/archive/html/qemu-devel/2017-07/msg04006.html > > Make use of the new DEFINE_PROP_LINK, in favor of open coded the > object_property_add_link. The advantage of it is the property now get reflected > in the info qtree output, for a bit more introspectability. > > Fam Zheng (6): > armv7m: Convert bitband.source-mamory to DEFINE_PROP_LINK > armv7m: Convert armv7m.memory to DEFINE_PROP_LINK > gicv3: Convert to DEFINE_PROP_LINK > xlnx_zynqmp: Convert to DEFINE_PROP_LINK > xilinx_axienet: Convert to DEFINE_PROP_LINK > xilinx_axidma: Convert to DEFINE_PROP_LINK > > hw/arm/armv7m.c | 16 ++++------------ > hw/arm/xlnx-zynqmp.c | 7 ++----- > hw/dma/xilinx_axidma.c | 16 ++++------------ > hw/intc/arm_gicv3_its_kvm.c | 19 +++++++------------ > hw/net/xilinx_axienet.c | 16 ++++------------ > 5 files changed, 21 insertions(+), 53 deletions(-) > > -- > 2.9.4 > >