mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
KVM: x86: fix missing prototypes
Reported with "make W=1" due to -Wmissing-prototypes. Reported-by: Qian Cai <cai@lca.pw> Reviewed-by: Miaohe Lin <linmiaohe@huawei.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
ead68df94d
commit
d970a32556
1 changed files with 2 additions and 0 deletions
|
@ -889,6 +889,8 @@ int kvm_arch_vcpu_runnable(struct kvm_vcpu *vcpu);
|
||||||
bool kvm_arch_vcpu_in_kernel(struct kvm_vcpu *vcpu);
|
bool kvm_arch_vcpu_in_kernel(struct kvm_vcpu *vcpu);
|
||||||
int kvm_arch_vcpu_should_kick(struct kvm_vcpu *vcpu);
|
int kvm_arch_vcpu_should_kick(struct kvm_vcpu *vcpu);
|
||||||
bool kvm_arch_dy_runnable(struct kvm_vcpu *vcpu);
|
bool kvm_arch_dy_runnable(struct kvm_vcpu *vcpu);
|
||||||
|
int kvm_arch_post_init_vm(struct kvm *kvm);
|
||||||
|
void kvm_arch_pre_destroy_vm(struct kvm *kvm);
|
||||||
|
|
||||||
#ifndef __KVM_HAVE_ARCH_VM_ALLOC
|
#ifndef __KVM_HAVE_ARCH_VM_ALLOC
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue