Re: [Qemu-devel] [PATCH] pseries: Support for in-kernel XICS interrupt controller

2013-06-20 Thread Alexander Graf
On 05.06.2013, at 09:39, Alexey Kardashevskiy wrote: > From: David Gibson > > Recent (host) kernels support emulating the PAPR defined "XICS" interrupt > controller system within KVM. This patch allows qemu to initialize and > configure the in-kernel XICS, and keep its state in sync with qemu'

Re: [Qemu-devel] [PATCH] pseries: Support for in-kernel XICS interrupt controller

2013-06-08 Thread Andreas Färber
Am 08.06.2013 16:11, schrieb Alexey Kardashevskiy: > On 06/08/2013 08:20 PM, Andreas Färber wrote: >> Am 05.06.2013 09:39, schrieb Alexey Kardashevskiy: >>> From: David Gibson >>> >>> Recent (host) kernels support emulating the PAPR defined "XICS" interrupt >>> controller system within KVM. This

Re: [Qemu-devel] [PATCH] pseries: Support for in-kernel XICS interrupt controller

2013-06-08 Thread Alexey Kardashevskiy
On 06/08/2013 08:20 PM, Andreas Färber wrote: > Am 05.06.2013 09:39, schrieb Alexey Kardashevskiy: >> From: David Gibson >> >> Recent (host) kernels support emulating the PAPR defined "XICS" interrupt >> controller system within KVM. This patch allows qemu to initialize and >> configure the in-ke

Re: [Qemu-devel] [PATCH] pseries: Support for in-kernel XICS interrupt controller

2013-06-08 Thread Andreas Färber
Am 05.06.2013 09:39, schrieb Alexey Kardashevskiy: > From: David Gibson > > Recent (host) kernels support emulating the PAPR defined "XICS" interrupt > controller system within KVM. This patch allows qemu to initialize and > configure the in-kernel XICS, and keep its state in sync with qemu's XI

Re: [Qemu-devel] [PATCH] pseries: Support for in-kernel XICS interrupt controller

2013-06-06 Thread Alexey Kardashevskiy
On 06/06/2013 05:41 PM, David Gibson wrote: > On Wed, Jun 05, 2013 at 05:39:58PM +1000, Alexey Kardashevskiy wrote: >> From: David Gibson >> >> Recent (host) kernels support emulating the PAPR defined "XICS" interrupt >> controller system within KVM. This patch allows qemu to initialize and >> co

Re: [Qemu-devel] [PATCH] pseries: Support for in-kernel XICS interrupt controller

2013-06-06 Thread David Gibson
On Wed, Jun 05, 2013 at 05:39:58PM +1000, Alexey Kardashevskiy wrote: > From: David Gibson > > Recent (host) kernels support emulating the PAPR defined "XICS" interrupt > controller system within KVM. This patch allows qemu to initialize and > configure the in-kernel XICS, and keep its state in

[Qemu-devel] [PATCH] pseries: Support for in-kernel XICS interrupt controller

2013-06-05 Thread Alexey Kardashevskiy
From: David Gibson Recent (host) kernels support emulating the PAPR defined "XICS" interrupt controller system within KVM. This patch allows qemu to initialize and configure the in-kernel XICS, and keep its state in sync with qemu's XICS state as necessary. This should give considerable perform