qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 19/39] memory: split dirty bitmap into three


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 19/39] memory: split dirty bitmap into three
Date: Wed, 06 Nov 2013 16:39:52 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

On 11/06/2013 06:04 AM, Juan Quintela wrote:
> After all the previous patches, spliting the bitmap gets direct.
> 
> ToDo: Why can't i include "exec/memory.h" into cpu-all.h?  This is the
>       reason that I have duplicated DIRTY_MEMORY_NUM.
> 
> ToDo2: current bitmaps have one int as index, this limit us to 8TB RAM
>        guest, Should we move to longs?

Do we still want "ToDo" in the commit message?

> 
> Signed-off-by: Juan Quintela <address@hidden>
> ---
>  exec.c                         |  9 ++++++---
>  include/exec/cpu-all.h         |  4 +++-
>  include/exec/memory-internal.h | 11 ++++-------
>  3 files changed, 13 insertions(+), 11 deletions(-)

But the code looks correct.  For 14-19,

Reviewed-by: Eric Blake <address@hidden>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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