Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253177
b: refs/heads/master
c: 74b5c5b
h: refs/heads/master
i:
  253175: 116c247
v: v3
  • Loading branch information
Mike Waychison authored and Avi Kivity committed Jun 6, 2011
1 parent aa15c65 commit 6e88aab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 221192bdff2583834984639121595fc9296120d3
refs/heads/master: 74b5c5bfff429f464c38dd49af41d75cf0e7dc26
11 changes: 6 additions & 5 deletions trunk/virt/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,19 +467,20 @@ static struct kvm *kvm_create_vm(void)
if (!kvm->buses[i])
goto out_err;
}
spin_lock_init(&kvm->mmu_lock);

r = kvm_init_mmu_notifier(kvm);
if (r)
goto out_err;

spin_lock_init(&kvm->mmu_lock);
kvm->mm = current->mm;
atomic_inc(&kvm->mm->mm_count);
kvm_eventfd_init(kvm);
mutex_init(&kvm->lock);
mutex_init(&kvm->irq_lock);
mutex_init(&kvm->slots_lock);
atomic_set(&kvm->users_count, 1);

r = kvm_init_mmu_notifier(kvm);
if (r)
goto out_err;

raw_spin_lock(&kvm_lock);
list_add(&kvm->vm_list, &vm_list);
raw_spin_unlock(&kvm_lock);
Expand Down

0 comments on commit 6e88aab

Please sign in to comment.