mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-13 17:43:52 +00:00
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>