All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Add kvm_set_ioeventfd_mmio_long definition for non-KVM systems
@ 2010-08-11 18:16 ` Cam Macdonell
  0 siblings, 0 replies; 20+ messages in thread
From: Cam Macdonell @ 2010-08-11 18:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: kvm, Cam Macdonell

---
 kvm-stub.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/kvm-stub.c b/kvm-stub.c
index 3378bd3..d45f9fa 100644
--- 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;
+}
-- 
1.6.2.5


^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2010-08-15  9:48 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-11 18:16 [PATCH 1/2] Add kvm_set_ioeventfd_mmio_long definition for non-KVM systems Cam Macdonell
2010-08-11 18:16 ` [Qemu-devel] " Cam Macdonell
2010-08-11 18:16 ` [PATCH 2/2] Disable build of ivshmem on " Cam Macdonell
2010-08-11 18:16   ` [Qemu-devel] " Cam Macdonell
2010-08-11 18:28 ` [Qemu-devel] [PATCH 1/2] Add kvm_set_ioeventfd_mmio_long definition for " Stefan Weil
2010-08-11 18:32   ` Cam Macdonell
2010-08-11 22:07     ` Paolo Bonzini
2010-08-11 22:07       ` Paolo Bonzini
2010-08-14 17:24 ` Andreas Färber
2010-08-14 17:24   ` Andreas Färber
2010-08-14 23:47   ` [PATCH 1/2] RESEND: " Cam Macdonell
2010-08-14 23:47     ` [Qemu-devel] " Cam Macdonell
2010-08-14 23:47     ` [PATCH 2/2] RESEND: Disable build of ivshmem on " Cam Macdonell
2010-08-14 23:47       ` [Qemu-devel] " Cam Macdonell
2010-08-15  9:47       ` Blue Swirl
2010-08-15  9:47         ` [Qemu-devel] " Blue Swirl
2010-08-15  9:47     ` [PATCH 1/2] RESEND: Add kvm_set_ioeventfd_mmio_long definition for " Blue Swirl
2010-08-15  9:47       ` [Qemu-devel] " Blue Swirl
2010-08-14 23:56   ` [Qemu-devel] [PATCH 1/2] " Cam Macdonell
2010-08-14 23:56     ` Cam Macdonell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.