]> xenbits.xensource.com Git - xen.git/commit
x86, cpu hotplug: Synchronise vcpu state earlier during cpu offline.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 7 Apr 2010 07:09:00 +0000 (08:09 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 7 Apr 2010 07:09:00 +0000 (08:09 +0100)
commitf2dcefdc7bbebb44b09f2c4abaa8e731b4959fcf
treeda359fcee6e22e2eb0ac3e45ad0d7d46ee97bf58
parent0273e627ed1c8d6ed3a3494b3b670192e15c56f3
x86, cpu hotplug: Synchronise vcpu state earlier during cpu offline.

Needs to happen before non-idle VCPU is fully descheduled after CPU is
removed from cpu_online_map. Else sync_vcpu_execstate() doesn't work
properly.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/domain.c
xen/arch/x86/smpboot.c