Re: [Xen-devel] [PATCH v3] x86/altp2m: Add a new hypercall to get the active altp2m index

2019-09-04 Thread George Dunlap
On 6/7/19 11:55 AM, Alexandru Stefan ISAILA wrote: > The patch adds a new lib xc function (xc_altp2m_get_vcpu_p2m_idx) that > uses a new hvmop (HVMOP_altp2m_get_p2m_idx) to get the active altp2m > index from a given vcpu. > > Signed-off-by: Alexandru Isaila This looks good to me. Sorry it took

Re: [Xen-devel] [PATCH v3] x86/altp2m: Add a new hypercall to get the active altp2m index

2019-07-22 Thread Jan Beulich
On 22.07.2019 14:39, Alexandru Stefan ISAILA wrote: > Ping, > > Any reviews on this patch are appreciated. FAOD I think I've provided all the feedback I have. The patch doesn't seem to have a tool stack maintainer ack yet, and I think I had made clear previously that I'm willing to look at

Re: [Xen-devel] [PATCH v3] x86/altp2m: Add a new hypercall to get the active altp2m index

2019-07-22 Thread Alexandru Stefan ISAILA
Ping, Any reviews on this patch are appreciated. Regards, Alex On 07.06.2019 14:50, Jan Beulich wrote: On 07.06.19 at 12:55, wrote: >> @@ -4735,6 +4736,28 @@ static int do_altp2m_op( >> _gfn(a.u.change_gfn.old_gfn), >>

Re: [Xen-devel] [PATCH v3] x86/altp2m: Add a new hypercall to get the active altp2m index

2019-06-25 Thread Alexandru Stefan ISAILA
Ping, Any thoughts on this matter are appreciated. Thanks, Alex On 07.06.2019 13:55, Alexandru Stefan ISAILA wrote: > The patch adds a new lib xc function (xc_altp2m_get_vcpu_p2m_idx) that > uses a new hvmop (HVMOP_altp2m_get_p2m_idx) to get the active altp2m > index from a given vcpu. > >

Re: [Xen-devel] [PATCH v3] x86/altp2m: Add a new hypercall to get the active altp2m index

2019-06-07 Thread Jan Beulich
>>> On 07.06.19 at 12:55, wrote: > @@ -4735,6 +4736,28 @@ static int do_altp2m_op( > _gfn(a.u.change_gfn.old_gfn), > _gfn(a.u.change_gfn.new_gfn)); > break; > + > +case HVMOP_altp2m_get_p2m_idx: > +{ > +struct vcpu *v; > + > +

[Xen-devel] [PATCH v3] x86/altp2m: Add a new hypercall to get the active altp2m index

2019-06-07 Thread Alexandru Stefan ISAILA
The patch adds a new lib xc function (xc_altp2m_get_vcpu_p2m_idx) that uses a new hvmop (HVMOP_altp2m_get_p2m_idx) to get the active altp2m index from a given vcpu. Signed-off-by: Alexandru Isaila --- Changes since V2: - Update comment and title - Remove redundant max_vcpu