migration: Remove section_id parameter from vmstate_load
commit3a011c26bc74ab0fb4b5289a10fff13e46a02e8c
authorJuan Quintela <quintela@redhat.com>
Wed, 24 May 2017 07:28:47 +0000 (24 09:28 +0200)
committerJuan Quintela <quintela@redhat.com>
Thu, 1 Jun 2017 16:31:13 +0000 (1 18:31 +0200)
treece82ac0ccd700edb76dbba6e2a89437c9e8be3d7
parentc2355ad47d60d04efb640de57cd719cb24ebe563
migration: Remove section_id parameter from vmstate_load

Everything else assumes that we always load a device from its own
savevm handler.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/savevm.c