commit | 07c45a366d89f8eaec5d9890e810171b408f9a52 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Wed Mar 07 13:05:38 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Thu May 03 10:52:24 2007 +0300 |
tree | 2f54f8c4ba795a1432ee6ac2e8042a472b87550a | |
parent | 1961d276c877b99f5f16aaf36377c75e0e191c3a [diff] |
KVM: Allow kernel to select size of mmap() buffer This allows us to store offsets in the kernel/user kvm_run area, and be sure that userspace has them mapped. As offsets can be outside the kvm_run struct, userspace has no way of knowing how much to mmap. Signed-off-by: Avi Kivity <avi@qumranet.com>