commit | 8d4e1288ebb753d3140d81cb349f22b0a6829a4a | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Thu Oct 18 09:59:34 2007 -0500 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:52:54 2008 +0200 |
tree | 3fb754321abd1da8fa107f500dedd4a56f94ac0a | |
parent | e56a7a28e21aa2d1af659d8f38952411ce9ae40e [diff] |
KVM: Allocate userspace memory for older userspace Allocate a userspace buffer for older userspaces. Also eliminate phys_mem buffer. The memset() in kvmctl really kills initial memory usage but swapping works even with old userspaces. A side effect is that maximum guest side is reduced for older userspace on i386. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Avi Kivity <avi@qumranet.com>