Re: [PATCH v11 13/26] s390: vfio-ap: zeroize the AP queues

2018-09-27 Thread Cornelia Huck
On Wed, 26 Sep 2018 20:58:41 +0200 Christian Borntraeger wrote: > On 09/26/2018 03:38 PM, Cornelia Huck wrote: > > On Tue, 25 Sep 2018 19:16:28 -0400 > > Tony Krowiak wrote: > > > >> From: Tony Krowiak > >> > >> Let's call PAPQ(ZAPQ) to zeroize a queue for each queue configured > >> for a me

Re: [PATCH v11 13/26] s390: vfio-ap: zeroize the AP queues

2018-09-26 Thread Christian Borntraeger
On 09/26/2018 03:38 PM, Cornelia Huck wrote: > On Tue, 25 Sep 2018 19:16:28 -0400 > Tony Krowiak wrote: > >> From: Tony Krowiak >> >> Let's call PAPQ(ZAPQ) to zeroize a queue for each queue configured >> for a mediated matrix device when it is released. >> >> Zeroizing a queue resets the queu

Re: [PATCH v11 13/26] s390: vfio-ap: zeroize the AP queues

2018-09-26 Thread Cornelia Huck
On Tue, 25 Sep 2018 19:16:28 -0400 Tony Krowiak wrote: > From: Tony Krowiak > > Let's call PAPQ(ZAPQ) to zeroize a queue for each queue configured > for a mediated matrix device when it is released. > > Zeroizing a queue resets the queue, clears all pending > messages for the queue entries and

[PATCH v11 13/26] s390: vfio-ap: zeroize the AP queues

2018-09-25 Thread Tony Krowiak
From: Tony Krowiak Let's call PAPQ(ZAPQ) to zeroize a queue for each queue configured for a mediated matrix device when it is released. Zeroizing a queue resets the queue, clears all pending messages for the queue entries and disables adapter interruptions associated with the queue. Signed-off-