From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juergen Gross Subject: [PATCH 0 of 2] ACPI state change corrections Date: Thu, 22 Mar 2012 09:22:51 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Doing an ACPI state change with not all cpus in cpupool 0 will currently crash the hypervisor. Patch 1 relaxes cpupool cpu offlining handling to allow offlining a cpu in any cpupool if no lack of ressources is detected Patch 2 prohibits migrating a vcpu to another cpu if it is paused 6 files changed, 144 insertions(+), 33 deletions(-) xen/arch/x86/smpboot.c | 2 - xen/common/cpupool.c | 85 +++++++++++++++++++++++++++++++++++++++----- xen/common/domain.c | 4 +- xen/common/schedule.c | 83 +++++++++++++++++++++++++++++++----------- xen/include/xen/sched-if.h | 1 xen/include/xen/sched.h | 2 +