>>> On 23.12.15 at 15:53, <ta...@tklengyel.com> wrote:
> @@ -83,6 +84,12 @@ static int hvm_event_traps(uint8_t sync, 
> vm_event_request_t *req)
>          vm_event_vcpu_pause(curr);
>      }
>  
> +    if ( altp2m_active(currd) )
> +    {
> +        req->flags |= VM_EVENT_FLAG_ALTERNATE_P2M;
> +        req->altp2m_idx = vcpu_altp2m(curr).p2midx;
> +    }

So far this info was provided just for MEM_ACCESS events. Now
you provide it for a few more ones, but wouldn't this then better
be supplied for all of them, namely also the other two MEM ones?

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to