Re: [Qemu-devel] [PATCH] Add support for the arm breakpoint syscall.

2014-06-20 Thread Peter Maydell
[cc'ing Riku as the linux-user maintainer.] On 20 June 2014 10:14, Hunter Laux wrote: Thanks for writing this patch. It mostly looks good but there are some minor admin/format tweaks we need. You need to provide a Signed-off-by: line here, or we can't take this patch, I'm afraid. (We work the s

[Qemu-devel] [PATCH] Add support for the arm breakpoint syscall

2014-06-20 Thread Hunter Laux
Signed-off-by: Hunter Laux --- linux-user/arm/syscall.h | 1 + linux-user/main.c| 4 2 files changed, 5 insertions(+) diff --git a/linux-user/arm/syscall.h b/linux-user/arm/syscall.h index ce2c2a8..e0d2cc3 100644 --- a/linux-user/arm/syscall.h +++ b/linux-user/arm/syscall.h @@ -29,6

[Qemu-devel] [PATCH] Add support for the arm breakpoint syscall.

2014-06-20 Thread Hunter Laux
--- linux-user/arm/syscall.h | 1 + linux-user/main.c| 4 2 files changed, 5 insertions(+) diff --git a/linux-user/arm/syscall.h b/linux-user/arm/syscall.h index ce2c2a8..e0d2cc3 100644 --- a/linux-user/arm/syscall.h +++ b/linux-user/arm/syscall.h @@ -29,6 +29,7 @@ struct target_pt_r