Re: [PATCH v3 11/33] migration: Remove qemu_host_page_size

2024-01-29 Thread Ilya Leoshkevich
On Tue, Jan 02, 2024 at 12:57:46PM +1100, Richard Henderson wrote: > Replace with the maximum of the real host page size > and the target page size. This is an exact replacement. > > Signed-off-by: Richard Henderson > --- > migration/ram.c | 22 ++ > 1 file changed, 18 inser

Re: [PATCH v3 11/33] migration: Remove qemu_host_page_size

2024-01-08 Thread Pierrick Bouvier
On 1/2/24 05:57, Richard Henderson wrote: Replace with the maximum of the real host page size and the target page size. This is an exact replacement. Signed-off-by: Richard Henderson --- migration/ram.c | 22 ++ 1 file changed, 18 insertions(+), 4 deletions(-) diff --gi

[PATCH v3 11/33] migration: Remove qemu_host_page_size

2024-01-01 Thread Richard Henderson
Replace with the maximum of the real host page size and the target page size. This is an exact replacement. Signed-off-by: Richard Henderson --- migration/ram.c | 22 ++ 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/migration/ram.c b/migration/ram.c index 8c