On 30.11.2021 17:11, Jan Beulich wrote: > Signed-off-by: Jan Beulich <[email protected]>
May I ask for an ack (or otherwise) here please? Thanks, Jan > --- 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); >
