diff options
author | Peter Xu <peterx@redhat.com> | 2022-10-11 17:55:59 -0400 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2022-12-15 10:30:37 +0100 |
commit | 7f401b80445e8746202a6d643410ba1b9eeb3cb1 (patch) | |
tree | d60f63a0740e3c9c24db25dc2a8048a1d44372ba /util/module.c | |
parent | b062106d3a06837b8a428ebb7e72f2aeabe0447b (diff) | |
download | qemu-7f401b80445e8746202a6d643410ba1b9eeb3cb1.zip qemu-7f401b80445e8746202a6d643410ba1b9eeb3cb1.tar.gz qemu-7f401b80445e8746202a6d643410ba1b9eeb3cb1.tar.bz2 |
migration: Drop rs->f
Now with rs->pss we can already cache channels in pss->pss_channels. That
pss_channel contains more infromation than rs->f because it's per-channel.
So rs->f could be replaced by rss->pss[RAM_CHANNEL_PRECOPY].pss_channel,
while rs->f itself is a bit vague now.
Note that vanilla postcopy still send pages via pss[RAM_CHANNEL_PRECOPY],
that's slightly confusing but it reflects the reality.
Then, after the replacement we can safely drop rs->f.
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'util/module.c')
0 files changed, 0 insertions, 0 deletions