Re: [PATCH v2 06/13] s390x: protvirt: KVM intercept changes

2019-12-06 Thread Cornelia Huck
On Fri, 6 Dec 2019 08:44:52 +0100 Janosch Frank wrote: > On 12/5/19 6:46 PM, Cornelia Huck wrote: > > On Thu, 5 Dec 2019 18:34:32 +0100 > > Janosch Frank wrote: > > > >> On 12/5/19 6:15 PM, Cornelia Huck wrote: > >>> On Fri, 29 Nov 2019 04:48:02 -0500 > >>> Janosch Frank wrote: > >>>

Re: [PATCH v2 06/13] s390x: protvirt: KVM intercept changes

2019-12-06 Thread Janosch Frank
On 12/6/19 9:29 AM, Cornelia Huck wrote: > On Fri, 6 Dec 2019 08:44:52 +0100 > Janosch Frank wrote: > >> On 12/5/19 6:46 PM, Cornelia Huck wrote: >>> On Thu, 5 Dec 2019 18:34:32 +0100 >>> Janosch Frank wrote: >>> On 12/5/19 6:15 PM, Cornelia Huck wrote: > On Fri, 29 Nov 2019 04:48:

Re: [PATCH v2 06/13] s390x: protvirt: KVM intercept changes

2019-12-06 Thread Janosch Frank
On 12/5/19 6:46 PM, Cornelia Huck wrote: > On Thu, 5 Dec 2019 18:34:32 +0100 > Janosch Frank wrote: > >> On 12/5/19 6:15 PM, Cornelia Huck wrote: >>> On Fri, 29 Nov 2019 04:48:02 -0500 >>> Janosch Frank wrote: >>> Secure guests no longer intercept with code 4 for an instruction inte

Re: [PATCH v2 06/13] s390x: protvirt: KVM intercept changes

2019-12-06 Thread Janosch Frank
On 12/6/19 10:08 AM, Cornelia Huck wrote: > On Fri, 6 Dec 2019 09:45:41 +0100 > Janosch Frank wrote: > >> On 12/6/19 9:29 AM, Cornelia Huck wrote: >>> On Fri, 6 Dec 2019 08:44:52 +0100 >>> Janosch Frank wrote: >>> On 12/5/19 6:46 PM, Cornelia Huck wrote: > On Thu, 5 Dec 2019 18:34:

Re: [PATCH v2 06/13] s390x: protvirt: KVM intercept changes

2019-12-06 Thread Cornelia Huck
On Fri, 6 Dec 2019 09:45:41 +0100 Janosch Frank wrote: > On 12/6/19 9:29 AM, Cornelia Huck wrote: > > On Fri, 6 Dec 2019 08:44:52 +0100 > > Janosch Frank wrote: > > > >> On 12/5/19 6:46 PM, Cornelia Huck wrote: > >>> On Thu, 5 Dec 2019 18:34:32 +0100 > >>> Janosch Frank wrote: > >>> >

Re: [PATCH v2 06/13] s390x: protvirt: KVM intercept changes

2019-12-05 Thread Cornelia Huck
On Thu, 5 Dec 2019 18:34:32 +0100 Janosch Frank wrote: > On 12/5/19 6:15 PM, Cornelia Huck wrote: > > On Fri, 29 Nov 2019 04:48:02 -0500 > > Janosch Frank wrote: > > > >> Secure guests no longer intercept with code 4 for an instruction > >> interception. Instead they have codes 104 and 108 fo

Re: [PATCH v2 06/13] s390x: protvirt: KVM intercept changes

2019-12-05 Thread Janosch Frank
On 12/5/19 6:15 PM, Cornelia Huck wrote: > On Fri, 29 Nov 2019 04:48:02 -0500 > Janosch Frank wrote: > >> Secure guests no longer intercept with code 4 for an instruction >> interception. Instead they have codes 104 and 108 for secure >> instruction interception and secure instruction notificatio

Re: [PATCH v2 06/13] s390x: protvirt: KVM intercept changes

2019-12-05 Thread Cornelia Huck
On Fri, 29 Nov 2019 04:48:02 -0500 Janosch Frank wrote: > Secure guests no longer intercept with code 4 for an instruction > interception. Instead they have codes 104 and 108 for secure > instruction interception and secure instruction notification > respectively. > > The 104 mirrors the 4 inter

Re: [PATCH v2 06/13] s390x: protvirt: KVM intercept changes

2019-11-29 Thread David Hildenbrand
On 29.11.19 10:48, Janosch Frank wrote: > Secure guests no longer intercept with code 4 for an instruction > interception. Instead they have codes 104 and 108 for secure > instruction interception and secure instruction notification > respectively. > > The 104 mirrors the 4 interception. > > The

[PATCH v2 06/13] s390x: protvirt: KVM intercept changes

2019-11-29 Thread Janosch Frank
Secure guests no longer intercept with code 4 for an instruction interception. Instead they have codes 104 and 108 for secure instruction interception and secure instruction notification respectively. The 104 mirrors the 4 interception. The 108 is a notification interception to let KVM and QEMU k