Re: [Qemu-devel] [PATCH 0/3] ppc/xics: interface cleanups

2016-10-20 Thread David Gibson
On Tue, Oct 18, 2016 at 10:06:31AM +0200, Cédric Le Goater wrote:
> Hello,
> 
> Here are a couple of changes removing duplicated code and modifying
> the remaining icp_ routines still using a 'XICSState *' as argument.

Applied to ppc-for-2.8, thanks.

> 
> Thanks,
> 
> C. 
> 
> Cédric Le Goater (3):
>   ppc/xics: add a xics_set_nr_servers common routine
>   ppc/xics: add a XICSState backlink in ICPState
>   ppc/xics: change the icp_ routines API to use an 'ICPState *' argument
> 
>  hw/intc/xics.c| 50 --
>  hw/intc/xics_kvm.c| 13 +
>  hw/intc/xics_spapr.c  | 31 ---
>  include/hw/ppc/xics.h | 10 +++---
>  4 files changed, 52 insertions(+), 52 deletions(-)
> 

-- 
David Gibson| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson


signature.asc
Description: PGP signature


[Qemu-devel] [PATCH 0/3] ppc/xics: interface cleanups

2016-10-18 Thread Cédric Le Goater
Hello,

Here are a couple of changes removing duplicated code and modifying
the remaining icp_ routines still using a 'XICSState *' as argument.

Thanks,

C. 

Cédric Le Goater (3):
  ppc/xics: add a xics_set_nr_servers common routine
  ppc/xics: add a XICSState backlink in ICPState
  ppc/xics: change the icp_ routines API to use an 'ICPState *' argument

 hw/intc/xics.c| 50 --
 hw/intc/xics_kvm.c| 13 +
 hw/intc/xics_spapr.c  | 31 ---
 include/hw/ppc/xics.h | 10 +++---
 4 files changed, 52 insertions(+), 52 deletions(-)

-- 
2.7.4