From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH 04/12] KVM: x86: remove now unneeded include directory from Makefile Date: Sat, 14 Mar 2015 14:57:03 +0100 Message-ID: <20150314135703.GC10935@cbox> References: <1426263012-22935-1-git-send-email-andre.przywara@arm.com> <1426263012-22935-5-git-send-email-andre.przywara@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, marc.zyngier@arm.com, Marcelo Tosatti , pbonzini@redhat.com, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org To: Andre Przywara Return-path: Content-Disposition: inline In-Reply-To: <1426263012-22935-5-git-send-email-andre.przywara@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu List-Id: kvm.vger.kernel.org On Fri, Mar 13, 2015 at 04:10:04PM +0000, Andre Przywara wrote: > virt/kvm was never really a good include directory for anything else > than locally included headers. > With the move of iodev.h there is no need anymore to add this > directory the compiler's include path, so remove it from the x86 kvm > Makefile. > > Signed-off-by: Andre Przywara Seems fine to me, but you need Paolo/Marcelo's ack here. -Christoffer