diff mbox

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

Message ID 20160908184102.8592-1-robh@kernel.org
State Accepted
Commit bd6c92221d2081045cbc5f13c8c1de77e3ff569e
Headers show

Commit Message

Rob Herring (Arm) Sept. 8, 2016, 6:41 p.m. UTC
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 <robh@kernel.org>

Cc: Christoffer Dall <christoffer.dall@linaro.org>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Radim Krčmář" <rkrcmar@redhat.com>
Cc: kvmarm@lists.cs.columbia.edu
Cc: kvm@vger.kernel.org
---
 {arch/x86 => kernel}/configs/kvm_guest.config | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {arch/x86 => kernel}/configs/kvm_guest.config (100%)

-- 
2.9.3

Comments

Rob Herring (Arm) Sept. 21, 2016, 8:10 p.m. UTC | #1
On Thu, Sep 8, 2016 at 1:41 PM, Rob Herring <robh@kernel.org> 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 <robh@kernel.org>

> Cc: Christoffer Dall <christoffer.dall@linaro.org>

> Cc: Marc Zyngier <marc.zyngier@arm.com>

> Cc: Paolo Bonzini <pbonzini@redhat.com>

> Cc: "Radim Krčmář" <rkrcmar@redhat.com>

> Cc: kvmarm@lists.cs.columbia.edu

> Cc: kvm@vger.kernel.org


Ping?

Rob
Christoffer Dall Sept. 22, 2016, 9:39 a.m. UTC | #2
On Wed, Sep 21, 2016 at 03:10:30PM -0500, Rob Herring wrote:
> On Thu, Sep 8, 2016 at 1:41 PM, Rob Herring <robh@kernel.org> 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 <robh@kernel.org>

> > Cc: Christoffer Dall <christoffer.dall@linaro.org>

> > Cc: Marc Zyngier <marc.zyngier@arm.com>

> > Cc: Paolo Bonzini <pbonzini@redhat.com>

> > Cc: "Radim Krčmář" <rkrcmar@redhat.com>

> > Cc: kvmarm@lists.cs.columbia.edu

> > Cc: kvm@vger.kernel.org

> 

No objections from my side, and this looks useful:

Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
diff mbox

Patch

diff --git a/arch/x86/configs/kvm_guest.config b/kernel/configs/kvm_guest.config
similarity index 100%
rename from arch/x86/configs/kvm_guest.config
rename to kernel/configs/kvm_guest.config