Re: [PATCH] xen/x2apic: enable x2apic mode when supported for HVM

From: Boris Ostrovsky
Date: Fri Jan 21 2022 - 15:30:42 EST



On 1/21/22 4:01 AM, Roger Pau Monne wrote:
There's no point in disabling x2APIC mode when running as a Xen HVM
guest, just enable it when available.

Remove some unneeded wrapping around the detection functions, and
simply provide a xen_x2apic_available helper that's a wrapper around
x2apic_supported.

Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>


Reviewed-by: Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx>