Re: [PATCH 1/5] KVM: s390: Support for I/O interrupts.

2012-12-11 Thread Alexander Graf
On 11.12.2012, at 13:46, Cornelia Huck wrote: > On Tue, 11 Dec 2012 11:22:04 +0100 > Alexander Graf wrote: > >> >> On 10.12.2012, at 11:09, Cornelia Huck wrote: >> >>> On Mon, 10 Dec 2012 08:33:10 +0100 >>> Alexander Graf wrote: >>> On 07.12.2012, at 13:30, Cornelia Huck wrote: >

Re: [PATCH 1/5] KVM: s390: Support for I/O interrupts.

2012-12-11 Thread Cornelia Huck
On Tue, 11 Dec 2012 11:22:04 +0100 Alexander Graf wrote: > > On 10.12.2012, at 11:09, Cornelia Huck wrote: > > > On Mon, 10 Dec 2012 08:33:10 +0100 > > Alexander Graf wrote: > > > >> > >> On 07.12.2012, at 13:30, Cornelia Huck wrote: > >> > >>> Add support for handling I/O interrupts (stand

Re: [PATCH 1/5] KVM: s390: Support for I/O interrupts.

2012-12-11 Thread Alexander Graf
On 10.12.2012, at 11:09, Cornelia Huck wrote: > On Mon, 10 Dec 2012 08:33:10 +0100 > Alexander Graf wrote: > >> >> On 07.12.2012, at 13:30, Cornelia Huck wrote: >> >>> Add support for handling I/O interrupts (standard, subchannel-related >>> ones and rudimentary adapter interrupts). >>> >>>

Re: [PATCH 1/5] KVM: s390: Support for I/O interrupts.

2012-12-10 Thread Cornelia Huck
On Mon, 10 Dec 2012 08:33:10 +0100 Alexander Graf wrote: > > On 07.12.2012, at 13:30, Cornelia Huck wrote: > > > Add support for handling I/O interrupts (standard, subchannel-related > > ones and rudimentary adapter interrupts). > > > > The subchannel-identifying parameters are encoded into th

Re: [PATCH 1/5] KVM: s390: Support for I/O interrupts.

2012-12-10 Thread Alexander Graf
On 07.12.2012, at 13:30, Cornelia Huck wrote: > Add support for handling I/O interrupts (standard, subchannel-related > ones and rudimentary adapter interrupts). > > The subchannel-identifying parameters are encoded into the interrupt > type. > > I/O interrupts are floating, so they can't be in

[PATCH 1/5] KVM: s390: Support for I/O interrupts.

2012-12-07 Thread Cornelia Huck
Add support for handling I/O interrupts (standard, subchannel-related ones and rudimentary adapter interrupts). The subchannel-identifying parameters are encoded into the interrupt type. I/O interrupts are floating, so they can't be injected on a specific vcpu. Reviewed-by: Marcelo Tosatti Sign

[PATCH 1/5] KVM: s390: Support for I/O interrupts.

2012-10-31 Thread Cornelia Huck
Add support for handling I/O interrupts (standard, subchannel-related ones and rudimentary adapter interrupts). The subchannel-identifying parameters are encoded into the interrupt type. I/O interrupts are floating, so they can't be injected on a specific vcpu. Signed-off-by: Cornelia Huck ---