[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 3/6] migration: ram_release_pages() always receive 1 page
|
From: |
Juan Quintela |
|
Subject: |
Re: [PATCH v3 3/6] migration: ram_release_pages() always receive 1 page as argument |
|
Date: |
Tue, 25 Jan 2022 10:16:05 +0100 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
> On 1/11/22 13:45, Juan Quintela wrote:
>> Remove the pages argument. And s/pages/page/
>>
>> Signed-off-by: Juan Quintela <quintela@redhat.com>
>> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
>> Reviewed-by: Peter Xu <peterx@redhat.com>
>>
>> --
>
> Note, you need '---' (3x) to have git tools strip the rest
> (otherwise this text will be committed).
Done, thanks.
- [PATCH v3 0/6] migration: misc cleanups, Juan Quintela, 2022/01/11
- [PATCH v3 1/6] migration: All this fields are unsigned, Juan Quintela, 2022/01/11
- [PATCH v3 2/6] migration: We only need last_stage in two places, Juan Quintela, 2022/01/11
- [PATCH v3 3/6] migration: ram_release_pages() always receive 1 page as argument, Juan Quintela, 2022/01/11
- [PATCH v3 4/6] migration: Remove masking for compression, Juan Quintela, 2022/01/11
- [PATCH v3 5/6] migration: simplify do_compress_ram_page, Juan Quintela, 2022/01/11
- [PATCH v3 6/6] migration: Move ram_release_pages() call to save_zero_page_to_file(), Juan Quintela, 2022/01/11