All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Avoid soft lockup message when KVM is stopped by host
@ 2011-08-29 23:27 ` Eric B Munson
  0 siblings, 0 replies; 74+ messages in thread
From: Eric B Munson @ 2011-08-29 23:27 UTC (permalink / raw)
  To: avi
  Cc: tglx, mingo, hpa, arnd, mtosatti, riel, kvm, linux-kernel,
	linux-arch, kvm-ppc, aliguori, raharper, kvm-ia64, Eric B Munson

Currently, when qemu stops a guest kernel that guest will issue a soft lockup
message when it resumes.  This set provides the ability for qemu to comminucate
to the guest that it has been stopped.  When the guest hits the watchdog on
resume it will check if it was suspended before issuing the warning.

Eric B Munson (4):
  Add flag to indicate that a vm was stopped by the host
  Add functions to check if the host has stopped the vm
  Add generic stubs for kvm stop check functions
  Add check for suspended vm in softlockup detector

 arch/x86/include/asm/pvclock-abi.h |    1 +
 arch/x86/include/asm/pvclock.h     |    2 ++
 arch/x86/kernel/kvmclock.c         |   14 ++++++++++++++
 include/asm-generic/pvclock.h      |   14 ++++++++++++++
 kernel/watchdog.c                  |   12 ++++++++++++
 5 files changed, 43 insertions(+), 0 deletions(-)
 create mode 100644 include/asm-generic/pvclock.h

-- 
1.7.4.1


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

end of thread, other threads:[~2011-09-21 17:47 UTC | newest]

Thread overview: 74+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-29 23:27 [PATCH 0/4] Avoid soft lockup message when KVM is stopped by host Eric B Munson
2011-08-29 23:27 ` Eric B Munson
2011-08-29 23:27 ` Eric B Munson
2011-08-29 23:27 ` [PATCH 1/4] Add flag to indicate that a vm was stopped by the host Eric B Munson
2011-08-29 23:27   ` Eric B Munson
2011-08-29 23:27   ` Eric B Munson
2011-08-29 23:27 ` [PATCH 2/4] Add functions to check if the host has stopped the vm Eric B Munson
2011-08-29 23:27   ` Eric B Munson
2011-08-29 23:27   ` Eric B Munson
2011-08-29 23:27 ` [PATCH 3/4] Add generic stubs for kvm stop check functions Eric B Munson
2011-08-29 23:27   ` Eric B Munson
2011-08-29 23:27   ` Eric B Munson
2011-08-29 23:27 ` [PATCH 4/4] Add check for suspended vm in softlockup detector Eric B Munson
2011-08-29 23:27   ` Eric B Munson
2011-08-29 23:27   ` Eric B Munson
2011-08-30 12:26 ` [PATCH 0/4] Avoid soft lockup message when KVM is stopped by host Marcelo Tosatti
2011-08-30 12:26   ` Marcelo Tosatti
2011-08-30 12:26   ` Marcelo Tosatti
2011-08-30 14:12   ` Ryan Harper
2011-08-30 14:12     ` Ryan Harper
2011-08-30 14:12     ` Ryan Harper
2011-08-30 14:35     ` Marcelo Tosatti
2011-08-30 14:35       ` Marcelo Tosatti
2011-08-30 14:35       ` Marcelo Tosatti
2011-08-30 14:43       ` Ryan Harper
2011-08-30 14:43         ` Ryan Harper
2011-08-30 14:43         ` Ryan Harper
2011-08-30 18:30         ` Marcelo Tosatti
2011-08-30 18:30           ` Marcelo Tosatti
2011-08-30 18:30           ` Marcelo Tosatti
2011-08-30 16:37   ` Eric B Munson
2011-08-30 16:37     ` Eric B Munson
2011-08-30 16:37     ` Eric B Munson
2011-08-30 18:36     ` Marcelo Tosatti
2011-08-30 18:36       ` Marcelo Tosatti
2011-08-30 18:36       ` Marcelo Tosatti
2011-08-30 23:50       ` emunson
2011-08-30 23:50         ` emunson
2011-08-30 23:50         ` emunson
2011-08-30 23:50         ` emunson
2011-09-01 19:24   ` Anthony Liguori
2011-09-01 19:24     ` [PATCH 0/4] Avoid soft lockup message when KVM is stopped by Anthony Liguori
2011-09-01 19:24     ` Anthony Liguori
2011-09-01 20:27     ` [PATCH 0/4] Avoid soft lockup message when KVM is stopped by host emunson
2011-09-01 20:27       ` emunson
2011-09-01 20:27       ` emunson
2011-09-01 20:27       ` emunson
2011-09-09 13:29       ` Marcelo Tosatti
2011-09-09 13:29         ` Marcelo Tosatti
2011-09-09 13:29         ` Marcelo Tosatti
2011-09-13 20:49         ` Eric B Munson
2011-09-13 20:49           ` Eric B Munson
2011-09-13 20:49           ` Eric B Munson
2011-09-15 13:26           ` Marcelo Tosatti
2011-09-15 13:26             ` Marcelo Tosatti
2011-09-15 13:26             ` Marcelo Tosatti
2011-09-20 19:00             ` Eric B Munson
2011-09-20 19:00               ` Eric B Munson
2011-09-20 19:00               ` Eric B Munson
2011-09-20 19:55               ` Marcelo Tosatti
2011-09-20 19:55                 ` Marcelo Tosatti
2011-09-20 19:55                 ` Marcelo Tosatti
2011-09-21 14:11                 ` Dave Hansen
2011-09-21 14:11                   ` [PATCH 0/4] Avoid soft lockup message when KVM is stopped by Dave Hansen
2011-09-21 14:11                   ` Dave Hansen
2011-09-21 17:46                   ` [PATCH 0/4] Avoid soft lockup message when KVM is stopped by host Marcelo Tosatti
2011-09-21 17:46                     ` Marcelo Tosatti
2011-09-21 17:46                     ` Marcelo Tosatti
2011-09-20 20:03             ` Jamie Lokier
2011-09-20 20:03               ` Jamie Lokier
2011-09-20 20:03               ` Jamie Lokier
2011-09-21 17:43               ` Marcelo Tosatti
2011-09-21 17:43                 ` Marcelo Tosatti
2011-09-21 17:43                 ` Marcelo Tosatti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.