Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68397
b: refs/heads/master
c: 33f5fa1
h: refs/heads/master
i:
  68395: be9749c
v: v3
  • Loading branch information
Izik Eidus authored and Avi Kivity committed Oct 13, 2007
1 parent 67b84f3 commit 593e674
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: 7e778161fb4612d2ceac9604f10e1061f5f4cf48
refs/heads/master: 33f5fa1664046208b890e9231a47e377fdfc7762
2 changes: 1 addition & 1 deletion trunk/drivers/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ static void enter_pmode(struct kvm_vcpu *vcpu)
vmcs_write32(GUEST_CS_AR_BYTES, 0x9b);
}

static int rmode_tss_base(struct kvm* kvm)
static gva_t rmode_tss_base(struct kvm* kvm)
{
gfn_t base_gfn = kvm->memslots[0].base_gfn + kvm->memslots[0].npages - 3;
return base_gfn << PAGE_SHIFT;
Expand Down

0 comments on commit 593e674

Please sign in to comment.