Re: [PATCH] trace: Split address space and slot id in trace_kvm_set_user_memory()

2022-02-14 Thread Xiaoyao Li
kindly ping. On 1/4/2022 10:35 AM, Xiaoyao Li wrote: The upper 16 bits of kvm_userspace_memory_region::slot are address space id. Parse it separately in trace_kvm_set_user_memory(). Signed-off-by: Xiaoyao Li --- accel/kvm/kvm-all.c| 5 +++-- accel/kvm/trace-events | 2 +- 2 files chang

[PATCH] trace: Split address space and slot id in trace_kvm_set_user_memory()

2022-01-03 Thread Xiaoyao Li
The upper 16 bits of kvm_userspace_memory_region::slot are address space id. Parse it separately in trace_kvm_set_user_memory(). Signed-off-by: Xiaoyao Li --- accel/kvm/kvm-all.c| 5 +++-- accel/kvm/trace-events | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/accel/kvm