qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Qemu-block] [PATCH] qcow2: do lazy allocation of the L


From: Alberto Garcia
Subject: Re: [Qemu-devel] [Qemu-block] [PATCH] qcow2: do lazy allocation of the L2 cache
Date: Fri, 24 Apr 2015 14:50:24 +0200
User-agent: Notmuch/0.13.2 (http://notmuchmail.org) Emacs/23.2.1 (i486-pc-linux-gnu)

On Fri 24 Apr 2015 02:37:21 PM CEST, Stefan Hajnoczi wrote:

>> I think it would be nice to have a way to free unused cache entries
>> after a while.
>
> Do you think mmap plus a periodic timer would work?
>
> I'm hesitant about changes like this because they make QEMU more
> complex, slow down the guest, and make the memory footprint volatile.
> But if a simple solution addresses the problem, then I'd be happy.

I understand. One possible approach would be to use the timer only if
the cache size requested by the user is large, so

 1) we only try to save memory when the amount of memory to save is
    significant.
 2) we don't make the default scenario slower.

I'll try to see if I can come up with a good solution (and with more
numbers).

Berto



reply via email to

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