qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Virtual memory question


From: Mulyadi Santosa
Subject: Re: [Qemu-devel] Virtual memory question
Date: Mon, 9 Aug 2010 13:15:28 +0700

Hi..

On Mon, Aug 9, 2010 at 03:33, Dennis <address@hidden> 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.

Once when I did code adventure in Qemu, I conclude Qemu create
temporary file (possibly using mktemp()) and mmap it, thus creating
"illusion" file as RAM for guest.

So, I think it's already done. It's just not configurable through
command parameter

-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]