Re: [PATCH v3 1/2] x86/HVM: expose VM assist hypercall

2020-04-22 Thread Julien Grall
On 22/04/2020 10:04, Jan Beulich wrote: On 22.04.2020 10:57, Julien Grall wrote: On 21/04/2020 15:39, Jan Beulich wrote: --- a/xen/include/asm-arm/domain.h +++ b/xen/include/asm-arm/domain.h @@ -269,6 +269,8 @@ static inline void free_vcpu_guest_conte     static inline void

Re: [PATCH v3 1/2] x86/HVM: expose VM assist hypercall

2020-04-22 Thread Jan Beulich
On 22.04.2020 10:57, Julien Grall wrote: > On 21/04/2020 15:39, Jan Beulich wrote: >> --- a/xen/include/asm-arm/domain.h >> +++ b/xen/include/asm-arm/domain.h >> @@ -269,6 +269,8 @@ static inline void free_vcpu_guest_conte >>     static inline void arch_vcpu_block(struct vcpu *v) {} >>   +#define

Re: [PATCH v3 1/2] x86/HVM: expose VM assist hypercall

2020-04-22 Thread Julien Grall
Hi Jan, On 21/04/2020 15:39, Jan Beulich wrote: --- a/xen/include/asm-arm/domain.h +++ b/xen/include/asm-arm/domain.h @@ -269,6 +269,8 @@ static inline void free_vcpu_guest_conte static inline void arch_vcpu_block(struct vcpu *v) {} +#define arch_vm_assist_valid_mask(d) (1UL <<