]> xenbits.xensource.com Git - xen.git/commit
x86/HVM: fix xsm_op for 32-bit guests
authorJan Beulich <jbeulich@suse.com>
Fri, 15 Oct 2021 09:19:11 +0000 (11:19 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 15 Oct 2021 09:19:11 +0000 (11:19 +0200)
commit37ea2893e978ab311107f3e8cfdb8aaf8523f9fd
treee2d3b0d9228254808a6329f0f42fd50a51b3993a
parentb1ac7bb7f77b63838564e0c151f8aca80ab6a6b6
x86/HVM: fix xsm_op for 32-bit guests

Like for PV, 32-bit guests need to invoke the compat handler, not the
native one.

Fixes: db984809d61b ("hvm: wire up domctl and xsm hypercalls")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
master commit: b6b672e8a925ff4b71a1a67bc7d213ef445af74f
master date: 2021-10-11 10:58:44 +0200
xen/arch/x86/hvm/hypercall.c