Re: [PATCH v4 02/15] KVM: s390: reset crypto attributes for all vcpus

2018-04-17 Thread Tony Krowiak
On 04/17/2018 11:10 AM, Cornelia Huck wrote: On Tue, 17 Apr 2018 10:55:30 -0400 Tony Krowiak wrote: On 04/17/2018 10:29 AM, Halil Pasic wrote: On 04/15/2018 11:22 PM, Tony Krowiak wrote: Introduces a new function to reset the crypto attributes for all vcpus

Re: [PATCH v4 02/15] KVM: s390: reset crypto attributes for all vcpus

2018-04-17 Thread Tony Krowiak
On 04/17/2018 11:10 AM, Cornelia Huck wrote: On Tue, 17 Apr 2018 10:55:30 -0400 Tony Krowiak wrote: On 04/17/2018 10:29 AM, Halil Pasic wrote: On 04/15/2018 11:22 PM, Tony Krowiak wrote: Introduces a new function to reset the crypto attributes for all vcpus whether they are running or not.

Re: [PATCH v4 02/15] KVM: s390: reset crypto attributes for all vcpus

2018-04-17 Thread Cornelia Huck
On Tue, 17 Apr 2018 10:55:30 -0400 Tony Krowiak wrote: > On 04/17/2018 10:29 AM, Halil Pasic wrote: > > > > > > On 04/15/2018 11:22 PM, Tony Krowiak wrote: > >> Introduces a new function to reset the crypto attributes for all > >> vcpus whether they are running or

Re: [PATCH v4 02/15] KVM: s390: reset crypto attributes for all vcpus

2018-04-17 Thread Cornelia Huck
On Tue, 17 Apr 2018 10:55:30 -0400 Tony Krowiak wrote: > On 04/17/2018 10:29 AM, Halil Pasic wrote: > > > > > > On 04/15/2018 11:22 PM, Tony Krowiak wrote: > >> Introduces a new function to reset the crypto attributes for all > >> vcpus whether they are running or not. Each vcpu in KVM will >

Re: [PATCH v4 02/15] KVM: s390: reset crypto attributes for all vcpus

2018-04-17 Thread Tony Krowiak
On 04/17/2018 10:29 AM, Halil Pasic wrote: On 04/15/2018 11:22 PM, Tony Krowiak wrote: Introduces a new function to reset the crypto attributes for all vcpus whether they are running or not. Each vcpu in KVM will be removed from SIE prior to resetting the crypto attributes in its SIE state

Re: [PATCH v4 02/15] KVM: s390: reset crypto attributes for all vcpus

2018-04-17 Thread Tony Krowiak
On 04/17/2018 10:29 AM, Halil Pasic wrote: On 04/15/2018 11:22 PM, Tony Krowiak wrote: Introduces a new function to reset the crypto attributes for all vcpus whether they are running or not. Each vcpu in KVM will be removed from SIE prior to resetting the crypto attributes in its SIE state

Re: [PATCH v4 02/15] KVM: s390: reset crypto attributes for all vcpus

2018-04-17 Thread Halil Pasic
On 04/15/2018 11:22 PM, Tony Krowiak wrote: Introduces a new function to reset the crypto attributes for all vcpus whether they are running or not. Each vcpu in KVM will be removed from SIE prior to resetting the crypto attributes in its SIE state description. After all vcpus have had their

Re: [PATCH v4 02/15] KVM: s390: reset crypto attributes for all vcpus

2018-04-17 Thread Halil Pasic
On 04/15/2018 11:22 PM, Tony Krowiak wrote: Introduces a new function to reset the crypto attributes for all vcpus whether they are running or not. Each vcpu in KVM will be removed from SIE prior to resetting the crypto attributes in its SIE state description. After all vcpus have had their

Re: [PATCH v4 02/15] KVM: s390: reset crypto attributes for all vcpus

2018-04-17 Thread Cornelia Huck
On Tue, 17 Apr 2018 09:47:58 -0400 Tony Krowiak wrote: > On 04/17/2018 07:34 AM, Cornelia Huck wrote: > > On Sun, 15 Apr 2018 17:22:12 -0400 > > Tony Krowiak wrote: > > > >> Introduces a new function to reset the crypto attributes for

Re: [PATCH v4 02/15] KVM: s390: reset crypto attributes for all vcpus

2018-04-17 Thread Cornelia Huck
On Tue, 17 Apr 2018 09:47:58 -0400 Tony Krowiak wrote: > On 04/17/2018 07:34 AM, Cornelia Huck wrote: > > On Sun, 15 Apr 2018 17:22:12 -0400 > > Tony Krowiak wrote: > > > >> Introduces a new function to reset the crypto attributes for all > >> vcpus whether they are running or not. Each vcpu

Re: [PATCH v4 02/15] KVM: s390: reset crypto attributes for all vcpus

2018-04-17 Thread Tony Krowiak
On 04/17/2018 07:34 AM, Cornelia Huck wrote: On Sun, 15 Apr 2018 17:22:12 -0400 Tony Krowiak wrote: Introduces a new function to reset the crypto attributes for all vcpus whether they are running or not. Each vcpu in KVM will be removed from SIE prior to resetting

Re: [PATCH v4 02/15] KVM: s390: reset crypto attributes for all vcpus

2018-04-17 Thread Tony Krowiak
On 04/17/2018 07:34 AM, Cornelia Huck wrote: On Sun, 15 Apr 2018 17:22:12 -0400 Tony Krowiak wrote: Introduces a new function to reset the crypto attributes for all vcpus whether they are running or not. Each vcpu in KVM will be removed from SIE prior to resetting the crypto attributes in its

Re: [PATCH v4 02/15] KVM: s390: reset crypto attributes for all vcpus

2018-04-17 Thread Cornelia Huck
On Sun, 15 Apr 2018 17:22:12 -0400 Tony Krowiak wrote: > Introduces a new function to reset the crypto attributes for all > vcpus whether they are running or not. Each vcpu in KVM will > be removed from SIE prior to resetting the crypto attributes in its > SIE state

Re: [PATCH v4 02/15] KVM: s390: reset crypto attributes for all vcpus

2018-04-17 Thread Cornelia Huck
On Sun, 15 Apr 2018 17:22:12 -0400 Tony Krowiak wrote: > Introduces a new function to reset the crypto attributes for all > vcpus whether they are running or not. Each vcpu in KVM will > be removed from SIE prior to resetting the crypto attributes in its > SIE state description. After all vcpus

[PATCH v4 02/15] KVM: s390: reset crypto attributes for all vcpus

2018-04-15 Thread Tony Krowiak
Introduces a new function to reset the crypto attributes for all vcpus whether they are running or not. Each vcpu in KVM will be removed from SIE prior to resetting the crypto attributes in its SIE state description. After all vcpus have had their crypto attributes reset the vcpus will be restored

[PATCH v4 02/15] KVM: s390: reset crypto attributes for all vcpus

2018-04-15 Thread Tony Krowiak
Introduces a new function to reset the crypto attributes for all vcpus whether they are running or not. Each vcpu in KVM will be removed from SIE prior to resetting the crypto attributes in its SIE state description. After all vcpus have had their crypto attributes reset the vcpus will be restored