From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH 02/12] KVM: move iodev.h from virt/kvm/ to include/kvm Date: Sat, 14 Mar 2015 15:43:29 +0100 Message-ID: <20150314144329.GH10935@cbox> References: <1426263012-22935-1-git-send-email-andre.przywara@arm.com> <1426263012-22935-3-git-send-email-andre.przywara@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: marc.zyngier@arm.com, pbonzini@redhat.com, n.nikolaev@virtualopensystems.com, eric.auger@linaro.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org To: Andre Przywara Return-path: Received: from mail-la0-f54.google.com ([209.85.215.54]:34720 "EHLO mail-la0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752481AbbCNOnJ (ORCPT ); Sat, 14 Mar 2015 10:43:09 -0400 Received: by lagg8 with SMTP id g8so9854075lag.1 for ; Sat, 14 Mar 2015 07:43:07 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1426263012-22935-3-git-send-email-andre.przywara@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Mar 13, 2015 at 04:10:02PM +0000, Andre Przywara wrote: > iodev.h contains definitions for the kvm_io_bus framework. This is > needed both by the generic KVM code in virt/kvm as well as by > architecture specific code under arch/. Putting the header file in > virt/kvm and using local includes in the architecture part seems at > least dodgy to me, so let's move the file into include/kvm, so that a > more natural "#include " can be used by all of the code. > This also solves a problem later when using struct kvm_io_device > in arm_vgic.h. > Fixing up the FSF address in the GPL header and a wrong include path > on the way. > > Signed-off-by: Andre Przywara Acked-by: Christoffer Dall