]> git.proxmox.com Git - qemu.git/commit
ram: save_live_setup() don't need to sent pages
authorJuan Quintela <quintela@redhat.com>
Thu, 28 Jun 2012 17:41:52 +0000 (19:41 +0200)
committerJuan Quintela <quintela@redhat.com>
Fri, 20 Jul 2012 06:19:27 +0000 (08:19 +0200)
commit5910d1e6cbb190809d5dd0d75bb5e8398dd3ffb7
treea662e8e728516c79b537197db666a84debcf82af
parent16310a3cca7320edb9341c976f7819de0a8c27e0
ram: save_live_setup() don't need to sent pages

We should send pages on interate phase, not in setup one.  This was a
"bug".  Just removing the loop does what we want.  Tested that it
works with current ram_load().

Signed-off-by: Juan Quintela <quintela@redhat.com>
arch_init.c