Re: [PATCH v6 07/13] KVM: s390: introduce struct kvm_s390_gisa_interrupt

2019-01-29 Thread Halil Pasic
On Tue, 29 Jan 2019 16:47:10 +0100 Michael Mueller wrote: > > > On 29.01.19 14:22, Cornelia Huck wrote: > > On Mon, 28 Jan 2019 17:50:54 +0100 > > Halil Pasic wrote: > > > >> On Thu, 24 Jan 2019 13:59:33 +0100 > >> Michael Mueller wrote: > >> > >>> Use this struct analog to the kvm interrupt

Re: [PATCH v6 07/13] KVM: s390: introduce struct kvm_s390_gisa_interrupt

2019-01-29 Thread Michael Mueller
On 29.01.19 14:22, Cornelia Huck wrote: On Mon, 28 Jan 2019 17:50:54 +0100 Halil Pasic wrote: On Thu, 24 Jan 2019 13:59:33 +0100 Michael Mueller wrote: Use this struct analog to the kvm interruption structs for kvm emulated floating and local interruptions. Further fields will be added w

Re: [PATCH v6 07/13] KVM: s390: introduce struct kvm_s390_gisa_interrupt

2019-01-29 Thread Cornelia Huck
On Mon, 28 Jan 2019 17:50:54 +0100 Halil Pasic wrote: > On Thu, 24 Jan 2019 13:59:33 +0100 > Michael Mueller wrote: > > > Use this struct analog to the kvm interruption structs > > for kvm emulated floating and local interruptions. > > Further fields will be added with this series as > > requir

Re: [PATCH v6 07/13] KVM: s390: introduce struct kvm_s390_gisa_interrupt

2019-01-28 Thread Halil Pasic
On Thu, 24 Jan 2019 13:59:33 +0100 Michael Mueller wrote: > Use this struct analog to the kvm interruption structs > for kvm emulated floating and local interruptions. > Further fields will be added with this series as > required. > > Signed-off-by: Michael Mueller While looking at this I was

Re: [PATCH v6 07/13] KVM: s390: introduce struct kvm_s390_gisa_interrupt

2019-01-24 Thread Michael Mueller
On 24.01.19 16:06, Cornelia Huck wrote: On Thu, 24 Jan 2019 13:59:33 +0100 Michael Mueller wrote: Use this struct analog to the kvm interruption structs for kvm emulated floating and local interruptions. I guess that makes sense. Further fields will be added with this series as required

Re: [PATCH v6 07/13] KVM: s390: introduce struct kvm_s390_gisa_interrupt

2019-01-24 Thread Cornelia Huck
On Thu, 24 Jan 2019 13:59:33 +0100 Michael Mueller wrote: > Use this struct analog to the kvm interruption structs > for kvm emulated floating and local interruptions. I guess that makes sense. > Further fields will be added with this series as > required. A reference to "this series" will loo

[PATCH v6 07/13] KVM: s390: introduce struct kvm_s390_gisa_interrupt

2019-01-24 Thread Michael Mueller
Use this struct analog to the kvm interruption structs for kvm emulated floating and local interruptions. Further fields will be added with this series as required. Signed-off-by: Michael Mueller --- arch/s390/include/asm/kvm_host.h | 6 - arch/s390/kvm/interrupt.c| 52 +