qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 3/8] kvm: add stub for update msi route


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCH 3/8] kvm: add stub for update msi route
Date: Wed, 26 Dec 2012 12:52:29 +0200

Will be used by virtio-pci.

Signed-off-by: Michael S. Tsirkin <address@hidden>
---
 kvm-stub.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/kvm-stub.c b/kvm-stub.c
index 5b97152..81f8967 100644
--- a/kvm-stub.c
+++ b/kvm-stub.c
@@ -131,6 +131,11 @@ void kvm_irqchip_release_virq(KVMState *s, int virq)
 {
 }
 
+int kvm_irqchip_update_msi_route(KVMState *s, int virq, MSIMessage msg)
+{
+    return -ENOSYS;
+}
+
 int kvm_irqchip_add_irqfd_notifier(KVMState *s, EventNotifier *n, int virq)
 {
     return -ENOSYS;
-- 
MST




reply via email to

[Prev in Thread] Current Thread [Next in Thread]