]> git.proxmox.com Git - mirror_qemu.git/commit
migration: fix handling for --only-migratable
authorPeter Xu <peterx@redhat.com>
Wed, 5 Jul 2017 08:21:20 +0000 (16:21 +0800)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Mon, 10 Jul 2017 16:52:21 +0000 (17:52 +0100)
commitb605c47b57b58e61a901a50a0762dccf43d94783
tree783ffd0f8fe355d72fa4353607e9320c74dfd556
parent6b06e3e49eb8c91cc286c16d6bf3181ac296f33d
migration: fix handling for --only-migratable

MigrateState object is not ready at that time, so we'll get an
assertion. Use qemu_global_option() instead.

Reported-by: Eduardo Habkost <ehabkost@redhat.com>
Suggested-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Fixes: 3df663e ("migration: move only_migratable to MigrationState")
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <1499242883-2184-2-git-send-email-peterx@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
include/migration/misc.h
migration/migration.c
vl.c