• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révisiona6d1223b4ae47e4d4642fce2ec504484a1355723 (tree)
l'heure2022-01-28 23:38:23
AuteurXu Zheng <xuzheng@cmss...>
CommiterJuan Quintela

Message de Log

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>

Change Summary

Modification

--- a/migration/ram.c
+++ b/migration/ram.c
@@ -2179,7 +2179,6 @@ static int ram_save_target_page(RAMState *rs, PageSearchStatus *pss)
21792179 * Returns the number of pages written or negative on error
21802180 *
21812181 * @rs: current RAM state
2182- * @ms: current migration state
21832182 * @pss: data about the page we want to send
21842183 */
21852184 static int ram_save_host_page(RAMState *rs, PageSearchStatus *pss)