All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] use helper when using abstract QOM parent functions
@ 2019-10-12  9:43 Mao Zhongyi
  2019-10-12  9:43 ` [PATCH 1/2] arm/smmuv3: use helper to be more easier to understand " Mao Zhongyi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Mao Zhongyi @ 2019-10-12  9:43 UTC (permalink / raw
  To: qemu-devel, qemu-arm, qemu-ppc
  Cc: eric.auger, hpoussin, f4bug, Mao Zhongyi, peter.maydell

Philippe introduced a series of helpers to make the
device class_init() easier to understand when a device
class change the parent hooks, some devices in the
source tree missed helper, so convert it.

Cc: eric.auger@redhat.com
Cc: peter.maydell@linaro.org
Cc: hpoussin@reactos.org
Cc: f4bug@amsat.org

Mao Zhongyi (2):
  arm/smmuv3: use helpers to be more easier to understand when using
    abstract QOM parent functions.
  isa/pc87312: use helpers to be more easier to understand when using
    abstract QOM parent functions.

 hw/arm/smmuv3.c  | 3 +--
 hw/isa/pc87312.c | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

-- 
2.17.1





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

end of thread, other threads:[~2020-06-18  4:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-12  9:43 [PATCH 0/2] use helper when using abstract QOM parent functions Mao Zhongyi
2019-10-12  9:43 ` [PATCH 1/2] arm/smmuv3: use helper to be more easier to understand " Mao Zhongyi
2019-10-12  9:43 ` [PATCH 2/2] isa/pc87312: " Mao Zhongyi
2019-10-14  9:12 ` [PATCH 0/2] use helper " Auger Eric
2020-06-18  4:27   ` maozy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.