hw/i386: Fix IVHD entry length for AMD IOMMU
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 29 Mar 2018 12:51:28 +0000 (14:51 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 26 Jun 2018 18:58:03 +0000 (21:58 +0300)
commit0b363b61f1b7530572d7f4d26a3cff390a2100d5
tree8fef4284a90f51c0411b6a8ed1933046da9ce9d3
parent00928a421d47f49691cace1207481b7aad31b1f1
hw/i386: Fix IVHD entry length for AMD IOMMU

Counting from the IVHD ID field to the all-devices entry, we have 28
bytes, not 36.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/acpi-build.c