]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration/multifd: Fix compile error caused by page_size usage
authorShameer Kolothum <shameerali.kolothum.thodi@huawei.com>
Tue, 3 Dec 2024 12:49:43 +0000 (12:49 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 12 Jan 2025 12:53:02 +0000 (15:53 +0300)
commitf5827eb0ac3af024918fb702690188210c31202c
tree87ab9abfe045f491d8abddd881391bc92a402fe4
parent9bbaadbf9cfb5ae60e3ecff00ef56283e21fbfb7
migration/multifd: Fix compile error caused by page_size usage

>From Commit 90fa121c6c07 ("migration/multifd: Inline page_size and
page_count") onwards page_size is not part of MutiFD*Params but uses
an inline constant instead.

However, it missed updating an old usage, causing a compile error.

Fixes: 90fa121c6c07 ("migration/multifd: Inline page_size and page_count")
Signed-off-by: Shameer Kolothum <shameerali.kolothum.thodi@huawei.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Message-Id: <20241203124943.52572-1-shameerali.kolothum.thodi@huawei.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
(cherry picked from commit d127294f265e6a17f8d614f2bef7df8455e81f56)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
migration/multifd-uadk.c