Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93777
b: refs/heads/master
c: adb1ff4
h: refs/heads/master
i:
  93775: 2bfcee3
v: v3
  • Loading branch information
Avi Kivity committed Apr 27, 2008
1 parent 9884b40 commit b16a287
Show file tree
Hide file tree
Showing 2 changed files with 5 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: d196e343361c229496adeda42335856da9d057de
refs/heads/master: adb1ff46754a87f3f6c9e7ee0a92f9a8a183bb38
5 changes: 4 additions & 1 deletion trunk/virt/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,10 @@ static long kvm_dev_ioctl(struct file *filp,
r = -EINVAL;
if (arg)
goto out;
r = 2 * PAGE_SIZE;
r = PAGE_SIZE; /* struct kvm_run */
#ifdef CONFIG_X86
r += PAGE_SIZE; /* pio data page */
#endif
break;
default:
return kvm_arch_dev_ioctl(filp, ioctl, arg);
Expand Down

0 comments on commit b16a287

Please sign in to comment.