public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] KVM: Suspend and cpu hotplug fixes
@ 2007-05-24 12:10 Avi Kivity
  2007-05-24 12:10 ` [PATCH 1/7] HOTPLUG: Add CPU_DYING notifier Avi Kivity
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Avi Kivity @ 2007-05-24 12:10 UTC (permalink / raw)
  To: kvm-devel; +Cc: linux-kernel, shaohua.li, lhcs-devel

The following patchset makes kvm more robust wrt cpu hotunplug, and
makes suspend-to-ram actually work.  Suspend-to-disk benefits from
the cpu hotunplug improvements as well.

The major issue is that KVM wants to disable the virtualization
extensions at a point in time when no user processes are schedulable
on the victim cpu.  No current notifier exists, so a new one, CPU_DYING,
is added for the purpose.

Should there be no objections, I will submit this patchset for inclusion
in 2.6.22, and backport it to 2.6.21.stable.

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

end of thread, other threads:[~2007-05-27 10:21 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-24 12:10 [PATCH 0/7] KVM: Suspend and cpu hotplug fixes Avi Kivity
2007-05-24 12:10 ` [PATCH 1/7] HOTPLUG: Add CPU_DYING notifier Avi Kivity
2007-05-24 12:10 ` [PATCH 2/7] HOTPLUG: Adapt cpuset hotplug callback to CPU_DYING Avi Kivity
2007-05-24 12:10 ` [PATCH 3/7] HOTPLUG: Adapt thermal throttle " Avi Kivity
2007-05-24 12:10 ` [PATCH 4/7] SMP: Implement on_one_cpu() Avi Kivity
2007-05-24 13:36   ` [kvm-devel] " Heiko Carstens
2007-05-24 13:42     ` Avi Kivity
2007-05-24 13:43   ` Roland Dreier
2007-05-24 13:48     ` Avi Kivity
2007-05-24 12:10 ` [PATCH 5/7] KVM: Keep track of which cpus have virtualization enabled Avi Kivity
2007-05-24 12:10 ` [PATCH 6/7] KVM: Tune hotplug/suspend IPIs Avi Kivity
2007-05-24 12:10 ` [PATCH 7/7] KVM: Use CPU_DYING for disabling virtualization Avi Kivity
2007-05-24 12:53 ` [kvm-devel] [PATCH 0/7] KVM: Suspend and cpu hotplug fixes Avi Kivity
2007-05-25  1:10 ` Shaohua Li
2007-05-25  8:28   ` Avi Kivity
2007-05-27 10:20     ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox