]> git.proxmox.com Git - mirror_qemu.git/commit
exec: Set cpu_index only if it's not been explictly set
authorIgor Mammedov <imammedo@redhat.com>
Mon, 25 Jul 2016 09:59:21 +0000 (11:59 +0200)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 26 Jul 2016 18:32:01 +0000 (15:32 -0300)
commita07f953ef4ef48058c24fb50b49e6fa28bf5f5f4
tree5715286d5955f261ff6e4d1c76a6fd9ee4a9fec7
parent8b1b835035fda831b405c1947210efcf758a7ca8
exec: Set cpu_index only if it's not been explictly set

It keeps the legacy behavior for all users that doesn't care
about stable cpu_index value, but would allow boards that
would support device_add/device_del to set stable cpu_index
that won't depend on order in which cpus are created/destroyed.

While at that simplify cpu_get_free_index() as cpu_index
generated by USER_ONLY and softmmu variants is the same
since none of the users support cpu-remove so far, except
of not yet released spapr/x86 device_add/delr, which
will be altered by follow up patches to set stable
cpu_index manually.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
exec.c
include/qom/cpu.h
qom/cpu.c