Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115263
b: refs/heads/master
c: 464d17c
h: refs/heads/master
i:
  115261: c2e9397
  115259: ceb3743
  115255: eeb108c
  115247: a81891e
  115231: 7d8db90
  115199: 2949486
v: v3
  • Loading branch information
Sheng Yang authored and Avi Kivity committed Oct 15, 2008
1 parent 9e9524d commit 34a9d92
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: 6ad18fba05228fb1d47cdbc0339fe8b3fca1ca26
refs/heads/master: 464d17c8b747deb77d1bf8c14cc4f28aab2a4952
3 changes: 2 additions & 1 deletion trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,8 @@ static int init_rmode_tss(struct kvm *kvm)
if (r < 0)
goto out;
data = TSS_BASE_SIZE + TSS_REDIRECTION_SIZE;
r = kvm_write_guest_page(kvm, fn++, &data, 0x66, sizeof(u16));
r = kvm_write_guest_page(kvm, fn++, &data,
TSS_IOPB_BASE_OFFSET, sizeof(u16));
if (r < 0)
goto out;
r = kvm_clear_guest_page(kvm, fn++, 0, PAGE_SIZE);
Expand Down

0 comments on commit 34a9d92

Please sign in to comment.