Re: [PATCH] KVM: s390: fix build failure

2016-06-08 Thread Paolo Bonzini
ukher...@gmail.com>, "Cornelia Huck" > <cornelia.h...@de.ibm.com>, "Paolo Bonzini" <pbonz...@redhat.com>, "Radim > Krčmář" <rkrc...@redhat.com>, "Martin > Schwidefsky" <schwidef...@de.ibm.com>, linux-kernel@vger.kernel.org

Re: [PATCH] KVM: s390: fix build failure

2016-06-08 Thread Paolo Bonzini
"Martin > Schwidefsky" , linux-kernel@vger.kernel.org, > linux-s...@vger.kernel.org, k...@vger.kernel.org > Sent: Wednesday, June 8, 2016 10:09:17 AM > Subject: Re: [PATCH] KVM: s390: fix build failure > > Hi Heiko, > > On Wed, 8 Jun 2016 07:31:29 +0200 Heiko Carstens &

Re: [PATCH] KVM: s390: fix build failure

2016-06-08 Thread Stephen Rothwell
Hi Heiko, On Wed, 8 Jun 2016 07:31:29 +0200 Heiko Carstens wrote: > > On Wed, Jun 08, 2016 at 07:17:35AM +0200, Christian Borntraeger wrote: > > On 06/07/2016 11:49 PM, Sudip Mukherjee wrote: > > > etr_ptff definitions are moved and renamed but we missed updating

Re: [PATCH] KVM: s390: fix build failure

2016-06-08 Thread Stephen Rothwell
Hi Heiko, On Wed, 8 Jun 2016 07:31:29 +0200 Heiko Carstens wrote: > > On Wed, Jun 08, 2016 at 07:17:35AM +0200, Christian Borntraeger wrote: > > On 06/07/2016 11:49 PM, Sudip Mukherjee wrote: > > > etr_ptff definitions are moved and renamed but we missed updating them > > > here and as a

Re: [PATCH] KVM: s390: fix build failure

2016-06-08 Thread Martin Schwidefsky
On Tue, 7 Jun 2016 22:49:30 +0100 Sudip Mukherjee wrote: > etr_ptff definitions are moved and renamed but we missed updating them > here and as a result s390 defconfig and allmodconfig was failing with > the error: > arch/s390/kvm/kvm-s390.c:230:45: error:

Re: [PATCH] KVM: s390: fix build failure

2016-06-08 Thread Martin Schwidefsky
On Tue, 7 Jun 2016 22:49:30 +0100 Sudip Mukherjee wrote: > etr_ptff definitions are moved and renamed but we missed updating them > here and as a result s390 defconfig and allmodconfig was failing with > the error: > arch/s390/kvm/kvm-s390.c:230:45: error: 'ETR_PTFF_QAF' undeclared > > Fixes:

Re: [PATCH] KVM: s390: fix build failure

2016-06-07 Thread Heiko Carstens
On Wed, Jun 08, 2016 at 07:17:35AM +0200, Christian Borntraeger wrote: > On 06/07/2016 11:49 PM, Sudip Mukherjee wrote: > > etr_ptff definitions are moved and renamed but we missed updating them > > here and as a result s390 defconfig and allmodconfig was failing with > > the error: > >

Re: [PATCH] KVM: s390: fix build failure

2016-06-07 Thread Heiko Carstens
On Wed, Jun 08, 2016 at 07:17:35AM +0200, Christian Borntraeger wrote: > On 06/07/2016 11:49 PM, Sudip Mukherjee wrote: > > etr_ptff definitions are moved and renamed but we missed updating them > > here and as a result s390 defconfig and allmodconfig was failing with > > the error: > >

Re: [PATCH] KVM: s390: fix build failure

2016-06-07 Thread Christian Borntraeger
On 06/07/2016 11:49 PM, Sudip Mukherjee wrote: > etr_ptff definitions are moved and renamed but we missed updating them > here and as a result s390 defconfig and allmodconfig was failing with > the error: > arch/s390/kvm/kvm-s390.c:230:45: error: 'ETR_PTFF_QAF' undeclared > > Fixes: cc8f94656487

Re: [PATCH] KVM: s390: fix build failure

2016-06-07 Thread Christian Borntraeger
On 06/07/2016 11:49 PM, Sudip Mukherjee wrote: > etr_ptff definitions are moved and renamed but we missed updating them > here and as a result s390 defconfig and allmodconfig was failing with > the error: > arch/s390/kvm/kvm-s390.c:230:45: error: 'ETR_PTFF_QAF' undeclared > > Fixes: cc8f94656487

[PATCH] KVM: s390: fix build failure

2016-06-07 Thread Sudip Mukherjee
etr_ptff definitions are moved and renamed but we missed updating them here and as a result s390 defconfig and allmodconfig was failing with the error: arch/s390/kvm/kvm-s390.c:230:45: error: 'ETR_PTFF_QAF' undeclared Fixes: cc8f94656487 ("s390/time: move PTFF definitions") Signed-off-by: Sudip

[PATCH] KVM: s390: fix build failure

2016-06-07 Thread Sudip Mukherjee
etr_ptff definitions are moved and renamed but we missed updating them here and as a result s390 defconfig and allmodconfig was failing with the error: arch/s390/kvm/kvm-s390.c:230:45: error: 'ETR_PTFF_QAF' undeclared Fixes: cc8f94656487 ("s390/time: move PTFF definitions") Signed-off-by: Sudip