Re: [PATCH v5 04/15] KVM: s390: use pending_irqs_no_gisa() where appropriate

2019-01-02 Thread Pierre Morel
On 19/12/2018 20:17, Michael Mueller wrote: Interruption types that are not represented in GISA shall use pending_irqs_no_gisa() to test pending interruptions. Signed-off-by: Michael Mueller --- arch/s390/kvm/interrupt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH v5 04/15] KVM: s390: use pending_irqs_no_gisa() where appropriate

2018-12-19 Thread Cornelia Huck
On Wed, 19 Dec 2018 20:17:45 +0100 Michael Mueller wrote: > Interruption types that are not represented in GISA shall > use pending_irqs_no_gisa() to test pending interruptions. > > Signed-off-by: Michael Mueller > --- > arch/s390/kvm/interrupt.c | 4 ++-- > 1 file changed, 2 insertions(+), 2

[PATCH v5 04/15] KVM: s390: use pending_irqs_no_gisa() where appropriate

2018-12-19 Thread Michael Mueller
Interruption types that are not represented in GISA shall use pending_irqs_no_gisa() to test pending interruptions. Signed-off-by: Michael Mueller --- arch/s390/kvm/interrupt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/s390/kvm/interrupt.c