qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] intel_iommu: allow dynamic switch of IOMMU regi


From: Peter Xu
Subject: Re: [Qemu-devel] [PATCH] intel_iommu: allow dynamic switch of IOMMU region
Date: Wed, 21 Dec 2016 11:33:13 +0800
User-agent: Mutt/1.5.24 (2015-08-30)

On Tue, Dec 20, 2016 at 03:02:54PM -0800, address@hidden wrote:

[...]

> === OUTPUT BEGIN ===
> Checking PATCH 1/1: intel_iommu: allow dynamic switch of IOMMU region...
> ERROR: "(foo**)" should be "(foo **)"
> #55: FILE: hw/i386/intel_iommu.c:1190:
> +    while (g_hash_table_iter_next (&iter, NULL, (void**)&vtd_bus)) {
> 
> ERROR: space prohibited between function name and open parenthesis '('
> #55: FILE: hw/i386/intel_iommu.c:1190:
> +    while (g_hash_table_iter_next (&iter, NULL, (void**)&vtd_bus)) {
> 
> total: 2 errors, 0 warnings, 118 lines checked

Hmm, let me fix.

-- peterx



reply via email to

[Prev in Thread] Current Thread [Next in Thread]