Re: [Xen-devel] [PATCH 1/3] x86/mm: introduce trace point for mmio_ro emulation
>>> On 30.08.17 at 19:11, wrote: > Using ptrw_emulation trace point is wrong. > > Signed-off-by: Wei Liu Acked-by: Jan Beulich ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel
[Xen-devel] [PATCH 1/3] x86/mm: introduce trace point for mmio_ro emulation
Using ptrw_emulation trace point is wrong. Signed-off-by: Wei Liu --- xen/arch/x86/mm.c| 2 +- xen/include/asm-x86/perfc_defn.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/xen/arch/x86/mm.c b/xen/arch/x86/mm.c index 1f23470cef..ed80df02fa 100644 --- a/xen