summaryrefslogtreecommitdiff
path: root/qemu-common.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2010-02-22 16:16:22 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2010-02-22 16:16:22 -0600
commit724c689357211cb929c9b957e1556f211d2b56db (patch)
tree95121334d97267e1bdf869d181765002d5dbe8e1 /qemu-common.h
parentb5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48 (diff)
parent85199474d0df23b87f0b4a3e330401b59aac3ec0 (diff)
downloadqemu-724c689357211cb929c9b957e1556f211d2b56db.tar.gz
Merge remote branch 'qemu-kvm/uq/master' into staging
Diffstat (limited to 'qemu-common.h')
-rw-r--r--qemu-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h
index fc32d8df95..805be1a8cc 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -172,6 +172,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