Re: [Qemu-devel] [PATCH] hw/i386: Fix IVHD entry length for AMD IOMMU

2018-06-13 Thread Jan Kiszka
On 2018-06-13 16:26, Michael S. Tsirkin wrote: > On Tue, May 22, 2018 at 09:06:56AM +0200, Jan Kiszka wrote: >> On 2018-03-29 14:51, Jan Kiszka wrote: >>> From: Jan Kiszka >>> >>> Counting from the IVHD ID field to the all-devices entry, we have 28 >>> bytes, not 36. >>> >>> Signed-off-by: Jan Kis

Re: [Qemu-devel] [PATCH] hw/i386: Fix IVHD entry length for AMD IOMMU

2018-06-13 Thread Michael S. Tsirkin
On Tue, May 22, 2018 at 09:06:56AM +0200, Jan Kiszka wrote: > On 2018-03-29 14:51, Jan Kiszka wrote: > > From: Jan Kiszka > > > > Counting from the IVHD ID field to the all-devices entry, we have 28 > > bytes, not 36. > > > > Signed-off-by: Jan Kiszka > > --- > > hw/i386/acpi-build.c | 2 +- >

Re: [Qemu-devel] [PATCH] hw/i386: Fix IVHD entry length for AMD IOMMU

2018-05-22 Thread Jan Kiszka
On 2018-03-29 14:51, Jan Kiszka wrote: > From: Jan Kiszka > > Counting from the IVHD ID field to the all-devices entry, we have 28 > bytes, not 36. > > Signed-off-by: Jan Kiszka > --- > hw/i386/acpi-build.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/i386/acpi-

Re: [Qemu-devel] [PATCH] hw/i386: Fix IVHD entry length for AMD IOMMU

2018-03-31 Thread Jan Kiszka
ase is broken. Who is operating this? Jan > > Type: series > Message-id: f6aa6ac8-3c3c-bf90-6273-3d584f470...@web.de > Subject: [Qemu-devel] [PATCH] hw/i386: Fix IVHD entry length for AMD IOMMU > > === TEST SCRIPT BEGIN === > #!/bin/bash > set -e > git submodule update

Re: [Qemu-devel] [PATCH] hw/i386: Fix IVHD entry length for AMD IOMMU

2018-03-31 Thread no-reply
Hi, This series failed docker-quick@centos6 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: f6aa6ac8-3c3c-bf90-6273-3d584f470...@web.de Subject: [Qemu-devel] [PATCH] hw/i386: Fix

[Qemu-devel] [PATCH] hw/i386: Fix IVHD entry length for AMD IOMMU

2018-03-29 Thread Jan Kiszka
From: Jan Kiszka Counting from the IVHD ID field to the all-devices entry, we have 28 bytes, not 36. Signed-off-by: Jan Kiszka --- hw/i386/acpi-build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c index deb440f286..a0cda71411 1