projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1d6d51
)
Add kvm_set_ioeventfd_mmio_long definition for non-KVM systems
author
Cam Macdonell
<cam@cs.ualberta.ca>
Sat, 14 Aug 2010 23:47:30 +0000
(17:47 -0600)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sun, 15 Aug 2010 09:44:47 +0000
(09:44 +0000)
Signed-off-by: Cam Macdonell <cam@cs.ualberta.ca>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
kvm-stub.c
patch
|
blob
|
history
diff --git
a/kvm-stub.c
b/kvm-stub.c
index 3378bd3b218b25de619505c46228ab3c9a9f87e7..d45f9fa1dfd1c58e6bbba24929833d44b4cc6b4b 100644
(file)
--- a/
kvm-stub.c
+++ b/
kvm-stub.c
@@
-136,3
+136,8
@@
int kvm_set_ioeventfd_pio_word(int fd, uint16_t addr, uint16_t val, bool assign)
{
return -ENOSYS;
}
+
+int kvm_set_ioeventfd_mmio_long(int fd, uint32_t adr, uint32_t val, bool assign)
+{
+ return -ENOSYS;
+}