Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146602
b: refs/heads/master
c: 36752c9
h: refs/heads/master
v: v3
  • Loading branch information
Gleb Natapov authored and Avi Kivity committed Jun 10, 2009
1 parent 0b0488e commit ba4d235
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 44c11430b52cbad0a467bc023a802d122dfd285c
refs/heads/master: 36752c9b91f75aa3ff0f214a89f13d806cb2f61f
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -3579,7 +3579,7 @@ int kvm_arch_vcpu_ioctl_get_sregs(struct kvm_vcpu *vcpu,

memset(sregs->interrupt_bitmap, 0, sizeof sregs->interrupt_bitmap);

if (vcpu->arch.interrupt.pending)
if (vcpu->arch.interrupt.pending && !vcpu->arch.interrupt.soft)
set_bit(vcpu->arch.interrupt.nr,
(unsigned long *)sregs->interrupt_bitmap);

Expand Down

0 comments on commit ba4d235

Please sign in to comment.