Re: [PATCH] migration/multifd: fix build error when qpl compression is enabled

2024-10-09 Thread Peter Xu
On Tue, Oct 08, 2024 at 06:45:27PM +0800, Yuan Liu wrote: > The page_size member has been removed from the MultiFDSendParams > and MultiFDRecvParams. The function multifd_ram_page_size is used to > provide the page size in the multifd compressor. > > Signed-off-by: Yuan Liu I'll queue and attach

[PATCH] migration/multifd: fix build error when qpl compression is enabled

2024-10-09 Thread Yuan Liu
The page_size member has been removed from the MultiFDSendParams and MultiFDRecvParams. The function multifd_ram_page_size is used to provide the page size in the multifd compressor. Signed-off-by: Yuan Liu --- migration/multifd-qpl.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions