2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
6 * KVM/MIPS: MIPS specific KVM APIs
8 * Copyright (C) 2012-2014 Imagination Technologies Ltd.
12 #ifndef __KVM_MIPS_H__
13 #define __KVM_MIPS_H__
16 * kvm_mips_reset_vcpu:
19 * Called at reset time to set kernel registers to their initial values.
21 void kvm_mips_reset_vcpu(MIPSCPU *cpu);
23 int kvm_mips_set_interrupt(MIPSCPU *cpu, int irq, int level);
24 int kvm_mips_set_ipi_interrupt(MIPSCPU *cpu, int irq, int level);
26 #endif /* __KVM_MIPS_H__ */