VT-d: bring print_qi_regs() in line with print_iommu_regs()
authorJan Beulich <jbeulich@suse.com>
Tue, 13 Apr 2021 08:15:41 +0000 (10:15 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 13 Apr 2021 08:15:41 +0000 (10:15 +0200)
commitd8b05ce83fd17920752d608ab3a0ff31027472d1
tree17907b770201cebcdb43f02195a4d96c69cf363a
parent1ea7f6353405a59fea8d11f2ec1ca08ba3b299d0
VT-d: bring print_qi_regs() in line with print_iommu_regs()

Shorten the names printed. There's also no need to go through a local
variable.

While at it also constify the function's parameter.

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