Re: [Qemu-devel] [PATCH] brk() debugging

2012-02-10 Thread Stefan Hajnoczi
On Thu, Feb 09, 2012 at 07:04:27PM +, Paul Brook wrote: > Fix format type mismatches in do_brk debug printfs. > > Signed-off-by: Paul Brook > --- > linux-user/syscall.c | 16 +--- > 1 files changed, 9 insertions(+), 7 deletions(-) Thanks, applied to the trivial patches tree: h

[Qemu-devel] [PATCH] brk() debugging

2012-02-09 Thread Paul Brook
Fix format type mismatches in do_brk debug printfs. Signed-off-by: Paul Brook --- linux-user/syscall.c | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index ee8899e..ee32089 100644 --- a/linux-user/syscall.c +++