Message ID | 20160908184102.8592-1-robh@kernel.org |
---|---|
State | Accepted |
Commit | bd6c92221d2081045cbc5f13c8c1de77e3ff569e |
Headers | show |
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
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 --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
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