[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 3/7] migration/multifd: Change multifd_pages_init argument
From: |
Peter Xu |
Subject: |
Re: [PATCH v1 3/7] migration/multifd: Change multifd_pages_init argument |
Date: |
Mon, 27 Nov 2023 09:45:18 -0500 |
On Fri, Nov 24, 2023 at 01:14:28PM -0300, Fabiano Rosas wrote:
> The 'size' argument is actually the number of pages that fit in a
> multifd packet. Change it to uint32_t and rename.
>
> Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Peter Xu <peterx@redhat.com>
--
Peter Xu
- [PATCH v1 0/7] migration cleanups and testing improvements, Fabiano Rosas, 2023/11/24
- [PATCH v1 1/7] migration/multifd: Remove MultiFDPages_t::packet_num, Fabiano Rosas, 2023/11/24
- [PATCH v1 2/7] migration/multifd: Remove QEMUFile from where it is not needed, Fabiano Rosas, 2023/11/24
- [PATCH v1 3/7] migration/multifd: Change multifd_pages_init argument, Fabiano Rosas, 2023/11/24
- Re: [PATCH v1 3/7] migration/multifd: Change multifd_pages_init argument,
Peter Xu <=
- [PATCH v1 4/7] migration: Report error in incoming migration, Fabiano Rosas, 2023/11/24
- [PATCH v1 5/7] tests/qtest/migration: Print migration incoming errors, Fabiano Rosas, 2023/11/24
[PATCH v1 6/7] tests/qtest/migration: Add a wrapper to print test names, Fabiano Rosas, 2023/11/24