qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Laszlo Ersek <lersek@redhat.com>,
	qemu devel list <qemu-devel@nongnu.org>,
	Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [Qemu-devel] [PATCH 0/2] clean up SYS_signalfd
Date: Wed, 21 Jan 2015 14:15:14 +0100	[thread overview]
Message-ID: <54BFA662.3060801@redhat.com> (raw)
In-Reply-To: <1421845037-5374-1-git-send-email-lersek@redhat.com>



On 21/01/2015 13:57, Laszlo Ersek wrote:
> SYS_signalfd is deprecated and absent on some Linux systems that do
> support signalfd().
> 
> Also, in 2015 the signalfd() libc function should be available wherever
> the underlying syscall(s) are available.
> 
> Drop SYS_signalfd and check for & use signalfd() directly.
> 
> Laszlo Ersek (2):
>   qemu_signalfd_available(): remove function due to lack of callers
>   signalfd(): modernize detection and use
> 
>  configure               | 11 ++++++++---
>  include/qemu/compatfd.h |  1 -
>  util/compatfd.c         | 24 ++----------------------
>  3 files changed, 10 insertions(+), 26 deletions(-)

I suspect this will stop using signalfd on RHEL5.  I wouldn't weep, but
it's worth pointing it out.

Paolo

      parent reply	other threads:[~2015-01-21 13:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-21 12:57 [Qemu-devel] [PATCH 0/2] clean up SYS_signalfd Laszlo Ersek
2015-01-21 12:57 ` [Qemu-devel] [PATCH 1/2] qemu_signalfd_available(): remove function due to lack of callers Laszlo Ersek
2015-01-21 12:57 ` [Qemu-devel] [PATCH 2/2] signalfd(): modernize detection and use Laszlo Ersek
2015-01-21 13:15 ` Paolo Bonzini [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=54BFA662.3060801@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=lersek@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.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).