diff options
author | Cam Macdonell <cam@cs.ualberta.ca> | 2010-07-26 18:10:59 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-08-10 16:25:15 -0500 |
commit | 44f1a3d8765b19ee88ca493e8e13cefb6ee50cbe (patch) | |
tree | ac088cf7628b687ed624569beb24dbcc4a4d439f /kvm.h | |
parent | b6828931ebac027b869e40ec9518a291078dafe5 (diff) | |
download | qemu-44f1a3d8765b19ee88ca493e8e13cefb6ee50cbe.zip qemu-44f1a3d8765b19ee88ca493e8e13cefb6ee50cbe.tar.gz qemu-44f1a3d8765b19ee88ca493e8e13cefb6ee50cbe.tar.bz2 |
Add function to assign ioeventfd to MMIO.
Signed-off-by: Cam Macdonell <cam@cs.ualberta.ca>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'kvm.h')
-rw-r--r-- | kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -175,6 +175,7 @@ static inline void cpu_synchronize_post_init(CPUState *env) } #endif +int kvm_set_ioeventfd_mmio_long(int fd, uint32_t adr, uint32_t val, bool assign); int kvm_set_ioeventfd_pio_word(int fd, uint16_t adr, uint16_t val, bool assign); #endif |