migration/multifd: Reduce access to p->pages
authorFabiano Rosas <farosas@suse.de>
Tue, 27 Aug 2024 17:45:48 +0000 (14:45 -0300)
committerFabiano Rosas <farosas@suse.de>
Tue, 3 Sep 2024 19:24:34 +0000 (16:24 -0300)
commitbc112a6c9008c242e13fcd8a642828266e5dceeb
tree7587ad1bf78797c1d2ba9ef35f4c1ba3302de0e6
parent854f67fa385c846c18a595857a5cf8a8e9ab35ed
migration/multifd: Reduce access to p->pages

I'm about to replace the p->pages pointer with an opaque pointer, so
do a cleanup now to reduce direct accesses to p->page, which makes the
next diffs cleaner.

Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
migration/multifd-qpl.c
migration/multifd-uadk.c
migration/multifd-zlib.c
migration/multifd-zstd.c
migration/multifd.c