diff options
author | Igor Mammedov <imammedo@redhat.com> | 2016-07-18 10:32:36 +0200 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2016-07-20 12:02:19 -0300 |
commit | 4da7faaeb0c7dd3f7f233165d336c878f78fd1eb (patch) | |
tree | 3dd30cef9b17e9c068e0f94c9c475f7f7011eece /target-i386 | |
parent | 73360e27850b213327011f7e22e03865b8c0dd5b (diff) | |
download | qemu-4da7faaeb0c7dd3f7f233165d336c878f78fd1eb.tar.gz qemu-4da7faaeb0c7dd3f7f233165d336c878f78fd1eb.tar.bz2 qemu-4da7faaeb0c7dd3f7f233165d336c878f78fd1eb.zip |
pc: Enforce adding CPUs contiguously and removing them in opposite order
It will still allow us to use cpu_index as migration instance_id
since when CPUs are added contiguously (from the first to the last)
and removed in opposite order, cpu_index stays stable and it's
reproducible on destination side.
While there is work in progress to support migration when there
are holes in cpu_index range resulting from out-of-order plug or
unplug, this patch is intended as an interim solution until
cpu_index usage is cleaned up.
As result of this patch it would be possible to plug/unplug CPUs,
but in limited order that doesn't break migration.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'target-i386')
0 files changed, 0 insertions, 0 deletions