blob: c1ff6bb068c7fd111779f694fc65d1a53076e0ca [file] [log] [blame]
#include "kvm/irq.h"
#include "kvm/kvm.h"
#include <stdlib.h>
int irq__add_msix_route(struct kvm *kvm, struct msi_msg *msg)
{
pr_warning("irq__add_msix_route");
return 1;
}