From: Alexey Kardashevskiy <aik@ozlabs.ru>
To: Alexey Kardashevskiy <aik@ozlabs.ru>,
Anthony Liguori <aliguori@us.ibm.com>
Cc: Alexander Graf <agraf@suse.de>,
qemu-devel@nongnu.org, qemu-ppc@nongnu.org,
Paul Mackerras <paulus@samba.org>,
David Gibson <david@gibson.dropbear.id.au>
Subject: Re: [Qemu-devel] RFC: [PATCH 0/4] xics: in-kernel support
Date: Tue, 30 Jul 2013 12:29:27 +1000 [thread overview]
Message-ID: <51F72507.80806@ozlabs.ru> (raw)
In-Reply-To: <1374043057-27208-1-git-send-email-aik@ozlabs.ru>
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
prev parent reply other threads:[~2013-07-30 2:29 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-17 6:37 [Qemu-devel] RFC: [PATCH 0/4] xics: in-kernel support Alexey Kardashevskiy
2013-07-17 6:37 ` [Qemu-devel] [PATCH 1/4] target-ppc: Add helper for KVM_PPC_RTAS_DEFINE_TOKEN Alexey Kardashevskiy
2013-07-17 6:37 ` [Qemu-devel] [PATCH 2/4] xics: add pre_save/post_load/cpu_setup dispatchers Alexey Kardashevskiy
2013-07-17 6:37 ` [Qemu-devel] [PATCH 3/4] xics: rework initialization Alexey Kardashevskiy
2013-07-31 19:22 ` Andreas Färber
2013-07-17 6:37 ` [Qemu-devel] [PATCH 4/4] xics: Support for in-kernel XICS interrupt controller Alexey Kardashevskiy
2013-07-31 18:05 ` Anthony Liguori
2013-07-31 19:52 ` Andreas Färber
2013-07-31 20:47 ` Peter Maydell
2013-08-01 0:14 ` Alexey Kardashevskiy
2013-08-01 1:29 ` Andreas Färber
2013-08-01 2:08 ` Alexey Kardashevskiy
2013-08-01 3:07 ` Andreas Färber
2013-08-01 3:22 ` Alexey Kardashevskiy
2013-08-06 14:14 ` Andreas Färber
2013-08-02 14:57 ` Alexey Kardashevskiy
2013-08-03 2:45 ` Alexey Kardashevskiy
2013-07-30 2:29 ` Alexey Kardashevskiy [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51F72507.80806@ozlabs.ru \
--to=aik@ozlabs.ru \
--cc=agraf@suse.de \
--cc=aliguori@us.ibm.com \
--cc=david@gibson.dropbear.id.au \
--cc=paulus@samba.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.