Signed-off-by: Gabriel Somlo <somlo@xxxxxxx> --- Jan, After today's pull from kvm, I also need this to build against my Fedora 20 kernel (3.13.10-200.fc20.x86_64). Thanks, Gabriel x86/external-module-compat.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/x86/external-module-compat.h b/x86/external-module-compat.h index dde9463..e62486b 100644 --- a/x86/external-module-compat.h +++ b/x86/external-module-compat.h @@ -1480,6 +1480,11 @@ static inline int __register_hotcpu_notifier(struct notifier_block *nb) { return 0; } +static inline int pci_enable_msix_exact(struct pci_dev *dev, + struct msix_entry *entries, int nvec) +{ + return -ENOSYS; +} #endif #ifndef MSR_IA32_VMX_MISC_VMWRITE_SHADOW_RO_FIELDS -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html