On Thu, Apr 21, 2011 at 3:34 PM, Sasha Levin <levinsasha928@xxxxxxxxx> wrote: > Using mmap to allocate the RAM enables us to allocate large blocks of memory for the guest, allowing to boot guests with a large RAM. > Since if we try KVM_SET_USER_MEMORY_REGION with a large memory block KVM used to Oops (now it just fails), we had to move the actual ioctl to after we KVM_CREATE_VCPU. > > Signed-off-by: Sasha Levin <levinsasha928@xxxxxxxxx> The changelog seems to be identical with commit 9c2530b7d9b4da8052dfb15f5618b7aa59da6de2 ("kvm tools: Use mmap to allocate guest RAM") but the diff is different. Hmm? -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html