x86/IO-APIC: dump full destination ID in x2APIC mode
authorJan Beulich <jbeulich@suse.com>
Mon, 17 Jun 2019 15:35:41 +0000 (17:35 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 17 Jun 2019 15:35:41 +0000 (17:35 +0200)
commit97fcef9d44afdf6b5c4ad2958c880795cf66d781
treee5a653152085017ae7cde58f2652c4580d45277d
parent508908fd449d7b5801ec6b06e5bb263b554444fc
x86/IO-APIC: dump full destination ID in x2APIC mode

In x2APIC mode it is 32 bits wide.

In __print_IO_APIC() drop logging of both physical and logical IDs:
The latter covers a superset of the bits of the former in the RTE, and
we write full 8-bit values anyway even in physical mode for all ordinary
interrupts, regardless of INT_DEST_MODE (see the users of SET_DEST()).

Adjust other column arrangement (and heading) a little as well.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/io_apic.c