qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] RFC: [PATCH 0/4] xics: in-kernel support


From: Alexey Kardashevskiy
Subject: Re: [Qemu-devel] RFC: [PATCH 0/4] xics: in-kernel support
Date: Tue, 30 Jul 2013 12:29:27 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6

On 07/17/2013 04:37 PM, Alexey Kardashevskiy wrote:
> This is rework of in-kernel XICS on top of "[PATCH 00/11] pseries: migration
> and QOM support" + compile fix patch + XICS migration fix patch.
> 
> Migration from XICS to XICS-KVM and vice versa works.
> 
> In this series, XICS-KVM inherits from XICS. I do not really see the point of
> adding one more XICS-common here.
> 
> Any comments? Thanks.


Anthony, ping?

> 
> 
> Alexey Kardashevskiy (2):
>   xics: add pre_save/post_load/cpu_setup dispatchers
>   xics: rework initialization
> 
> David Gibson (2):
>   target-ppc: Add helper for KVM_PPC_RTAS_DEFINE_TOKEN
>   xics: Support for in-kernel XICS interrupt controller
> 
>  default-configs/ppc64-softmmu.mak |   1 +
>  hw/intc/Makefile.objs             |   1 +
>  hw/intc/xics.c                    |  96 ++++++--
>  hw/intc/xics_kvm.c                | 469 
> ++++++++++++++++++++++++++++++++++++++
>  hw/ppc/spapr.c                    |  30 ++-
>  include/hw/ppc/xics.h             |  56 ++++-
>  target-ppc/kvm.c                  |  14 ++
>  target-ppc/kvm_ppc.h              |   7 +
>  8 files changed, 646 insertions(+), 28 deletions(-)
>  create mode 100644 hw/intc/xics_kvm.c
> 


-- 
Alexey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]