Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

2018-03-14 Thread Tony Krowiak
On 03/01/2018 04:35 AM, David Hildenbrand wrote: On 28.02.2018 21:39, Tony Krowiak wrote: On 02/28/2018 04:44 AM, David Hildenbrand wrote: On 27.02.2018 15:28, Tony Krowiak wrote: Introduces a new interface to enable AP interpretive execution (IE) mode for the KVM guest. When running with IE

Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

2018-03-14 Thread Tony Krowiak
On 03/01/2018 04:35 AM, David Hildenbrand wrote: On 28.02.2018 21:39, Tony Krowiak wrote: On 02/28/2018 04:44 AM, David Hildenbrand wrote: On 27.02.2018 15:28, Tony Krowiak wrote: Introduces a new interface to enable AP interpretive execution (IE) mode for the KVM guest. When running with IE

Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

2018-03-02 Thread Tony Krowiak
On 03/01/2018 04:35 AM, David Hildenbrand wrote: On 28.02.2018 21:39, Tony Krowiak wrote: On 02/28/2018 04:44 AM, David Hildenbrand wrote: On 27.02.2018 15:28, Tony Krowiak wrote: Introduces a new interface to enable AP interpretive execution (IE) mode for the KVM guest. When running with IE

Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

2018-03-02 Thread Tony Krowiak
On 03/01/2018 04:35 AM, David Hildenbrand wrote: On 28.02.2018 21:39, Tony Krowiak wrote: On 02/28/2018 04:44 AM, David Hildenbrand wrote: On 27.02.2018 15:28, Tony Krowiak wrote: Introduces a new interface to enable AP interpretive execution (IE) mode for the KVM guest. When running with IE

Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

2018-03-01 Thread David Hildenbrand
On 28.02.2018 21:39, Tony Krowiak wrote: > On 02/28/2018 04:44 AM, David Hildenbrand wrote: >> On 27.02.2018 15:28, Tony Krowiak wrote: >>> Introduces a new interface to enable AP interpretive >>> execution (IE) mode for the KVM guest. When running >>> with IE mode enabled, AP instructions

Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

2018-03-01 Thread David Hildenbrand
On 28.02.2018 21:39, Tony Krowiak wrote: > On 02/28/2018 04:44 AM, David Hildenbrand wrote: >> On 27.02.2018 15:28, Tony Krowiak wrote: >>> Introduces a new interface to enable AP interpretive >>> execution (IE) mode for the KVM guest. When running >>> with IE mode enabled, AP instructions

Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

2018-03-01 Thread David Hildenbrand
>>> +EXPORT_SYMBOL(kvm_ap_enable_ie_mode); >>> diff --git a/arch/s390/kvm/kvm-s390.h b/arch/s390/kvm/kvm-s390.h >>> index 1b5621f..3142541 100644 >>> --- a/arch/s390/kvm/kvm-s390.h >>> +++ b/arch/s390/kvm/kvm-s390.h >>> @@ -18,6 +18,7 @@ >>> #include >>> #include >>> #include >>>

Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

2018-03-01 Thread David Hildenbrand
>>> +EXPORT_SYMBOL(kvm_ap_enable_ie_mode); >>> diff --git a/arch/s390/kvm/kvm-s390.h b/arch/s390/kvm/kvm-s390.h >>> index 1b5621f..3142541 100644 >>> --- a/arch/s390/kvm/kvm-s390.h >>> +++ b/arch/s390/kvm/kvm-s390.h >>> @@ -18,6 +18,7 @@ >>> #include >>> #include >>> #include >>>

Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

2018-02-28 Thread Tony Krowiak
On 02/28/2018 04:44 AM, David Hildenbrand wrote: On 27.02.2018 15:28, Tony Krowiak wrote: Introduces a new interface to enable AP interpretive execution (IE) mode for the KVM guest. When running with IE mode enabled, AP instructions executed on the KVM guest will be interpreted by the firmware

Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

2018-02-28 Thread Tony Krowiak
On 02/28/2018 04:44 AM, David Hildenbrand wrote: On 27.02.2018 15:28, Tony Krowiak wrote: Introduces a new interface to enable AP interpretive execution (IE) mode for the KVM guest. When running with IE mode enabled, AP instructions executed on the KVM guest will be interpreted by the firmware

Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

2018-02-28 Thread Tony Krowiak
On 02/28/2018 04:42 AM, David Hildenbrand wrote: On 27.02.2018 15:28, Tony Krowiak wrote: Introduces a new interface to enable AP interpretive execution (IE) mode for the KVM guest. When running with IE mode enabled, AP instructions executed on the KVM guest will be interpreted by the firmware

Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

2018-02-28 Thread Tony Krowiak
On 02/28/2018 04:42 AM, David Hildenbrand wrote: On 27.02.2018 15:28, Tony Krowiak wrote: Introduces a new interface to enable AP interpretive execution (IE) mode for the KVM guest. When running with IE mode enabled, AP instructions executed on the KVM guest will be interpreted by the firmware

Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

2018-02-28 Thread David Hildenbrand
On 27.02.2018 15:28, Tony Krowiak wrote: > Introduces a new interface to enable AP interpretive > execution (IE) mode for the KVM guest. When running > with IE mode enabled, AP instructions executed on the > KVM guest will be interpreted by the firmware and > passed directly through to an AP

Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

2018-02-28 Thread David Hildenbrand
On 27.02.2018 15:28, Tony Krowiak wrote: > Introduces a new interface to enable AP interpretive > execution (IE) mode for the KVM guest. When running > with IE mode enabled, AP instructions executed on the > KVM guest will be interpreted by the firmware and > passed directly through to an AP

Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

2018-02-28 Thread David Hildenbrand
On 27.02.2018 15:28, Tony Krowiak wrote: > Introduces a new interface to enable AP interpretive > execution (IE) mode for the KVM guest. When running > with IE mode enabled, AP instructions executed on the > KVM guest will be interpreted by the firmware and > passed directly through to an AP

Re: [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

2018-02-28 Thread David Hildenbrand
On 27.02.2018 15:28, Tony Krowiak wrote: > Introduces a new interface to enable AP interpretive > execution (IE) mode for the KVM guest. When running > with IE mode enabled, AP instructions executed on the > KVM guest will be interpreted by the firmware and > passed directly through to an AP

[PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

2018-02-27 Thread Tony Krowiak
Introduces a new interface to enable AP interpretive execution (IE) mode for the KVM guest. When running with IE mode enabled, AP instructions executed on the KVM guest will be interpreted by the firmware and passed directly through to an AP device installed on the system. The CPU model feature

[PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

2018-02-27 Thread Tony Krowiak
Introduces a new interface to enable AP interpretive execution (IE) mode for the KVM guest. When running with IE mode enabled, AP instructions executed on the KVM guest will be interpreted by the firmware and passed directly through to an AP device installed on the system. The CPU model feature