]> git.proxmox.com Git - qemu.git/commitdiff
kvm: add stub for update msi route
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 20 Dec 2012 22:47:46 +0000 (00:47 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 7 Jan 2013 17:42:23 +0000 (19:42 +0200)
Will be used by virtio-pci.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
kvm-stub.c

index 5b971521cdd243988beb270f62ca1ed7a0ab0fb5..81f8967180579b6d40ddbc758fadaff1bb27c741 100644 (file)
@@ -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;