|
@@ -88,7 +88,6 @@ static inline long kvm_hypercall4(unsigned int nr, unsigned long p1,
|
|
|
#ifdef CONFIG_KVM_GUEST
|
|
|
bool kvm_para_available(void);
|
|
|
unsigned int kvm_arch_para_features(void);
|
|
|
-void __init kvm_guest_init(void);
|
|
|
void kvm_async_pf_task_wait(u32 token, int interrupt_kernel);
|
|
|
void kvm_async_pf_task_wake(u32 token);
|
|
|
u32 kvm_read_and_reset_pf_reason(void);
|
|
@@ -103,7 +102,6 @@ static inline void kvm_spinlock_init(void)
|
|
|
#endif /* CONFIG_PARAVIRT_SPINLOCKS */
|
|
|
|
|
|
#else /* CONFIG_KVM_GUEST */
|
|
|
-#define kvm_guest_init() do {} while (0)
|
|
|
#define kvm_async_pf_task_wait(T, I) do {} while(0)
|
|
|
#define kvm_async_pf_task_wake(T) do {} while(0)
|
|
|
|