Re: [Xen-devel] [PATCH RFC 10/12] x86/np2m: implement sharing of np2m between vCPUs

2017-08-28 Thread George Dunlap
On 07/18/2017 11:34 AM, Sergey Dyasli wrote: > Modify p2m_get_nestedp2m() to allow sharing a np2m between multiple > vcpus with the same np2m_base (L1 EPTP value in VMCS12). > > np2m_schedule_in/out() callbacks are added to context_switch() as well > as pseudo schedule-out is performed during virt

[Xen-devel] [PATCH RFC 10/12] x86/np2m: implement sharing of np2m between vCPUs

2017-07-18 Thread Sergey Dyasli
Modify p2m_get_nestedp2m() to allow sharing a np2m between multiple vcpus with the same np2m_base (L1 EPTP value in VMCS12). np2m_schedule_in/out() callbacks are added to context_switch() as well as pseudo schedule-out is performed during virtual_vmexit(). Signed-off-by: Sergey Dyasli --- xen/a