xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0 of 2] ACPI state change corrections
@ 2012-03-22  8:22 Juergen Gross
  2012-03-22  8:22 ` [PATCH 1 of 2] Allow ACPI state change with active cpupools Juergen Gross
  2012-03-22  8:22 ` [PATCH 2 of 2] Avoid vcpu migration of paused vcpus Juergen Gross
  0 siblings, 2 replies; 11+ messages in thread
From: Juergen Gross @ 2012-03-22  8:22 UTC (permalink / raw)
  To: xen-devel

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 +

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-03-23  8:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-22  8:22 [PATCH 0 of 2] ACPI state change corrections Juergen Gross
2012-03-22  8:22 ` [PATCH 1 of 2] Allow ACPI state change with active cpupools Juergen Gross
2012-03-22 10:09   ` Jan Beulich
2012-03-22  8:22 ` [PATCH 2 of 2] Avoid vcpu migration of paused vcpus Juergen Gross
2012-03-22 10:12   ` Keir Fraser
2012-03-22 10:22     ` Juergen Gross
2012-03-22 11:20       ` Keir Fraser
2012-03-22 11:59         ` Juergen Gross
2012-03-23  8:17         ` Juergen Gross
2012-03-22 10:26   ` Jan Beulich
2012-03-22 10:38     ` Juergen Gross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).