Re: [Xen-devel] [PATCH v4 6/7] x86/hyperv: retrieve vp_index from Hyper-V

2020-01-28 Thread Durrant, Paul
; > To: Wei Liu ; Paul Durrant ; Andrew Cooper > > > > > > Cc: Xen Development List ; Roger Pau > Monné > > > ; Wei Liu ; Michael Kelley > > > > > > Subject: Re: [Xen-devel] [PATCH v4 6/7] x86/hyperv: retrieve vp_index > from > > > Hyp

Re: [Xen-devel] [PATCH v4 6/7] x86/hyperv: retrieve vp_index from Hyper-V

2020-01-28 Thread Wei Liu
; Roger Pau Monné > > ; Wei Liu ; Michael Kelley > > > > Subject: Re: [Xen-devel] [PATCH v4 6/7] x86/hyperv: retrieve vp_index from > > Hyper-V > > > > On 28.01.2020 16:55, Wei Liu wrote: > > > On Thu, Jan 23, 2020 at 04:48:38PM +0100, Jan Beulich wrot

Re: [Xen-devel] [PATCH v4 6/7] x86/hyperv: retrieve vp_index from Hyper-V

2020-01-28 Thread Durrant, Paul
> -Original Message- > From: Xen-devel On Behalf Of Jan > Beulich > Sent: 28 January 2020 16:19 > To: Wei Liu ; Paul Durrant ; Andrew Cooper > > Cc: Xen Development List ; Roger Pau Monné > ; Wei Liu ; Michael Kelley > > Subject: Re: [Xen-devel] [PATC

Re: [Xen-devel] [PATCH v4 6/7] x86/hyperv: retrieve vp_index from Hyper-V

2020-01-28 Thread Jan Beulich
On 28.01.2020 16:55, Wei Liu wrote: > On Thu, Jan 23, 2020 at 04:48:38PM +0100, Jan Beulich wrote: >> On 22.01.2020 21:23, Wei Liu wrote: >>> This will be useful when invoking hypercall that targets specific >>> vcpu(s). >>> >>> Signed-off-by: Wei Liu >>> Reviewed-by: Paul Durrant >> >> For forma

Re: [Xen-devel] [PATCH v4 6/7] x86/hyperv: retrieve vp_index from Hyper-V

2020-01-28 Thread Wei Liu
On Thu, Jan 23, 2020 at 04:48:38PM +0100, Jan Beulich wrote: > On 22.01.2020 21:23, Wei Liu wrote: > > This will be useful when invoking hypercall that targets specific > > vcpu(s). > > > > Signed-off-by: Wei Liu > > Reviewed-by: Paul Durrant > > For formal reasons > Acked-by: Jan Beulich > >

Re: [Xen-devel] [PATCH v4 6/7] x86/hyperv: retrieve vp_index from Hyper-V

2020-01-23 Thread Jan Beulich
On 22.01.2020 21:23, Wei Liu wrote: > This will be useful when invoking hypercall that targets specific > vcpu(s). > > Signed-off-by: Wei Liu > Reviewed-by: Paul Durrant For formal reasons Acked-by: Jan Beulich However I wonder whether the Viridian entry in MAINTAINERS shouldn't be extended b

[Xen-devel] [PATCH v4 6/7] x86/hyperv: retrieve vp_index from Hyper-V

2020-01-22 Thread Wei Liu
This will be useful when invoking hypercall that targets specific vcpu(s). Signed-off-by: Wei Liu Reviewed-by: Paul Durrant --- v4: 1. Use private.h 2. Add Paul's review tag v2: 1. Fold into setup_pcpu_arg function --- xen/arch/x86/guest/hyperv/hyperv.c | 5 + xen/arch/x86/guest/hyperv/pr