|
@@ -80,7 +80,7 @@ static DEFINE_RAW_SPINLOCK(kvm_count_lock);
|
|
LIST_HEAD(vm_list);
|
|
LIST_HEAD(vm_list);
|
|
|
|
|
|
static cpumask_var_t cpus_hardware_enabled;
|
|
static cpumask_var_t cpus_hardware_enabled;
|
|
-static int kvm_usage_count = 0;
|
|
|
|
|
|
+static int kvm_usage_count;
|
|
static atomic_t hardware_enable_failed;
|
|
static atomic_t hardware_enable_failed;
|
|
|
|
|
|
struct kmem_cache *kvm_vcpu_cache;
|
|
struct kmem_cache *kvm_vcpu_cache;
|