diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2010-02-11 00:23:46 +0100 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-02-17 14:59:00 +0200 |
commit | f3dfda6114fd12ca7caac456b1997962b5c48274 (patch) | |
tree | 0768d67a8b17a09fa27ad4cfa5fdfc438981393a /qemu-common.h | |
parent | bf76bafa5ade434ef2747ceeeeaa95510ecb7946 (diff) | |
download | qemu-f3dfda6114fd12ca7caac456b1997962b5c48274.tar.gz qemu-f3dfda6114fd12ca7caac456b1997962b5c48274.tar.bz2 qemu-f3dfda6114fd12ca7caac456b1997962b5c48274.zip |
use eventfd for iothread
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'qemu-common.h')
-rw-r--r-- | qemu-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h index b09f71757a..c9410066e4 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -170,6 +170,7 @@ ssize_t qemu_write_full(int fd, const void *buf, size_t count) void qemu_set_cloexec(int fd); #ifndef _WIN32 +int qemu_eventfd(int pipefd[2]); int qemu_pipe(int pipefd[2]); #endif |