Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106534
b: refs/heads/master
c: 2bd0ac4
h: refs/heads/master
v: v3
  • Loading branch information
Carsten Otte authored and Avi Kivity committed Jul 27, 2008
1 parent dc210b4 commit 0ba4b8c
Show file tree
Hide file tree
Showing 2 changed files with 7 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: cab7a1eeeb007be309cd99cf14407261a72d2418
refs/heads/master: 2bd0ac4eb469ef58c3b1746fccd15da871fc55c4
7 changes: 6 additions & 1 deletion trunk/arch/s390/kvm/kvm-s390.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,12 @@ long kvm_arch_dev_ioctl(struct file *filp,

int kvm_dev_ioctl_check_extension(long ext)
{
return 0;
switch (ext) {
case KVM_CAP_USER_MEMORY:
return 1;
default:
return 0;
}
}

/* Section: vm related */
Expand Down

0 comments on commit 0ba4b8c

Please sign in to comment.