Re: [Xen-devel] [PATCH for-next v3 03/22] x86/traps: move emulate_invalid_rdtscp
>>> On 18.05.17 at 19:09, wrote: > --- > xen/arch/x86/pv/emulate.c | 20 And this one, together with emulate_forced_invalid_op(), perhaps invalid.c? Jan ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.or
[Xen-devel] [PATCH for-next v3 03/22] x86/traps: move emulate_invalid_rdtscp
And export it in pv/traps.h. The stub function returns 0 because that represents "unsuccessful emulation" in the original code. No functional change. Signed-off-by: Wei Liu --- xen/arch/x86/pv/emulate.c | 20 xen/arch/x86/traps.c | 20 x