commit | 078bbb504031dc89616d4b67adcf2ce884cb880b | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <[email protected]> | Fri Dec 21 00:47:46 2012 +0200 |
committer | Michael S. Tsirkin <[email protected]> | Mon Jan 07 19:42:23 2013 +0200 |
tree | f26b57cd35a59600df540adcabdac47e0736e85e | |
parent | 4c93bfa9c9f00104b5c7e837da697f9506cb70c7 [diff] [blame] |
kvm: add stub for update msi route Will be used by virtio-pci. Signed-off-by: Michael S. Tsirkin <[email protected]>
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 @@ { } +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;