qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: Sean Bruno <sbruno@freebsd.org>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH 3/3] bsd-user: Implement strace support for getcwd syscall
Date: Mon, 16 Jun 2014 08:35:39 +0100	[thread overview]
Message-ID: <CAFEAcA-ja7apaq_ijkCd2FEekfEGgxVg_wx54M0SE9omWsxHRw@mail.gmail.com> (raw)
In-Reply-To: <1402864471-25597-4-git-send-email-sbruno@freebsd.org>

On 15 June 2014 21:34, Sean Bruno <sbruno@freebsd.org> wrote:
> Signed-off-by: Sean Bruno <sbruno@freebsd.org>
> ---
>  bsd-user/freebsd/strace.list | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/bsd-user/freebsd/strace.list b/bsd-user/freebsd/strace.list
> index 2800a2d..f10caaa 100644
> --- a/bsd-user/freebsd/strace.list
> +++ b/bsd-user/freebsd/strace.list
> @@ -28,6 +28,7 @@
>  { TARGET_FREEBSD_NR___acl_set_fd, "__acl_set_fd", "%s(%d, %d, %#x)", NULL, NULL },
>  { TARGET_FREEBSD_NR___acl_set_file, "__acl_set_file", "%s(\"%s\", %d, %#x)", NULL, NULL },
>  { TARGET_FREEBSD_NR___acl_set_link, "__acl_set_link", "%s(\"%s\", %d, %#x)", NULL, NULL },
> +{ TARGET_FREEBSD_NR___getcwd, "__getcwd", NULL, NULL, NULL },
>  { TARGET_FREEBSD_NR___semctl, "__semctl", NULL, NULL, NULL },
>  { TARGET_FREEBSD_NR___syscall, "__syscall", NULL, NULL, NULL },
>  { TARGET_FREEBSD_NR___sysctl, "__sysctl", NULL, print_sysctl, NULL },

This doesn't look like it belongs in with the build fixes patches...

thanks
-- PMM

      reply	other threads:[~2014-06-16  7:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-15 20:34 [Qemu-devel] [PATCH 0/3] bsd-user: Fix linking/dependency issues Sean Bruno
2014-06-15 20:34 ` [Qemu-devel] [PATCH 1/3] bsd-user: Revert part of update to rules.mk Sean Bruno
2014-06-15 20:34 ` [Qemu-devel] [PATCH 2/3] bsd-user: Add patches to fix AES_* link errors Sean Bruno
2014-06-15 20:34 ` [Qemu-devel] [PATCH 3/3] bsd-user: Implement strace support for getcwd syscall Sean Bruno
2014-06-16  7:35   ` Peter Maydell [this message]

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=CAFEAcA-ja7apaq_ijkCd2FEekfEGgxVg_wx54M0SE9omWsxHRw@mail.gmail.com \
    --to=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=sbruno@freebsd.org \
    /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).