Re: [Qemu-devel] [PATCH v3 3/3] migration: Remove section_id parameter from vmstate_load

2017-05-31 Thread Peter Xu
On Wed, May 31, 2017 at 12:39:25PM +0100, Dr. David Alan Gilbert wrote: > * Juan Quintela (quint...@redhat.com) wrote: > > Everything else assumes that we always load a device from its own > > savevm handler. > > Except for the title (it's the version_id you're removing not > section_id) but now

Re: [Qemu-devel] [PATCH v3 3/3] migration: Remove section_id parameter from vmstate_load

2017-05-31 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Everything else assumes that we always load a device from its own > savevm handler. Except for the title (it's the version_id you're removing not section_id) but now I think this series is ok because you're always using the load_* stuff. I guess in

[Qemu-devel] [PATCH v3 3/3] migration: Remove section_id parameter from vmstate_load

2017-05-31 Thread Juan Quintela
Everything else assumes that we always load a device from its own savevm handler. Signed-off-by: Juan Quintela Reviewed-by: Laurent Vivier Reviewed-by: Peter Xu --- migration/savevm.c | 10 +- 1 file changed, 5 insertions(+),