Re: [PATCH 1/2] config: move x86 kvm_guest.config to a common locaton

2016-09-22 Thread Radim Krčmář
2016-09-08 13:41-0500, Rob Herring: > kvm_guest.config is useful for KVM guests on other arches, and nothing > in it appears to be x86 specific, so just move the whole file. Kbuild > will find it in either location. > > Signed-off-by: Rob Herring > Cc: Christoffer Dall > Cc: Marc Zyngier > Cc:

Re: [PATCH 1/2] config: move x86 kvm_guest.config to a common locaton

2016-09-22 Thread Christoffer Dall
On Wed, Sep 21, 2016 at 03:10:30PM -0500, Rob Herring wrote: > On Thu, Sep 8, 2016 at 1:41 PM, Rob Herring wrote: > > kvm_guest.config is useful for KVM guests on other arches, and nothing > > in it appears to be x86 specific, so just move the whole file. Kbuild > > will find it in either location

Re: [PATCH 1/2] config: move x86 kvm_guest.config to a common locaton

2016-09-21 Thread Rob Herring
On Thu, Sep 8, 2016 at 1:41 PM, Rob Herring wrote: > kvm_guest.config is useful for KVM guests on other arches, and nothing > in it appears to be x86 specific, so just move the whole file. Kbuild > will find it in either location. > > Signed-off-by: Rob Herring > Cc: Christoffer Dall > Cc: Marc