commit | 6fc138d2278078990f597cb1f62fde9e5b458f96 | [log] [tgz] |
---|---|---|
author | Izik Eidus <izike@qumranet.com> | Tue Oct 09 19:20:39 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:52:51 2008 +0200 |
tree | 176026316843a4e47b8271f0e84a03f8807ecb64 | |
parent | d77c26fce93d07802db97498959587eb9347b31d [diff] |
KVM: Support assigning userspace memory to the guest Instead of having the kernel allocate memory to the guest, let userspace allocate it and pass the address to the kernel. This is required for s390 support, but also enables features like memory sharing and using hugetlbfs backed memory. Signed-off-by: Izik Eidus <izike@qumranet.com> Signed-off-by: Avi Kivity <avi@qumranet.com>