Re: [PATCH v5 11/15] KVM: s390: restore IAM in get_ipm() when IPM is clean

2019-01-08 Thread Michael Mueller
On 07.01.19 00:32, Halil Pasic wrote: On Wed, 19 Dec 2018 20:17:52 +0100 Michael Mueller wrote: The patch adds the parameter irq_flags and allows to restore the Interruption Alert Mask (IAM) in the GISA atomically while guaranteeing the IPM is clean. The function returns the IPM of the

Re: [PATCH v5 11/15] KVM: s390: restore IAM in get_ipm() when IPM is clean

2019-01-07 Thread Michael Mueller
On 03.01.19 16:06, Pierre Morel wrote: On 19/12/2018 20:17, Michael Mueller wrote: The patch adds the parameter irq_flags and allows to restore the Interruption Alert Mask (IAM) in the GISA atomically while guaranteeing the IPM is clean. The function returns the IPM of the GISA. If the

Re: [PATCH v5 11/15] KVM: s390: restore IAM in get_ipm() when IPM is clean

2019-01-06 Thread Halil Pasic
On Wed, 19 Dec 2018 20:17:52 +0100 Michael Mueller wrote: > The patch adds the parameter irq_flags and allows to > restore the Interruption Alert Mask (IAM) in the GISA > atomically while guaranteeing the IPM is clean. > > The function returns the IPM of the GISA. If the returned > value is

Re: [PATCH v5 11/15] KVM: s390: restore IAM in get_ipm() when IPM is clean

2019-01-03 Thread Pierre Morel
On 19/12/2018 20:17, Michael Mueller wrote: The patch adds the parameter irq_flags and allows to restore the Interruption Alert Mask (IAM) in the GISA atomically while guaranteeing the IPM is clean. The function returns the IPM of the GISA. If the returned value is 0x00 and the IRQ_FLAG_IAM was

[PATCH v5 11/15] KVM: s390: restore IAM in get_ipm() when IPM is clean

2018-12-19 Thread Michael Mueller
The patch adds the parameter irq_flags and allows to restore the Interruption Alert Mask (IAM) in the GISA atomically while guaranteeing the IPM is clean. The function returns the IPM of the GISA. If the returned value is 0x00 and the IRQ_FLAG_IAM was set, the IAM has been restored. New irq