Révision | a6d1223b4ae47e4d4642fce2ec504484a1355723 (tree) |
---|---|
l'heure | 2022-01-28 23:38:23 |
Auteur | Xu Zheng <xuzheng@cmss...> |
Commiter | Juan Quintela |
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>
@@ -2179,7 +2179,6 @@ static int ram_save_target_page(RAMState *rs, PageSearchStatus *pss) | ||
2179 | 2179 | * Returns the number of pages written or negative on error |
2180 | 2180 | * |
2181 | 2181 | * @rs: current RAM state |
2182 | - * @ms: current migration state | |
2183 | 2182 | * @pss: data about the page we want to send |
2184 | 2183 | */ |
2185 | 2184 | static int ram_save_host_page(RAMState *rs, PageSearchStatus *pss) |