aboutsummaryrefslogtreecommitdiffstats
path: root/kvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'kvm.h')
-rw-r--r--kvm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kvm.h b/kvm.h
index e1fc986..d390dae 100644
--- a/kvm.h
+++ b/kvm.h
@@ -85,6 +85,8 @@ int kvm_put_mp_state(CPUState *env);
int kvm_arch_post_run(CPUState *env, struct kvm_run *run);
+int kvm_arch_vcpu_run(CPUState *env);
+
int kvm_arch_handle_exit(CPUState *env, struct kvm_run *run);
int kvm_arch_pre_run(CPUState *env, struct kvm_run *run);