Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git] / target / loongarch / kvm / kvm_loongarch.h
blob1051a341ec2633647e55f3c37ad5998c4f02ba06
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * QEMU LoongArch kvm interface
5 * Copyright (c) 2023 Loongson Technology Corporation Limited
6 */
8 #include "cpu.h"
10 #ifndef QEMU_KVM_LOONGARCH_H
11 #define QEMU_KVM_LOONGARCH_H
13 int kvm_loongarch_set_interrupt(LoongArchCPU *cpu, int irq, int level);
14 void kvm_arch_reset_vcpu(CPUState *cs);
16 #endif