Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315845
b: refs/heads/master
c: 61bde82
h: refs/heads/master
i:
  315843: a95bab2
v: v3
  • Loading branch information
Christian Borntraeger authored and Marcelo Tosatti committed Jun 13, 2012
1 parent 82644d3 commit 673b6ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00763e41138267a307531397f9745835aecb8c7b
refs/heads/master: 61bde82caee95426bf1ad53fefc8dc691b8ba37c
1 change: 1 addition & 0 deletions trunk/arch/s390/kvm/kvm-s390.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ static void kvm_s390_vcpu_initial_reset(struct kvm_vcpu *vcpu)
vcpu->arch.guest_fpregs.fpc = 0;
asm volatile("lfpc %0" : : "Q" (vcpu->arch.guest_fpregs.fpc));
vcpu->arch.sie_block->gbea = 1;
atomic_set_mask(CPUSTAT_STOPPED, &vcpu->arch.sie_block->cpuflags);
}

int kvm_arch_vcpu_setup(struct kvm_vcpu *vcpu)
Expand Down

0 comments on commit 673b6ac

Please sign in to comment.