All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/monitor: don't open-code hvm_has_set_descriptor_access_exiting()
@ 2021-11-30 16:11 Jan Beulich
  2021-11-30 16:34 ` Andrew Cooper
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jan Beulich @ 2021-11-30 16:11 UTC (permalink / raw)
  To: xen-devel; +Cc: Tamas K Lengyel, Alexandru Isaila, Petre Pircalabu

Signed-off-by: Jan Beulich <jbeulich@suse.com>

--- 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);



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] x86/monitor: don't open-code hvm_has_set_descriptor_access_exiting()
  2021-11-30 16:11 [PATCH] x86/monitor: don't open-code hvm_has_set_descriptor_access_exiting() Jan Beulich
@ 2021-11-30 16:34 ` Andrew Cooper
  2021-12-09  8:53 ` Jan Beulich
  2021-12-09  9:09 ` Alexandru Stefan ISAILA
  2 siblings, 0 replies; 4+ messages in thread
From: Andrew Cooper @ 2021-11-30 16:34 UTC (permalink / raw)
  To: Jan Beulich, xen-devel; +Cc: Tamas K Lengyel, Alexandru Isaila, Petre Pircalabu

On 30/11/2021 16:11, Jan Beulich wrote:
> Signed-off-by: Jan Beulich <jbeulich@suse.com>

Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] x86/monitor: don't open-code hvm_has_set_descriptor_access_exiting()
  2021-11-30 16:11 [PATCH] x86/monitor: don't open-code hvm_has_set_descriptor_access_exiting() Jan Beulich
  2021-11-30 16:34 ` Andrew Cooper
@ 2021-12-09  8:53 ` Jan Beulich
  2021-12-09  9:09 ` Alexandru Stefan ISAILA
  2 siblings, 0 replies; 4+ messages in thread
From: Jan Beulich @ 2021-12-09  8:53 UTC (permalink / raw)
  To: Tamas K Lengyel; +Cc: Alexandru Isaila, Petre Pircalabu, xen-devel

On 30.11.2021 17:11, Jan Beulich wrote:
> Signed-off-by: Jan Beulich <jbeulich@suse.com>

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);
> 



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] x86/monitor: don't open-code hvm_has_set_descriptor_access_exiting()
  2021-11-30 16:11 [PATCH] x86/monitor: don't open-code hvm_has_set_descriptor_access_exiting() Jan Beulich
  2021-11-30 16:34 ` Andrew Cooper
  2021-12-09  8:53 ` Jan Beulich
@ 2021-12-09  9:09 ` Alexandru Stefan ISAILA
  2 siblings, 0 replies; 4+ messages in thread
From: Alexandru Stefan ISAILA @ 2021-12-09  9:09 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel, Tamas K Lengyel, Petre Ovidiu PIRCALABU

[-- Attachment #1: Type: text/plain, Size: 775 bytes --]



> On 30 Nov 2021, at 18:11, Jan Beulich <jbeulich@suse.com> 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 <jbeulich@suse.com>
Reviewed by: Alexandru Isaila <aisaila@bitdefender.com>
> 
> --- 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);
> 


[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 2887 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-12-09  9:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-30 16:11 [PATCH] x86/monitor: don't open-code hvm_has_set_descriptor_access_exiting() Jan Beulich
2021-11-30 16:34 ` Andrew Cooper
2021-12-09  8:53 ` Jan Beulich
2021-12-09  9:09 ` Alexandru Stefan ISAILA

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.