]> git.proxmox.com Git - qemu.git/commit - memory.c
memory: add ioeventfd support
authorAvi Kivity <avi@redhat.com>
Tue, 26 Jul 2011 11:26:11 +0000 (14:26 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 29 Jul 2011 13:25:43 +0000 (08:25 -0500)
commit3e9d69e737025e987be3ce804f667ffeb07e4c53
tree5eb0e7ced480839ed5f757f1c59244df1875128f
parent74901c3bd06a02b54f23172cb870127b49390bd0
memory: add ioeventfd support

As with the rest of the memory API, the caller associates an eventfd
with an address, and the memory API takes care of registering or
unregistering when the address is made visible or invisible to the
guest.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
memory.c
memory.h