[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 19/29] exec: pass client mask to cpu_physical_me
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH 19/29] exec: pass client mask to cpu_physical_memory_set_dirty_range |
Date: |
Tue, 26 May 2015 13:28:04 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
On 26/05/2015 13:08, Fam Zheng wrote:
>> > + if (likely(mask & (1 << DIRTY_MEMORY_MIGRATION))) {
>> > + bitmap_set(ram_list.dirty_memory[DIRTY_MEMORY_MIGRATION], page,
>> > end - page);
> Wrap the line? Other than that:
>
> Reviewed-by: Fam Zheng <address@hidden>
Yes, the line gets shorter at the end of the series.
Paolo