mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-06-16 02:15:47 +00:00
7281a8db19
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>
11 lines
177 B
C
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;
|
|
}
|