From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [kvm-unit-tests PATCH v4 0/5] pci: Complete conversion of PCI API to struct pci_dev Date: Thu, 2 Mar 2017 22:24:36 +0100 Message-ID: <20170302212435.GB20388@potion> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Thomas Huth , Andrew Jones , Peter Xu To: Alexander Gordeev Return-path: Received: from mx1.redhat.com ([209.132.183.28]:35238 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751149AbdCBVZE (ORCPT ); Thu, 2 Mar 2017 16:25:04 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id AA61C4E359 for ; Thu, 2 Mar 2017 21:24:40 +0000 (UTC) Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: 2017-02-28 19:08+0100, Alexander Gordeev: > Changes since v3: > - patches 2/6 and 3/6 merged; I amended the commit message, but kept the R-b; > - an empty line in patch 4/6 removed; Applied, thanks. > Sources are avalable at: > https://github.com/a-gordeev/kvm-unit-tests.git pci-fixes-v4 > > Cc: Thomas Huth > Cc: Andrew Jones > Cc: Peter Xu > > Alexander Gordeev (5): > pci: pci-host-generic: Use INVALID_PHYS_ADDR instead of ~0 > pci: Accomodate 64 bit BARs in pci_dev::resource[] > pci: Turn struct pci_dev into device handle for PCI functions > pci: Rework pci_bar_is_valid() > pci: Make PCI API consistent wrt using struct pci_dev > > lib/pci-host-generic.c | 4 +-- > lib/pci.c | 92 ++++++++++++++++++++++++++++---------------------- > lib/pci.h | 5 ++- > x86/intel-iommu.c | 2 +- > x86/vmexit.c | 1 - > 5 files changed, 56 insertions(+), 48 deletions(-) > > -- > 1.8.3.1 >