Re: [Qemu-devel] [PATCH V3] hw/iommu: Fix problems reported by Coverity scan

2016-10-04 Thread Paolo Bonzini
On 04/10/2016 06:03, David Kiarie wrote: > Signed-off-by: David Kiarie > --- > hw/i386/amd_iommu.c | 22 +- > 1 file changed, 13 insertions(+), 9 deletions(-) > > diff --git a/hw/i386/amd_iommu.c b/hw/i386/amd_iommu.c > index 023de52..47b79d9 100644

[Qemu-devel] [PATCH V3] hw/iommu: Fix problems reported by Coverity scan

2016-10-03 Thread David Kiarie
Signed-off-by: David Kiarie --- hw/i386/amd_iommu.c | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/hw/i386/amd_iommu.c b/hw/i386/amd_iommu.c index 023de52..47b79d9 100644 --- a/hw/i386/amd_iommu.c +++ b/hw/i386/amd_iommu.c @@