]> Git Repo - qemu.git/blame - target/mips/kvm_mips.h
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into staging
[qemu.git] / target / mips / kvm_mips.h
CommitLineData
e2132e0b
SL
1/*
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
4 * for more details.
5 *
6 * KVM/MIPS: MIPS specific KVM APIs
7 *
8 * Copyright (C) 2012-2014 Imagination Technologies Ltd.
9 * Authors: Sanjay Lal <[email protected]>
10*/
11
2a6a4076
MA
12#ifndef KVM_MIPS_H
13#define KVM_MIPS_H
e2132e0b
SL
14
15/**
16 * kvm_mips_reset_vcpu:
17 * @cpu: MIPSCPU
18 *
19 * Called at reset time to set kernel registers to their initial values.
20 */
21void kvm_mips_reset_vcpu(MIPSCPU *cpu);
22
23int kvm_mips_set_interrupt(MIPSCPU *cpu, int irq, int level);
24int kvm_mips_set_ipi_interrupt(MIPSCPU *cpu, int irq, int level);
25
2a6a4076 26#endif /* KVM_MIPS_H */
This page took 0.217035 seconds and 4 git commands to generate.