From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [kvm-unit-tests PATCH v2 00/10] share pci-testdev with the framework Date: Fri, 15 Jan 2016 22:57:33 +0100 Message-ID: <20160115215732.GB12949@potion.brq.redhat.com> References: <1452876695-9240-1-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org, pbonzini@redhat.com, mst@redhat.com, agordeev@redhat.com To: Andrew Jones Return-path: Received: from mx1.redhat.com ([209.132.183.28]:37122 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755930AbcAOV5g (ORCPT ); Fri, 15 Jan 2016 16:57:36 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 71D9FC60EB for ; Fri, 15 Jan 2016 21:57:36 +0000 (UTC) Content-Disposition: inline In-Reply-To: <1452876695-9240-1-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 2016-01-15 17:51+0100, Andrew Jones: > This series moves code around in order to liberate some > pci and pci-testdev code from x86-only territory. There > are no functional changes, but now x86 unit tests also get > to enjoy asm-generic/io.h and asm-generic/page.h defines. >=20 > A couple other non-function changes made are; the value > of PCIDEVADDR_INVALID is now more invalid, and we import > linux-uapi/pci_regs.h, which is necessary for additional > architectures to use lib/pci. >=20 > v2: cleaner moving of pci from lib/x86 to lib >=20 >=20 > Andrew Jones (10): > asm-generic: add portio accessors to io.h > x86: move io.h to asm I'd like to see changes in first two patches. > x86: use common portio accessors from io.h > x86: pci.h: remove useless include > x86: move x86/pci to the common lib > x86: share pci-testdev hdr in common lib > lib/pci: make PCIDEVADDR_INVALID truly invalid > lib: add linux dir for kernel uapi headers > Revert "arm/arm64: import include/uapi/linux/psci.h" > lib/linux: import pci_regs.h The rest, Reviewed-by: Radim Kr=C4=8Dm=C3=A1=C5=99