Files
David Daney 7281a8db19 kvm tools, mips: Add MIPS support
So far this was tested with host running KVM using MIPS-VZ (on Cavium
Octeon3). A paravirtualized mips kernel was used for the guest.

Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: Andreas Herrmann <andreas.herrmann@caviumnetworks.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
2015-06-01 16:39:55 +01:00

11 lines
177 B
C

#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;
}