On Mon, Aug 9, 2010 at 2:03 AM, Dennis <den...@satanclaus.com> wrote: >> >> Hi, >> >> I've been looking at the qemu source code but couldn't find anything >> that would suit my needs. >> Basically I'm looking for a way to use a file on disk as physical >> memory inside Qemu. >> >> Before I attempt to reinvent the wheel, has someone ever hacked in >> similar functionality and if so is there a diff patch available >> anywhere? On Mon, Aug 9, 2010 at 7:01 AM, C K Kashyap <ckkash...@gmail.com> wrote:
> I am curious to know why you'd want to do it? I have an application that takes up over 2 GB of memory but is otherwise demanding virtually no other resources at all. Running multiple instances of the application using physical memory isn't an option. Would it be hard to change Qemu's physical memory mapping to a file on disk ? (Not Qemu-KVM, just stock Qemu).