Re: [Qemu-devel] [PATCH] tests/tcg: fix unused result warnings

2012-10-29 Thread Peter Maydell
On 29 October 2012 07:06, Catalin Patulea wrote: > With i386-linux-user target on x86_64 host, this does not introduce any new > test > failures. > > Signed-off-by: Catalin Patulea Looks good, but checkpatch.pl complains about a bunch of style issues -- can you fix them, please? thanks -- PMM

[Qemu-devel] [PATCH] tests/tcg: fix unused result warnings

2012-10-29 Thread Catalin Patulea
With i386-linux-user target on x86_64 host, this does not introduce any new test failures. Signed-off-by: Catalin Patulea --- tests/tcg/test-mmap.c | 15 +++ tests/tcg/testthread.c | 11 +-- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/tests/tcg/test-m