RE: [RFC PATCH 0/2] KVM: VMX: Fix VM entry failure on PT_MODE_HOST_GUEST while host is using PT

Wang, Wei W posted 2 patches 3 years, 6 months ago
Only 0 patches received!
There is a newer version of this series
RE: [RFC PATCH 0/2] KVM: VMX: Fix VM entry failure on PT_MODE_HOST_GUEST while host is using PT
Posted by Wang, Wei W 3 years, 6 months ago
On Thursday, September 8, 2022 3:26 PM, Li, Xiaoyao wrote:
> > +
> > +struct perf_event *pt_get_curr_event(void) {
> > +       struct pt *pt = this_cpu_ptr(&pt_ctx);
> 
> Wei,
> 
> I'm not sure if we can use pt->handle.event instead or not.
> 
> > +       return pt->event;

Yes, I think we could reuse that.