> On 30 Nov 2021, at 18:11, Jan Beulich <[email protected]> wrote: > > CAUTION: This email originated from outside of our organization. Do not click > links or open attachments unless you recognize the sender and know the > content is safe. > > Signed-off-by: Jan Beulich <[email protected]> Reviewed by: Alexandru Isaila <[email protected]> > > --- a/xen/arch/x86/monitor.c > +++ b/xen/arch/x86/monitor.c > @@ -263,7 +263,7 @@ int arch_monitor_domctl_event(struct dom > if ( unlikely(old_status == requested_status) ) > return -EEXIST; > > - if ( !hvm_funcs.set_descriptor_access_exiting ) > + if ( !hvm_has_set_descriptor_access_exiting() ) > return -EOPNOTSUPP; > > domain_pause(d); >
smime.p7s
Description: S/MIME cryptographic signature
