]> git.proxmox.com Git - mirror_qemu.git/commit
postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()
authorDavid Hildenbrand <david@redhat.com>
Wed, 20 Jun 2018 20:27:36 +0000 (22:27 +0200)
committerJuan Quintela <quintela@redhat.com>
Wed, 27 Jun 2018 11:28:31 +0000 (13:28 +0200)
commitc136180c901dd84d36577edc9b7f377fb76b832d
tree4c64ac7b9c0d22e777b9d315679c59d1d57343f1
parent35374cbdff2bf6b6fb7caae5ea8aaa3b0f53f4ca
postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()

Not needed. Don't expose last_ram_page().

Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20180620202736.21399-1-david@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
exec.c
include/exec/ram_addr.h
migration/postcopy-ram.c
migration/postcopy-ram.h
migration/ram.c