qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Riku Voipio <riku.voipio@iki.fi>,
	Claudio Fontana <claudio.fontana@huawei.com>,
	qemu-devel@nongnu.org, patches@linaro.org,
	Laurent Vivier <Laurent@Vivier.EU>
Subject: Re: [Qemu-devel] [PATCH v2] linux-user: Allow getdents to be provided by getdents64
Date: Tue, 04 Jun 2013 06:07:41 -0700	[thread overview]
Message-ID: <51ADE69D.7050008@twiddle.net> (raw)
In-Reply-To: <1370344377-27445-1-git-send-email-peter.maydell@linaro.org>

On 06/04/2013 04:12 AM, Peter Maydell wrote:
> Newer architectures may only implement the getdents64 syscall, not
> getdents. Provide an implementation of getdents in terms of getdents64
> so that we can run getdents-using targets on a getdents64-only host.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> Message-id: 1370193044-24535-1-git-send-email-peter.maydell@linaro.org
> ---
> Changes v1->v2:
>  * memmove() call moved to before we write inode/offset/reclen
>  * wrapped a stray long line that snuck in somehow

Reviewed-by: Richard Henderson <rth@twiddle.net>


r~

  reply	other threads:[~2013-06-04 13:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-04 11:12 [Qemu-devel] [PATCH v2] linux-user: Allow getdents to be provided by getdents64 Peter Maydell
2013-06-04 13:07 ` Richard Henderson [this message]
2013-06-05 10:57 ` Claudio Fontana
2013-06-05 11:08   ` Peter Maydell
2013-06-05 11:18 ` Claudio Fontana

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=51ADE69D.7050008@twiddle.net \
    --to=rth@twiddle.net \
    --cc=Laurent@Vivier.EU \
    --cc=claudio.fontana@huawei.com \
    --cc=patches@linaro.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=riku.voipio@iki.fi \
    /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).