Re: [Qemu-devel] [PATCH v2 3/5] KVM: s390: adapter interrupt sources

2014-03-21 Thread Cornelia Huck
On Fri, 21 Mar 2014 10:26:35 +0100 Christian Borntraeger wrote: > On 17/03/14 19:11, Cornelia Huck wrote: > > Add a new interface to register/deregister sources of adapter interrupts > > identified by an unique id via the flic. Adapters may also be maskable > > and carry a list of pinned pages. >

Re: [Qemu-devel] [PATCH v2 3/5] KVM: s390: adapter interrupt sources

2014-03-21 Thread Christian Borntraeger
On 17/03/14 19:11, Cornelia Huck wrote: > Add a new interface to register/deregister sources of adapter interrupts > identified by an unique id via the flic. Adapters may also be maskable > and carry a list of pinned pages. > > These adapters will be used by irq routing later. > > Signed-off-by:

Re: [Qemu-devel] [PATCH v2 3/5] KVM: s390: adapter interrupt sources

2014-03-18 Thread Cornelia Huck
On Tue, 18 Mar 2014 09:11:19 +0100 Heiko Carstens wrote: > On Mon, Mar 17, 2014 at 07:11:37PM +0100, Cornelia Huck wrote: > > Add a new interface to register/deregister sources of adapter interrupts > > identified by an unique id via the flic. Adapters may also be maskable > > and carry a list of

Re: [Qemu-devel] [PATCH v2 3/5] KVM: s390: adapter interrupt sources

2014-03-18 Thread Heiko Carstens
On Mon, Mar 17, 2014 at 07:11:37PM +0100, Cornelia Huck wrote: > Add a new interface to register/deregister sources of adapter interrupts > identified by an unique id via the flic. Adapters may also be maskable > and carry a list of pinned pages. > > These adapters will be used by irq routing late