Re: [Xen-devel] [PATCH v2 05/18] x86/pv: clean up emulate_ops.c

2017-05-12 Thread Wei Liu
On Fri, May 12, 2017 at 01:02:04PM +0100, Wei Liu wrote: > On Thu, May 11, 2017 at 12:22:29PM +0100, Andrew Cooper wrote: > > Please can you fold this following delta? > > Actually I'm going to combine your patch with mine #5. Oops, I thought you were replying to #4... __

Re: [Xen-devel] [PATCH v2 05/18] x86/pv: clean up emulate_ops.c

2017-05-12 Thread Wei Liu
On Thu, May 11, 2017 at 12:22:29PM +0100, Andrew Cooper wrote: > Please can you fold this following delta? Actually I'm going to combine your patch with mine #5. ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

[Xen-devel] [PATCH v2 05/18] x86/pv: clean up emulate_ops.c

2017-05-11 Thread Andrew Cooper
Please can you fold this following delta? --- xen/arch/x86/pv/emulate_ops.c | 101 +- 1 file changed, 51 insertions(+), 50 deletions(-) diff --git a/xen/arch/x86/pv/emulate_ops.c b/xen/arch/x86/pv/emulate_ops.c index 97c8d14..9341dec 100644 --- a/xen/arch/x

[Xen-devel] [PATCH v2 05/18] x86/pv: clean up emulate_ops.c

2017-05-05 Thread Wei Liu
Replace bool_t with bool. Change check_stack_limit to return bool. Fix some coding style issues. Undef TOGGLE_MODE when it is no longer needed. Signed-off-by: Wei Liu --- xen/arch/x86/pv/emulate_ops.c | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-) diff -