[Qemu-devel] [PATCH 0/2] vtd: tiny fixes for 2.12

Peter Xu posted 2 patches 8 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171208042654.10910-1-peterx@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
hw/i386/intel_iommu.c       | 12 ++++++------
include/hw/i386/x86-iommu.h |  1 -
2 files changed, 6 insertions(+), 7 deletions(-)
[Qemu-devel] [PATCH 0/2] vtd: tiny fixes for 2.12
Posted by Peter Xu 8 years, 2 months ago
Please review.  Thanks,

Peter Xu (2):
  intel_iommu: remove X86_IOMMU_PCI_DEVFN_MAX
  intel_iommu: fix error param in string

 hw/i386/intel_iommu.c       | 12 ++++++------
 include/hw/i386/x86-iommu.h |  1 -
 2 files changed, 6 insertions(+), 7 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PATCH 0/2] vtd: tiny fixes for 2.12
Posted by Peter Xu 8 years, 1 month ago
On Fri, Dec 08, 2017 at 12:26:52PM +0800, Peter Xu wrote:
> Please review.  Thanks,

Ping for 2.12.

> 
> Peter Xu (2):
>   intel_iommu: remove X86_IOMMU_PCI_DEVFN_MAX
>   intel_iommu: fix error param in string
> 
>  hw/i386/intel_iommu.c       | 12 ++++++------
>  include/hw/i386/x86-iommu.h |  1 -
>  2 files changed, 6 insertions(+), 7 deletions(-)
> 
> -- 
> 2.14.3
> 

-- 
Peter Xu

Re: [Qemu-devel] [PATCH 0/2] vtd: tiny fixes for 2.12
Posted by Jason Wang 8 years, 1 month ago

On 2017年12月08日 12:26, Peter Xu wrote:
> Please review.  Thanks,
>
> Peter Xu (2):
>    intel_iommu: remove X86_IOMMU_PCI_DEVFN_MAX
>    intel_iommu: fix error param in string
>
>   hw/i386/intel_iommu.c       | 12 ++++++------
>   include/hw/i386/x86-iommu.h |  1 -
>   2 files changed, 6 insertions(+), 7 deletions(-)
>

Reviewed-by: Jason Wang <jasowang@redhat.com>