qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 0/6] arm: Make use of DEFINE_PROP_LINK
@ 2017-07-17  2:38 Fam Zheng
  2017-07-17  2:38 ` [Qemu-devel] [PATCH v5 1/6] armv7m: Convert bitband.source-mamory to DEFINE_PROP_LINK Fam Zheng
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Fam Zheng @ 2017-07-17  2:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, qemu-arm

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-09-05 13:12 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-17  2:38 [Qemu-devel] [PATCH v5 0/6] arm: Make use of DEFINE_PROP_LINK Fam Zheng
2017-07-17  2:38 ` [Qemu-devel] [PATCH v5 1/6] armv7m: Convert bitband.source-mamory to DEFINE_PROP_LINK Fam Zheng
2017-07-17  4:07   ` [Qemu-devel] [Qemu-arm] " Philippe Mathieu-Daudé
2017-07-17  2:38 ` [Qemu-devel] [PATCH v5 2/6] armv7m: Convert armv7m.memory " Fam Zheng
2017-07-17  4:11   ` [Qemu-devel] [Qemu-arm] " Philippe Mathieu-Daudé
2017-07-17  2:38 ` [Qemu-devel] [PATCH v5 3/6] gicv3: Convert " Fam Zheng
2017-07-17  2:38 ` [Qemu-devel] [PATCH v5 4/6] xlnx_zynqmp: " Fam Zheng
2017-07-17  4:09   ` Philippe Mathieu-Daudé
2017-07-17  2:38 ` [Qemu-devel] [PATCH v5 5/6] xilinx_axienet: " Fam Zheng
2017-07-17  4:10   ` [Qemu-devel] [Qemu-arm] " Philippe Mathieu-Daudé
2017-07-17  2:38 ` [Qemu-devel] [PATCH v5 6/6] xilinx_axidma: " Fam Zheng
2017-07-17  4:11   ` Philippe Mathieu-Daudé
2017-09-05  3:35 ` [Qemu-devel] [PATCH v5 0/6] arm: Make use of DEFINE_PROP_LINK Fam Zheng
2017-09-05 10:43   ` Peter Maydell
2017-09-05 13:12     ` Fam Zheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).