On Wed, May 16, 2018 at 09:39:41PM -0600, Alex Williamson wrote:
> On Thu, 17 May 2018 10:45:44 +0800
> Peter Xu wrote:
>
> > On Wed, May 16, 2018 at 09:57:40PM +0800, Jason Wang wrote:
> > >
> > >
> > > On 2018年05月16日 14:30, Peter Xu wrote:
> > > > On Fri, May 04, 2018 at 11:08:01AM +0800, P
On Thu, 17 May 2018 10:45:44 +0800
Peter Xu wrote:
> On Wed, May 16, 2018 at 09:57:40PM +0800, Jason Wang wrote:
> >
> >
> > On 2018年05月16日 14:30, Peter Xu wrote:
> > > On Fri, May 04, 2018 at 11:08:01AM +0800, Peter Xu wrote:
> > > > v2:
> > > > - fix patchew code style warnings
> > > > -
On Wed, May 16, 2018 at 09:57:40PM +0800, Jason Wang wrote:
>
>
> On 2018年05月16日 14:30, Peter Xu wrote:
> > On Fri, May 04, 2018 at 11:08:01AM +0800, Peter Xu wrote:
> > > v2:
> > > - fix patchew code style warnings
> > > - interval tree: postpone malloc when inserting; simplify node remove
> > >
On 2018年05月16日 14:30, Peter Xu wrote:
On Fri, May 04, 2018 at 11:08:01AM +0800, Peter Xu wrote:
v2:
- fix patchew code style warnings
- interval tree: postpone malloc when inserting; simplify node remove
a bit where proper [Jason]
- fix up comment and commit message for iommu lock patch [Ke
On Fri, May 04, 2018 at 11:08:01AM +0800, Peter Xu wrote:
> v2:
> - fix patchew code style warnings
> - interval tree: postpone malloc when inserting; simplify node remove
> a bit where proper [Jason]
> - fix up comment and commit message for iommu lock patch [Kevin]
> - protect context cache too
On Thu, May 03, 2018 at 08:20:33PM -0700, no-re...@patchew.org wrote:
[...]
> === OUTPUT BEGIN ===
> Checking PATCH 1/10: intel-iommu: send PSI always even if across PDEs...
> Checking PATCH 2/10: intel-iommu: remove IntelIOMMUNotifierNode...
> Checking PATCH 3/10: intel-iommu: add iommu lock...
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20180504030811.28111-1-pet...@redhat.com
Subject: [Qemu-devel] [PATCH v2 00/10] intel-iommu: nested vIOMMU, cleanups,
bug fixes
=== TEST SCRIPT BEGIN ===
#!/bin/bash
BASE
v2:
- fix patchew code style warnings
- interval tree: postpone malloc when inserting; simplify node remove
a bit where proper [Jason]
- fix up comment and commit message for iommu lock patch [Kevin]
- protect context cache too using the iommu lock [Kevin, Jason]
- add vast comment in patch 8 to