Skip to content

Commit

Permalink
KVM: add kvm_arch_para_features stub to asm-generic/kvm_para.h
Browse files Browse the repository at this point in the history
Needed by kvm_para_has_feature().

Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>
  • Loading branch information
matosatti committed Apr 20, 2012
1 parent 8281715 commit 1f15d10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/asm-generic/kvm_para.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1f15d10

Please sign in to comment.