Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297149
b: refs/heads/master
c: 9ec2d6d
h: refs/heads/master
i:
  297147: 3a3a458
v: v3
  • Loading branch information
Jens Freimann authored and Avi Kivity committed Mar 8, 2012
1 parent 02bc077 commit a1363a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 24a13044a84be51a6a4885a72ac9d5f4ed0742d0
refs/heads/master: 9ec2d6dc6c4d4792b85dec2f09d39387fb7157d1
3 changes: 2 additions & 1 deletion trunk/arch/s390/kvm/sigp.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,8 @@ int kvm_s390_handle_sigp(struct kvm_vcpu *vcpu)
break;
case SIGP_STOP_STORE_STATUS:
vcpu->stat.instruction_sigp_stop++;
rc = __sigp_stop(vcpu, cpu_addr, ACTION_STORE_ON_STOP);
rc = __sigp_stop(vcpu, cpu_addr, ACTION_STORE_ON_STOP |
ACTION_STOP_ON_STOP);
break;
case SIGP_SET_ARCH:
vcpu->stat.instruction_sigp_arch++;
Expand Down

0 comments on commit a1363a3

Please sign in to comment.