diff mbox

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

Message ID 20160908184102.8592-1-robh@kernel.org (mailing list archive)
State New, archived
Headers show

Commit Message

Rob Herring 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%)

Comments

Rob Herring 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
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
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>
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Radim Krčmář Sept. 22, 2016, 11:11 p.m. UTC | #3
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 <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
> ---

Applied them both to kvm/queue, thanks.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
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