diff options
author | Xu Zheng <xuzheng@cmss.chinamobile.com> | 2022-01-17 10:30:03 +0800 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2022-01-28 15:38:23 +0100 |
commit | a6d1223b4ae47e4d4642fce2ec504484a1355723 (patch) | |
tree | d350d044cb810d6c0d1368f625d81ce5028cc3fb | |
parent | 9200265838e5e6f43b1acdafb610d0a813b801c1 (diff) | |
download | qemu-a6d1223b4ae47e4d4642fce2ec504484a1355723.zip qemu-a6d1223b4ae47e4d4642fce2ec504484a1355723.tar.gz qemu-a6d1223b4ae47e4d4642fce2ec504484a1355723.tar.bz2 |
migration/ram: clean up unused comment.
Just a removal of an unused comment.
a0a8aa147aa did many fixes and removed the parameter named "ms", but forget to remove the corresponding comment in function named "ram_save_host_page".
Signed-off-by: Xu Zheng <xuzheng@cmss.chinamobile.com>
Signed-off-by: Mao Zhongyi <maozhongyi@cmss.chinamobile.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
-rw-r--r-- | migration/ram.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/migration/ram.c b/migration/ram.c index e9dcd3c..b4477b8 100644 --- a/migration/ram.c +++ b/migration/ram.c @@ -2179,7 +2179,6 @@ static int ram_save_target_page(RAMState *rs, PageSearchStatus *pss) * Returns the number of pages written or negative on error * * @rs: current RAM state - * @ms: current migration state * @pss: data about the page we want to send */ static int ram_save_host_page(RAMState *rs, PageSearchStatus *pss) |