]> git.proxmox.com Git - mirror_qemu.git/commit
migration: add MigrationState arg for ram_save_/compressed_/page()
authorPavel Butsykin <pbutsykin@virtuozzo.com>
Fri, 3 Feb 2017 15:23:19 +0000 (18:23 +0300)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Mon, 13 Feb 2017 17:27:13 +0000 (17:27 +0000)
commit9eb14766102b7af5c3ab3d64cc85985bdaa544e2
tree6889dee2812a634044160acaaa85c89a663f9959
parentcee887d96921d291fa72e90c79b5f03113dae86b
migration: add MigrationState arg for ram_save_/compressed_/page()

Cosmetic patch. The use of ms variable instead of migrate_get_current()
looks nicer, especially when there reuse.

Signed-off-by: Pavel Butsykin <pbutsykin@virtuozzo.com>
Message-Id: <20170203152321.19739-2-pbutsykin@virtuozzo.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/ram.c