commit | bc112a6c9008c242e13fcd8a642828266e5dceeb | [log] [tgz] |
---|---|---|
author | Fabiano Rosas <farosas@suse.de> | Tue Aug 27 14:45:48 2024 -0300 |
committer | Fabiano Rosas <farosas@suse.de> | Tue Sep 03 16:24:34 2024 -0300 |
tree | 7587ad1bf78797c1d2ba9ef35f4c1ba3302de0e6 | |
parent | 854f67fa385c846c18a595857a5cf8a8e9ab35ed [diff] |
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>