| Submitter | Riku Voipio |
|---|---|
| Date | Feb. 17, 2011, 11:57 a.m. |
| Message ID | <20110217115731.GA20960@afflict.kos.to> |
| Download | mbox |
| Permalink | /patch/83447/ |
| State | New |
| Headers | show |
Pull-request
git://gitorious.org/qemu-maemo/qemu.git linux-user-for-upstreamComments
On Thu, Feb 17, 2011 at 01:57:31PM +0200, Riku Voipio wrote: > The following changes since commit 79f2b6fcdb7c06cdce6eccc796f5651f3efb843e: > > Merge remote branch 'kwolf/for-anthony' into staging (2011-02-16 08:47:13 -0600) > > are available in the git repository at: > > git://gitorious.org/qemu-maemo/qemu.git linux-user-for-upstream > > Laurent Vivier (4): > linux-user: add rmdir() strace > linux-user: in linux-user/strace.c, tswap() is useless > linux-user: Define target alignment size > linux-user: correct core dump format > > Peter Maydell (1): > linux-user: Support the epoll syscalls > > configure | 71 ++++++++++++++++++++++++++++++ > cpu-defs.h | 14 ++++-- > linux-user/elfload.c | 34 ++++++++------- > linux-user/strace.c | 91 +++++++++++++++++++------------------- > linux-user/strace.list | 3 + > linux-user/syscall.c | 107 +++++++++++++++++++++++++++++++++++++++++++++ > linux-user/syscall_defs.h | 13 +++++ > 7 files changed, 267 insertions(+), 66 deletions(-) > Thanks, pulled.
The following changes since commit 79f2b6fcdb7c06cdce6eccc796f5651f3efb843e: Merge remote branch 'kwolf/for-anthony' into staging (2011-02-16 08:47:13 -0600) are available in the git repository at: git://gitorious.org/qemu-maemo/qemu.git linux-user-for-upstream Laurent Vivier (4): linux-user: add rmdir() strace linux-user: in linux-user/strace.c, tswap() is useless linux-user: Define target alignment size linux-user: correct core dump format Peter Maydell (1): linux-user: Support the epoll syscalls configure | 71 ++++++++++++++++++++++++++++++ cpu-defs.h | 14 ++++-- linux-user/elfload.c | 34 ++++++++------- linux-user/strace.c | 91 +++++++++++++++++++------------------- linux-user/strace.list | 3 + linux-user/syscall.c | 107 +++++++++++++++++++++++++++++++++++++++++++++ linux-user/syscall_defs.h | 13 +++++ 7 files changed, 267 insertions(+), 66 deletions(-)