Re: [Qemu-devel] [PATCH v2 1/5] ppc/xics: introduce a parent_realize in ICSStateClass

2018-06-25 Thread David Gibson
On Mon, Jun 25, 2018 at 11:17:14AM +0200, Cédric Le Goater wrote: > This makes possible to move the common ICSState code of the realize > handlers in the ics-base class. > > Signed-off-by: Cédric Le Goater Applied to ppc-for-3.0, thanks. > --- > include/hw/ppc/xics.h | 3 ++- > hw/intc/xics.c

[Qemu-devel] [PATCH v2 1/5] ppc/xics: introduce a parent_realize in ICSStateClass

2018-06-25 Thread Cédric Le Goater
This makes possible to move the common ICSState code of the realize handlers in the ics-base class. Signed-off-by: Cédric Le Goater --- include/hw/ppc/xics.h | 3 ++- hw/intc/xics.c| 37 ++--- hw/intc/xics_kvm.c| 20 +++- 3 files chang