Re: [PATCH v5 01/13] KVM: s390: Interface to test whether APXA installed

2018-05-17 Thread Cornelia Huck
On Thu, 17 May 2018 11:11:41 +0200 Harald Freudenberger wrote: > On 16.05.2018 12:45, Tony Krowiak wrote: > > On 05/16/2018 06:21 AM, Cornelia Huck wrote: > >> On Mon,  7 May 2018 11:11:40 -0400 > >> Tony Krowiak wrote: > >> > >>> Relocates an existing static function that tests whether > >>

Re: [PATCH v5 01/13] KVM: s390: Interface to test whether APXA installed

2018-05-17 Thread Harald Freudenberger
On 16.05.2018 12:45, Tony Krowiak wrote: > On 05/16/2018 06:21 AM, Cornelia Huck wrote: >> On Mon,  7 May 2018 11:11:40 -0400 >> Tony Krowiak wrote: >> >>> Relocates an existing static function that tests whether >>> the AP extended addressing facility (APXA) is installed on >>> the linux host. Th

Re: [PATCH v5 01/13] KVM: s390: Interface to test whether APXA installed

2018-05-16 Thread Tony Krowiak
On 05/16/2018 06:21 AM, Cornelia Huck wrote: On Mon, 7 May 2018 11:11:40 -0400 Tony Krowiak wrote: Relocates an existing static function that tests whether the AP extended addressing facility (APXA) is installed on the linux host. The primary reason for relocating this function is because a n

Re: [PATCH v5 01/13] KVM: s390: Interface to test whether APXA installed

2018-05-16 Thread Cornelia Huck
On Mon, 7 May 2018 11:11:40 -0400 Tony Krowiak wrote: > Relocates an existing static function that tests whether > the AP extended addressing facility (APXA) is installed on > the linux host. The primary reason for relocating this > function is because a new compilation unit (arch/s390/kvm/kvm-a

[PATCH v5 01/13] KVM: s390: Interface to test whether APXA installed

2018-05-07 Thread Tony Krowiak
Relocates an existing static function that tests whether the AP extended addressing facility (APXA) is installed on the linux host. The primary reason for relocating this function is because a new compilation unit (arch/s390/kvm/kvm-ap.c) is being created to contain all of the interfaces and logic