From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH 1/2] config: move x86 kvm_guest.config to a common locaton Date: Fri, 23 Sep 2016 01:11:37 +0200 Message-ID: <20160922231132.GB25134@potion> References: <20160908184102.8592-1-robh@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Paolo Bonzini , linux-kernel@vger.kernel.org, x86@kernel.org, Christoffer Dall , Marc Zyngier , kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org To: Rob Herring Return-path: Received: from mx1.redhat.com ([209.132.183.28]:52950 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933869AbcIVXLm (ORCPT ); Thu, 22 Sep 2016 19:11:42 -0400 Content-Disposition: inline In-Reply-To: <20160908184102.8592-1-robh@kernel.org> Sender: kvm-owner@vger.kernel.org List-ID: 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 > Cc: Christoffer Dall > Cc: Marc Zyngier > Cc: Paolo Bonzini > Cc: "Radim Krčmář" > Cc: kvmarm@lists.cs.columbia.edu > Cc: kvm@vger.kernel.org > --- Applied them both to kvm/queue, thanks.