Re: [Qemu-devel] [PATCH] configure: check for EFD_NONBLOCK | EFD_CLOEXEC flags

2011-11-21 Thread Stefan Hajnoczi
On Mon, Nov 21, 2011 at 12:54 AM, Max Filippov jcmvb...@gmail.com wrote: Add check for the EFD_NONBLOCK and EFD_CLOEXEC flags to the CONFIG_EVENTFD test. This fixes the following build failure on Fedora 9:      CC    event_notifier.o    event_notifier.c: In function `event_notifier_init':  

Re: [Qemu-devel] [PATCH] configure: check for EFD_NONBLOCK | EFD_CLOEXEC flags

2011-11-21 Thread Anthony Liguori
On 11/20/2011 06:54 PM, Max Filippov wrote: Add check for the EFD_NONBLOCK and EFD_CLOEXEC flags to the CONFIG_EVENTFD test. This fixes the following build failure on Fedora 9: CCevent_notifier.o event_notifier.c: In function `event_notifier_init': event_notifier.c:21:

[Qemu-devel] [PATCH] configure: check for EFD_NONBLOCK | EFD_CLOEXEC flags

2011-11-20 Thread Max Filippov
Add check for the EFD_NONBLOCK and EFD_CLOEXEC flags to the CONFIG_EVENTFD test. This fixes the following build failure on Fedora 9: CCevent_notifier.o event_notifier.c: In function `event_notifier_init': event_notifier.c:21: error: `EFD_NONBLOCK' undeclared (first use in this