commit | 2e2e3738af33575cba59597acd5e80cdd5ec11ee | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Wed Apr 30 15:37:07 2008 -0500 |
committer | Avi Kivity <avi@qumranet.com> | Sun Jul 20 12:40:49 2008 +0300 |
tree | 8ba77f83b781bf219a28986b31802b48858cd869 | |
parent | d2ebb4103ff349af6dac14955bf93e57487a6694 [diff] |
KVM: Handle vma regions with no backing page This patch allows VMAs that contain no backing page to be used for guest memory. This is useful for assigning mmio regions to a guest. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Avi Kivity <avi@qumranet.com>