]> xenbits.xensource.com Git - xen.git/commit
VT-d: print_vtd_entries() should cope with superpages
authorJan Beulich <jbeulich@suse.com>
Thu, 26 Mar 2015 07:37:56 +0000 (08:37 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 26 Mar 2015 07:37:56 +0000 (08:37 +0100)
commitb39e48d67a3baf2b3ce823df09bbfc044d7d5678
tree172040343f1dd0f56128a836360a8f1544c1a681
parent4a49a29776520ebe7685978e0c8982b1491bc202
VT-d: print_vtd_entries() should cope with superpages

Even if VT-d code alone (i.e. when not sharing tables with EPT) still
doesn't support superpages, this function - invoked upon DMA remapping
faults - needs to cope with such.

While at it also replace a few more plain numbers with suitable named
constants.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
master commit: 92cf6c2456dc428694ed95b6b1dec5bb84319790
master date: 2015-03-09 14:00:19 +0100
xen/drivers/passthrough/vtd/iommu.h
xen/drivers/passthrough/vtd/utils.c