migration: reorder MIG_CMD_POSTCOPY_RESUME
commit858b6d62249a9a9510fae6c808a3d2de80e689b5
authorPeter Xu <peterx@redhat.com>
Tue, 10 Jul 2018 09:44:24 +0000 (10 17:44 +0800)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Tue, 10 Jul 2018 14:23:23 +0000 (10 15:23 +0100)
treeab32f5e5fa3d0c47774bd13502c1ab7855905490
parent3e81f73c7a1286e251180c19f62829fe5c045e39
migration: reorder MIG_CMD_POSTCOPY_RESUME

It was accidently added before MIG_CMD_PACKAGED so it might break
command compatibility when we run postcopy migration between old/new
QEMUs.  Fix that up quickly before the QEMU 3.0 release.

Reported-by: Lukáš Doktor <ldoktor@redhat.com>
Suggested-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20180710094424.30754-1-peterx@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/savevm.c