]> 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)
committerFabiano Rosas <farosas@suse.de>
Thu, 9 Jan 2025 20:37:50 +0000 (17:37 -0300)
commitd127294f265e6a17f8d614f2bef7df8455e81f56
tree2a47660d59a24194dfbd9f220e94bd797d0f79ab
parentbc6afa1c711da5b4f37c9685a812c77b114d84cb
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>
migration/multifd-uadk.c