Re: [PATCH] migration: Fix format in error message

2024-03-11 Thread Peter Xu
On Mon, Mar 11, 2024 at 12:34:39PM +, Anthony PERARD wrote: > From: Anthony PERARD > > In file_write_ramblock_iov(), "offset" is "uintptr_t" and not > "ram_addr_t". While usually they are both equivalent, this is not the > case with CONFIG_XEN_BACKEND. > > Use the right format. This will fix

[PATCH] migration: Fix format in error message

2024-03-11 Thread Anthony PERARD
From: Anthony PERARD In file_write_ramblock_iov(), "offset" is "uintptr_t" and not "ram_addr_t". While usually they are both equivalent, this is not the case with CONFIG_XEN_BACKEND. Use the right format. This will fix build on 32-bit. Fixes: f427d90b9898 ("migration/multifd: Support outgoing m