Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343528
b: refs/heads/master
c: 951179c
h: refs/heads/master
v: v3
  • Loading branch information
Guo Chao authored and Marcelo Tosatti committed Nov 14, 2012
1 parent 96f540b commit 05c4fac
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: 18595411a7146330ec19adf0b9db8e6736c84a4e
refs/heads/master: 951179ce86f5599e2dfb9de254056e91bd865f15
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -2946,7 +2946,7 @@ static int kvm_vm_ioctl_set_tss_addr(struct kvm *kvm, unsigned long addr)
int ret;

if (addr > (unsigned int)(-3 * PAGE_SIZE))
return -1;
return -EINVAL;
ret = kvm_x86_ops->set_tss_addr(kvm, addr);
return ret;
}
Expand Down

0 comments on commit 05c4fac

Please sign in to comment.