Allocating Extra Memory To Guest

2009-05-06 Thread Kumar, Venkat
Hi, 1. How should we allocate extra memory to guest other than memory allocated through qemu_alloc_physram?? 2. How to register the extra allocated memory with KVM? I have tried to allocate an extra one page to Guest but couldn't succeed; probably somebody had already done this exercise. 1.

Re: Allocating Extra Memory To Guest

2009-05-06 Thread Avi Kivity
Kumar, Venkat wrote: Hi, 1. How should we allocate extra memory to guest other than memory allocated through qemu_alloc_physram?? qemu_alloc_physram() is obsolete. I've just removed it to avoid confusion (and a warning). I presume you want to give kvm memory which is not real RAM -

Re: Allocating Extra Memory To Guest

2009-05-06 Thread Avi Kivity
Kumar, Venkat wrote: Kumar, Venkat wrote: Hi, 1. How should we allocate extra memory to guest other than memory allocated through qemu_alloc_physram?? qemu_alloc_physram() is obsolete. I've just removed it to avoid confusion (and a warning). == If kvm-85 is the latest