|
@@ -85,13 +85,9 @@ static inline long kvm_hypercall4(unsigned int nr, unsigned long p1,
|
|
return ret;
|
|
return ret;
|
|
}
|
|
}
|
|
|
|
|
|
-static inline unsigned int kvm_arch_para_features(void)
|
|
|
|
-{
|
|
|
|
- return cpuid_eax(KVM_CPUID_FEATURES);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
#ifdef CONFIG_KVM_GUEST
|
|
#ifdef CONFIG_KVM_GUEST
|
|
bool kvm_para_available(void);
|
|
bool kvm_para_available(void);
|
|
|
|
+unsigned int kvm_arch_para_features(void);
|
|
void __init kvm_guest_init(void);
|
|
void __init kvm_guest_init(void);
|
|
void kvm_async_pf_task_wait(u32 token);
|
|
void kvm_async_pf_task_wait(u32 token);
|
|
void kvm_async_pf_task_wake(u32 token);
|
|
void kvm_async_pf_task_wake(u32 token);
|
|
@@ -116,6 +112,11 @@ static inline bool kvm_para_available(void)
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+static inline unsigned int kvm_arch_para_features(void)
|
|
|
|
+{
|
|
|
|
+ return 0;
|
|
|
|
+}
|
|
|
|
+
|
|
static inline u32 kvm_read_and_reset_pf_reason(void)
|
|
static inline u32 kvm_read_and_reset_pf_reason(void)
|
|
{
|
|
{
|
|
return 0;
|
|
return 0;
|