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...
__
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
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
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 -