qemu-e2k/util
Markus Armbruster 330b58368c event_notifier: Make event_notifier_init_fd() #ifdef CONFIG_EVENTFD
Event notifiers are designed for eventfd(2).  They can fall back to
pipes, but according to Paolo, event_notifier_init_fd() really
requires the real thing, and should therefore be under #ifdef
CONFIG_EVENTFD.  Do that.

Its only user is ivshmem, which is currently CONFIG_POSIX.  Narrow it
to CONFIG_EVENTFD.

Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <1458066895-20632-6-git-send-email-armbru@redhat.com>
2016-03-21 21:28:59 +01:00
..
acl.c
base64.c util/base64.c: Clean includes 2016-03-16 12:48:11 +00:00
bitmap.c
bitops.c
buffer.c
compatfd.c
coroutine-gthread.c
coroutine-sigaltstack.c
coroutine-ucontext.c
coroutine-win32.c
crc32c.c
cutils.c cutils: add avx2 instruction optimization 2016-03-08 16:53:26 +05:30
envlist.c
error.c error: ensure errno detail is printed with error_abort 2016-03-16 10:55:51 +01:00
event_notifier-posix.c event_notifier: Make event_notifier_init_fd() #ifdef CONFIG_EVENTFD 2016-03-21 21:28:59 +01:00
event_notifier-win32.c
fifo8.c
getauxval.c
hbitmap.c
hexdump.c
host-utils.c
id.c
iov.c
log.c log: do not log if QEMU is daemonized but without -D 2016-03-07 13:18:28 +01:00
Makefile.objs
memfd.c
mmap-alloc.c
module.c
notify.c
osdep.c
oslib-posix.c
oslib-win32.c osdep: remove use of socket_error() from all code 2016-03-10 17:19:34 +00:00
path.c
qemu-config.c
qemu-coroutine-io.c osdep: remove use of socket_error() from all code 2016-03-10 17:19:34 +00:00
qemu-coroutine-lock.c
qemu-coroutine-sleep.c
qemu-coroutine.c
qemu-error.c
qemu-openpty.c
qemu-option.c
qemu-progress.c
qemu-sockets.c osdep: remove use of socket_error() from all code 2016-03-10 17:19:34 +00:00
qemu-thread-posix.c
qemu-thread-win32.c
qemu-timer-common.c
rcu.c
readline.c
rfifolock.c
throttle.c
timed-average.c
unicode.c
uri.c