Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297105
b: refs/heads/master
c: 03cdab5
h: refs/heads/master
i:
  297103: 77689d0
v: v3
  • Loading branch information
Matt Evans authored and Avi Kivity committed Mar 5, 2012
1 parent 9f09deb commit 7c56151
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 4cf302bc106566c5bad523337296ea8b72df63f5
refs/heads/master: 03cdab5340b423ec88fc18eb158a62a8a7b94d7f
5 changes: 3 additions & 2 deletions trunk/arch/powerpc/kvm/powerpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,10 @@ struct kvm_vcpu *kvm_arch_vcpu_create(struct kvm *kvm, unsigned int id)
{
struct kvm_vcpu *vcpu;
vcpu = kvmppc_core_vcpu_create(kvm, id);
vcpu->arch.wqp = &vcpu->wq;
if (!IS_ERR(vcpu))
if (!IS_ERR(vcpu)) {
vcpu->arch.wqp = &vcpu->wq;
kvmppc_create_vcpu_debugfs(vcpu, id);
}
return vcpu;
}

Expand Down

0 comments on commit 7c56151

Please sign in to comment.