From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756876AbcIVJjS (ORCPT ); Thu, 22 Sep 2016 05:39:18 -0400 Received: from mail-wm0-f45.google.com ([74.125.82.45]:37925 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752614AbcIVJjQ (ORCPT ); Thu, 22 Sep 2016 05:39:16 -0400 Date: Thu, 22 Sep 2016 11:39:17 +0200 From: Christoffer Dall To: Rob Herring 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" Subject: Re: [PATCH 1/2] config: move x86 kvm_guest.config to a common locaton Message-ID: <20160922093917.GB9101@cbox> References: <20160908184102.8592-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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