From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Xu Subject: Re: [PATCH kvm-unit-tests v2 00/17] VT-d unit test Date: Mon, 14 Nov 2016 16:19:18 -0500 Message-ID: <20161114211918.GK3125@pxdev.xzpeter.org> References: <1478704224-20472-1-git-send-email-peterx@redhat.com> <20161110202547.me7pcesarlkbzg6k@hawk.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: kvm@vger.kernel.org, rkrcmar@redhat.com, agordeev@redhat.com, jan.kiszka@web.de, pbonzini@redhat.com To: Andrew Jones Return-path: Received: from mx1.redhat.com ([209.132.183.28]:37230 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753175AbcKNVTU (ORCPT ); Mon, 14 Nov 2016 16:19:20 -0500 Content-Disposition: inline In-Reply-To: <20161110202547.me7pcesarlkbzg6k@hawk.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Nov 10, 2016 at 09:25:47PM +0100, Andrew Jones wrote: > On Wed, Nov 09, 2016 at 10:10:07AM -0500, Peter Xu wrote: > [...] > > Peter Xu (17): > > x86/asm: add cpu_relax() > > libcflat: introduce is_power_of_2() > > x86: intel-iommu: add vt-d init test > > libcflat: add IS_ALIGNED() macro, and page sizes > > libcflat: moving MIN/MAX here > > vm/page: provide PGDIR_OFFSET() macro > > pci: introduce struct pci_dev > > pci: provide pci_scan_bars() > > x86/vmexit: leverage pci_scan_bars() > > pci: provide pci_cmd_set_clr() > > pci: provide pci_enable_defaults() > > pci: add bdf helpers > > pci: edu: introduce pci-edu helpers > > x86: intel-iommu: add dmar test > > pci: add msi support for 32/64bit address > > x86: intel-iommu: add IR MSI test > > x86/unittests: add intel-iommu test > > I think you can squash some of these patches together > 03+17 > 08+09 > 10+11 > 12+14 These all looks sane. Will apply in the next post. Thanks, -- peterx