]> git.proxmox.com Git - mirror_qemu.git/commit
intel_iommu: Drop extended root field
authorPeter Xu <peterx@redhat.com>
Fri, 29 Mar 2019 06:14:22 +0000 (14:14 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 2 Apr 2019 15:49:14 +0000 (11:49 -0400)
commit81fb1e646e4da29f8e1639022241323b956b67e4
tree0e3b0a434d89bf59b42660c0eee32953e1fb654f
parent2811af3b497b2bfadf38cda0fc92a709f83e8a7e
intel_iommu: Drop extended root field

VTD_RTADDR_RTT is dropped even by the VT-d spec, so QEMU should
probably do the same thing (after all we never really implemented it).
Since we've had a field for that in the migration stream, to keep
compatibility we need to fill the hole up.

Please refer to VT-d spec 10.4.6.

Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20190329061422.7926-3-peterx@redhat.com>
Reviewed-by: Liu, Yi L <yi.l.liu@intel.com>
Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/intel_iommu.c
hw/i386/intel_iommu_internal.h
hw/i386/trace-events
include/hw/i386/intel_iommu.h