On Sun, Jun 22, 2014 at 12:18:02AM +0100, Peter Maydell wrote:
> > +if (!lock_user_struct(VERIFY_READ, target_tz, target_tz_addr, 1))
> > +return -TARGET_EFAULT;
>
> Coding style mandates braces even on single-line if()s; checkpatch.pl
> will catch this usually.
I copied that style fr
On 21 June 2014 23:53, Paul Burton wrote:
> The settimeofday syscall accepts a tz argument indicating the desired
> timezone to the kernel. QEMU previously ignored any argument provided
> by the target program & always passed NULL to the kernel. Instead,
> translate the argument & pass along the d
The settimeofday syscall accepts a tz argument indicating the desired
timezone to the kernel. QEMU previously ignored any argument provided
by the target program & always passed NULL to the kernel. Instead,
translate the argument & pass along the data userland provided.
Although this argument is d