]> www.infradead.org Git - users/dwmw2/linux.git/commit
KVM: ensure that memslot userspace addresses are page-aligned
authorHollis Blanchard <hollisb@us.ibm.com>
Fri, 7 Nov 2008 19:32:12 +0000 (13:32 -0600)
committerAvi Kivity <avi@redhat.com>
Sun, 9 Nov 2008 10:01:44 +0000 (12:01 +0200)
commit7fd49de9773fdcb7b75e823b21c1c5dc1e218c14
tree899ca27c43d54894bec36be84ffcc1ee14083059
parent156c8054c3e7d5637ddc4a778313ef17ef56e135
KVM: ensure that memslot userspace addresses are page-aligned

Bad page translation and silent guest failure ensue if the userspace address is
not page-aligned.  I hit this problem using large (host) pages with qemu,
because qemu currently has a hardcoded 4096-byte alignment for guest memory
allocations.

Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
virt/kvm/kvm_main.c