X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=target%2Fmips%2Fkvm_mips.h;h=c711269d0af76f9f2bc82dd78f8229bde128d9c0;hb=5e0d65909c6f335d578b90491e165440c99adf81;hp=171d53dbe1396a4e3b514b96246efcfb97babe38;hpb=a9c9bbee855877293683012942d3485d50f286af;p=qmiga%2Fqemu.git diff --git a/target/mips/kvm_mips.h b/target/mips/kvm_mips.h index 171d53dbe1..c711269d0a 100644 --- a/target/mips/kvm_mips.h +++ b/target/mips/kvm_mips.h @@ -25,13 +25,4 @@ void kvm_mips_reset_vcpu(MIPSCPU *cpu); int kvm_mips_set_interrupt(MIPSCPU *cpu, int irq, int level); int kvm_mips_set_ipi_interrupt(MIPSCPU *cpu, int irq, int level); -#ifdef CONFIG_KVM -int mips_kvm_type(MachineState *machine, const char *vm_type); -#else -static inline int mips_kvm_type(MachineState *machine, const char *vm_type) -{ - return 0; -} -#endif - #endif /* KVM_MIPS_H */