Re: [GSOC 2014] multiarch testing

2014-07-08 Thread Philippe Ombredanne
On Fri, Jul 4, 2014 at 3:45 PM, Edson Ticona wrote: > I read this post [1] and I was thiking to adapt the syscalls tests in > the LDP so that they could be run in a multiarch environment using > qemu; based on the actual qemu_multiarch_test. The script could be > something like this: > > $ test --

Re: [GSOC 2014][PATCH 3/4] JSON: Add basic support for syscalls in io.c

2014-07-08 Thread yangmin zhu
Hi Dmitry, > > In this example, since va_list processing is easier and more efficient > than string parsing, I'd recommend > json_printf(JSON_ARG, JSON_SEP, 0L); > instead of > json_printf("arg sepa"); > > Also, when a function name ends with "printf", it is expected to take a > pr