From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH 1/2] config: move x86 kvm_guest.config to a common locaton Date: Thu, 22 Sep 2016 11:39:17 +0200 Message-ID: <20160922093917.GB9101@cbox> 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" , Marc Zyngier , Radim =?utf-8?B?S3LEjW3DocWZ?= , "kvmarm@lists.cs.columbia.edu" , "kvm@vger.kernel.org" To: Rob Herring Return-path: Received: from mail-wm0-f47.google.com ([74.125.82.47]:34811 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752614AbcIVJjL (ORCPT ); Thu, 22 Sep 2016 05:39:11 -0400 Received: by mail-wm0-f47.google.com with SMTP id 197so4522606wmk.1 for ; Thu, 22 Sep 2016 02:39:10 -0700 (PDT) Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Sep 21, 2016 at 03:10:30PM -0500, Rob Herring wrote: > On Thu, Sep 8, 2016 at 1:41 PM, Rob Herring 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 > > Cc: Christoffer Dall > > Cc: Marc Zyngier > > Cc: Paolo Bonzini > > Cc: "Radim Krčmář" > > Cc: kvmarm@lists.cs.columbia.edu > > Cc: kvm@vger.kernel.org > No objections from my side, and this looks useful: Acked-by: Christoffer Dall