From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [kvm-unit-tests PATCH v11 00/12] PCI bus support Date: Tue, 8 Nov 2016 23:25:45 +0100 Message-ID: <3c99a621-bab9-df64-90ee-f73dac1b93ac@redhat.com> References: <20161107115557.dpiir32x37cyvvnc@kamzik.brq.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, Thomas Huth , Peter Xu To: Andrew Jones , Alexander Gordeev Return-path: Received: from mail-wm0-f65.google.com ([74.125.82.65]:35873 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753040AbcKHWZs (ORCPT ); Tue, 8 Nov 2016 17:25:48 -0500 Received: by mail-wm0-f65.google.com with SMTP id c17so25473328wmc.3 for ; Tue, 08 Nov 2016 14:25:48 -0800 (PST) In-Reply-To: <20161107115557.dpiir32x37cyvvnc@kamzik.brq.redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 07/11/2016 12:55, Andrew Jones wrote: > On Mon, Nov 07, 2016 at 11:14:32AM +0100, Alexander Gordeev wrote: >> This is 11th version of PCI support. >> >> Changes since v9: >> - all PCI configuration space accessors added; >> - data size in PCI configuration space accessors fixed; >> - PCI bus parity checking enabled; >> - coding style errors fixed; >> >> Sources are avalable at: >> https://github.com/a-gordeev/kvm-unit-tests.git pci-testdev-v11 >> >> Cc: Thomas Huth >> Cc: Andrew Jones >> Cc: Peter Xu >> >> Alexander Gordeev (12): >> pci: Fix coding style in generic PCI files >> pci: x86: Rename pci_config_read() to pci_config_readl() >> pci: Add 'extern' to public function declarations >> pci: x86: Add remaining PCI configuration space accessors >> pci: Factor out pci_bar_get() >> pci: Rework pci_bar_addr() >> pci: Add pci_bar_set_addr() >> pci: Add pci_dev_exists() >> pci: Add pci_print() >> pci: Add generic ECAM host support >> pci: Add pci-testdev PCI bus test device >> arm/arm64: pci: Add pci-testdev PCI device operation test >> > > All patches look good to me! > > Paolo, please merge this version (v11). I haven't pushed yet, but I've applied it. Paolo