summaryrefslogtreecommitdiffstats
path: root/qemu-common.h
diff options
context:
space:
mode:
authorAnthony Liguori2010-02-22 23:16:22 +0100
committerAnthony Liguori2010-02-22 23:16:22 +0100
commit724c689357211cb929c9b957e1556f211d2b56db (patch)
tree95121334d97267e1bdf869d181765002d5dbe8e1 /qemu-common.h
parentAdd cpu model configuration support.. (diff)
parentkvm-all.c: define smp_wmb and use it for coalesced mmio (diff)
downloadqemu-724c689357211cb929c9b957e1556f211d2b56db.tar.gz
qemu-724c689357211cb929c9b957e1556f211d2b56db.tar.xz
qemu-724c689357211cb929c9b957e1556f211d2b56db.zip
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