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

2013-11-27 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: > Erik de Castro Lopo wrote: > > > mle...@mega-nerd.com wrote: > > > > > > > > Changes from original: > > > > > > * Call host's libc functions directly rather than _syscall*() (as > > > suggested > > > by Peter Maydell). > > > * Remove un-needed #defines. > > > >

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

2013-10-29 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: > mle...@mega-nerd.com wrote: > > > > > Changes from original: > > > > * Call host's libc functions directly rather than _syscall*() (as suggested > > by Peter Maydell). > > * Remove un-needed #defines. > > > > Launchpad bug is here: https://bugs.launchpad.net/bugs

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

2013-10-25 Thread Erik de Castro Lopo
mle...@mega-nerd.com wrote: > > Changes from original: > > * Call host's libc functions directly rather than _syscall*() (as suggested > by Peter Maydell). > * Remove un-needed #defines. > > Launchpad bug is here: https://bugs.launchpad.net/bugs/1042388 Ping? http://patchwork.ozlabs.org/pat

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

2013-10-19 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: > mle...@mega-nerd.com wrote: > > > > > Changes from original: > > > > * Call host's libc functions directly rather than _syscall*() (as suggested > > by Peter Maydell). > > * Remove un-needed #defines. > > > > Launchpad bug is here: https://bugs.launchpad.net/bugs

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

2013-10-19 Thread Erik de Castro Lopo
mle...@mega-nerd.com wrote: > > Changes from original: > > * Call host's libc functions directly rather than _syscall*() (as suggested > by Peter Maydell). > * Remove un-needed #defines. > > Launchpad bug is here: https://bugs.launchpad.net/bugs/1042388 Bah! This version segfaults in some c

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

2013-10-18 Thread mle+hs
Changes from original: * Call host's libc functions directly rather than _syscall*() (as suggested by Peter Maydell). * Remove un-needed #defines. Launchpad bug is here: https://bugs.launchpad.net/bugs/1042388