Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197587
b: refs/heads/master
c: 6c3bd3d
h: refs/heads/master
i:
  197585: 60eb6dc
  197583: bc84ddf
v: v3
  • Loading branch information
Joerg Roedel authored and Avi Kivity committed Apr 25, 2010
1 parent 8ae9267 commit f89a90d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cdbbdc1210223879450555fee04c29ebf116576b
refs/heads/master: 6c3bd3d7660c35a703073b81eccfd5a3b7c15295
2 changes: 2 additions & 0 deletions trunk/arch/x86/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1434,6 +1434,8 @@ static void *nested_svm_map(struct vcpu_svm *svm, u64 gpa, struct page **_page)
{
struct page *page;

might_sleep();

page = gfn_to_page(svm->vcpu.kvm, gpa >> PAGE_SHIFT);
if (is_error_page(page))
goto error;
Expand Down

0 comments on commit f89a90d

Please sign in to comment.