VT-d: make print_vtd_entries() less verbose
authorJan Beulich <jbeulich@suse.com>
Thu, 9 Feb 2017 10:00:39 +0000 (11:00 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 9 Feb 2017 10:00:39 +0000 (11:00 +0100)
commitc5e95f86cfcce97c558510ba764e60fa2c09db43
treeb8dc84635e34b7e84fd0427bfb02a5adf89f2498
parent9d5617cd89e7b285afa785b9a9d3495f4e2dffae
VT-d: make print_vtd_entries() less verbose

Especially printing virtual addresses of mappings of the individual
pages seems rather useless here - this mostly obfuscates the important
numbers, and hinders comparing two printouts. Printing the page table
level indexes isn't very useful either, as the immediately following
lines will print the indexes again as part of printing the raw entries.

Take the opportunity and also
- adjust some format specifiers,
- widen (zero-pad) array indexes to their nominal width.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
xen/drivers/passthrough/vtd/utils.c