Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f15d109 authored by Marcelo Tosatti's avatar Marcelo Tosatti
Browse files

KVM: add kvm_arch_para_features stub to asm-generic/kvm_para.h



Needed by kvm_para_has_feature().

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
parent 8281715b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -11,4 +11,9 @@ static inline bool kvm_check_and_clear_guest_paused(void)
	return false;
}

static inline unsigned int kvm_arch_para_features(void)
{
	return 0;
}

#endif