From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: Re: [kvm-unit-tests PATCH 06/11] x86: move x86/pci to the common lib Date: Fri, 15 Jan 2016 17:27:42 +0100 Message-ID: <20160115162742.GS3915@hawk.localdomain> References: <1452874216-3087-1-git-send-email-drjones@redhat.com> <1452874216-3087-7-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: pbonzini@redhat.com, mst@redhat.com, agordeev@redhat.com, rkrcmar@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:48240 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753593AbcAOQ1r (ORCPT ); Fri, 15 Jan 2016 11:27:47 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id C41C0552E6 for ; Fri, 15 Jan 2016 16:27:46 +0000 (UTC) Content-Disposition: inline In-Reply-To: <1452874216-3087-7-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Jan 15, 2016 at 05:10:11PM +0100, Andrew Jones wrote: > Signed-off-by: Andrew Jones > --- > config/config-x86-common.mak | 2 +- > lib/{x86 => }/pci.c | 6 ++++++ > lib/pci.h | 22 ++++++++++++++++++++++ > lib/x86/asm/pci.h | 14 +++----------- > x86/vmexit.c | 2 +- > 5 files changed, 33 insertions(+), 13 deletions(-) > rename lib/{x86 => }/pci.c (86%) > create mode 100644 lib/pci.h Eh, I should have done this and the last patch differently in order to properly preserve git-blame history. I also should have added an asm-generic/pci.h similar to asm-generic/spinlock.h for completeness. I'll send a v2 now. Sorry for 11 patch spam... mark-thread-read time. drew