hw/i386/amd_iommu: Fix the reserved bits definition of IOMMU commands
commit2356ff8500f3aec43070fcfa61a624ec36a8c6b4
authorWei Huang <wei.huang2@amd.com>
Sat, 18 Apr 2020 04:28:45 +0000 (17 23:28 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 10 Jun 2020 16:10:46 +0000 (10 12:10 -0400)
tree152af0549abcb3fb57826f2ceddae744bfae970c
parentbbad173c7478269d2f4f67c81bafb1711f3cc815
hw/i386/amd_iommu: Fix the reserved bits definition of IOMMU commands

Many reserved bits of amd_iommu commands are defined incorrectly in QEMU.
Because of it, QEMU incorrectly injects lots of illegal commands into guest
VM's IOMMU event log.

Signed-off-by: Wei Huang <wei.huang2@amd.com>
Message-Id: <20200418042845.596457-1-wei.huang2@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/amd_iommu.c