From: Jan Kiszka <jan.kis...@siemens.com> Provide a dummy kvm_kernel_irqchip so that kvm_irqchip_in_kernel can be used by code that is not under CONFIG_KVM protection.
Signed-off-by: Jan Kiszka <jan.kis...@siemens.com> Signed-off-by: Avi Kivity <a...@redhat.com> --- kvm-stub.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kvm-stub.c b/kvm-stub.c index b4cf03f..ec9a364 100644 --- a/kvm-stub.c +++ b/kvm-stub.c @@ -18,6 +18,7 @@ #include "kvm.h" KVMState *kvm_state; +bool kvm_kernel_irqchip; int kvm_init_vcpu(CPUArchState *env) { -- 1.7.10.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html