Re: [Qemu-devel] Patch v4 : POSIX timer implementation for linux-user.

2013-11-28 Thread Erik de Castro Lopo
er...@mega-nerd.com wrote: > > Changes from v3 version of patch (suggestions from agraf on irc): > * Fix checkpatch.pl issues. > * Use ARRAY_SIZE instead of custom macro. > * Pass 0 as last arg to unlock_user_struct() in host_to_target_itimerspec. > > Changes from original patch: > * Call host's

[Qemu-devel] Patch v4 : POSIX timer implementation for linux-user.

2013-11-28 Thread erikd
Changes from v3 version of patch (suggestions from agraf on irc): * Fix checkpatch.pl issues. * Use ARRAY_SIZE instead of custom macro. * Pass 0 as last arg to unlock_user_struct() in host_to_target_itimerspec. Changes from original patch: * Call host's libc functions directly rather than _syscal