From: Riku Voipio <riku.voipio@iki.fi>
To: vibi sreenivasan <vibi_sreenivasan@cms.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH ] linux-user: add tee systemcall support
Date: Wed, 20 May 2009 17:24:15 +0300 [thread overview]
Message-ID: <20090520142415.GA9702@kos.to> (raw)
In-Reply-To: <1242736574.2188.32.camel@system>
On Tue, May 19, 2009 at 06:06:14PM +0530, vibi sreenivasan wrote:
> yes i am plannig to implement splice & vmsplice.
> Also i have a plan to look in to adding support for
> unimplemented syscalls (got that idea from TODO),if any.
> Before that i was trying to make sure that i am going in the
> right path.
looks good, worked also fine with tests.
dropped to my linux-user git tree:
https://git.maemo.org/projects/qemu/gitweb?p=qemu;a=shortlog;h=refs/heads/linux-user-for-upstream
> thanks & regards
> vibi sreenivasan
>
> > >
> > > Thanks & Regards
> > > vibi sreenivasan
> > >
> > > >Signed-off-by: vibi <vibi_sreenivasan@cms.com>
> > > >---
> > > >linux-user/syscall.c | 8 ++++++++
> > > >1 files changed, 8 insertions(+), 0 deletions(-)
> > >
> > > >diff --git a/linux-user/syscall.c b/linux-user/syscall.c
> > > >index 76f0c95..f2f87c3 100644
> > > >--- a/linux-user/syscall.c
> > > >+++ b/linux-user/syscall.c
> > > >@@ -6580,6 +6580,14 @@ abi_long do_syscall(void *cpu_env, int num,
> > > >abi_long arg1,
> > > break;
> > > >#endif
> > >
> > > >+#ifdef TARGET_NR_tee
> > > >+ case TARGET_NR_tee:
> > > >+ {
> > > >+ ret = get_errno(tee(arg1,arg2,arg3,arg4));
> > > >+ }
> > > >+ break;
> > > >+#endif
> > > >+
> > > > default:
> > > > unimplemented:
> > > > gemu_log("qemu: Unsupported syscall: %d\n", num);
> > >
> > >
> > >
> > >
> >
> >
> >
> >
>
>
>
next prev parent reply other threads:[~2009-05-20 14:24 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-16 13:02 [Qemu-devel] [PATCH ] linux-user: add tee systemcall support vibisreenivasan
2009-05-19 8:12 ` vibi sreenivasan
2009-05-19 10:31 ` vibi sreenivasan
2009-05-19 11:36 ` Riku Voipio
2009-05-19 12:36 ` vibi sreenivasan
2009-05-20 14:24 ` Riku Voipio [this message]
2009-05-21 6:41 ` vibi sreenivasan
2009-05-21 15:38 ` Arnaud Patard
2009-05-22 5:31 ` vibi sreenivasan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090520142415.GA9702@kos.to \
--to=riku.voipio@iki.fi \
--cc=qemu-devel@nongnu.org \
--cc=vibi_sreenivasan@cms.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).