From: Rob Herring Date: Thu, 8 Sep 2016 18:41:01 +0000 (-0500) Subject: config: move x86 kvm_guest.config to a common location X-Git-Tag: v4.9-rc1~110^2~7 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=bd6c92221d2081045cbc5f13c8c1de77e3ff569e;p=linux.git config: move x86 kvm_guest.config to a common location 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: Paolo Bonzini Cc: "Radim Krčmář" Cc: kvmarm@lists.cs.columbia.edu Cc: kvm@vger.kernel.org Acked-by: Christoffer Dall Signed-off-by: Radim Krčmář --- 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