[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160908184102.8592-1-robh@kernel.org>
Date: Thu, 8 Sep 2016 13:41:01 -0500
From: Rob Herring <robh@...nel.org>
To: Paolo Bonzini <pbonzini@...hat.com>
Cc: linux-kernel@...r.kernel.org, x86@...nel.org,
Christoffer Dall <christoffer.dall@...aro.org>,
Marc Zyngier <marc.zyngier@....com>,
Radim Krčmář <rkrcmar@...hat.com>,
kvmarm@...ts.cs.columbia.edu, kvm@...r.kernel.org
Subject: [PATCH 1/2] config: move x86 kvm_guest.config to a common locaton
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@...nel.org>
Cc: Christoffer Dall <christoffer.dall@...aro.org>
Cc: Marc Zyngier <marc.zyngier@....com>
Cc: Paolo Bonzini <pbonzini@...hat.com>
Cc: "Radim Krčmář" <rkrcmar@...hat.com>
Cc: kvmarm@...ts.cs.columbia.edu
Cc: kvm@...r.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%)
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
--
2.9.3
Powered by blists - more mailing lists