[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2/2] vm_event: Add altp2m info to HVM events as well
>>> On 23.12.15 at 15:53, <tamas@xxxxxxxxxxxxx> 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@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |