Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54096
b: refs/heads/master
c: 3964994
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn / Snakebyte authored and Avi Kivity committed May 3, 2007
1 parent d3a809f commit bc29c3b
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: 5008fdf5b6a31240da060c0867d8f16f08ce2384
refs/heads/master: 3964994bb5ba85a3d8b54ae618f7be1cecce916d
2 changes: 1 addition & 1 deletion trunk/drivers/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ static void inject_rmode_irq(struct kvm_vcpu *vcpu, int irq)
u16 sp = vmcs_readl(GUEST_RSP);
u32 ss_limit = vmcs_read32(GUEST_SS_LIMIT);

if (sp > ss_limit || sp - 6 > sp) {
if (sp > ss_limit || sp < 6 ) {
vcpu_printf(vcpu, "%s: #SS, rsp 0x%lx ss 0x%lx limit 0x%x\n",
__FUNCTION__,
vmcs_readl(GUEST_RSP),
Expand Down

0 comments on commit bc29c3b

Please sign in to comment.