All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: kvm-ia64@vger.kernel.org
Subject: Re: [PATCH 0/4] Avoid soft lockup message when KVM is stopped by
Date: Thu, 01 Sep 2011 19:24:12 +0000	[thread overview]
Message-ID: <4E5FDBDC.2030302@codemonkey.ws> (raw)
In-Reply-To: <1314660435-23293-1-git-send-email-emunson@mgebm.net>

On 08/30/2011 07:26 AM, Marcelo Tosatti wrote:
> On Mon, Aug 29, 2011 at 05:27:11PM -0600, Eric B Munson wrote:
>> 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
>
> How is the host supposed to set this flag?
>
> As mentioned previously, if you save save/restore the offset added to
> kvmclock on stop/cont (and the TSC MSR, forgot to mention that), no
> paravirt infrastructure is required. Which means the issue is also fixed
> for older guests.

IIRC, the steal time patches have some logic that basically say:

if there was steal time:
    kick soft lockup detector

I wonder if that serves this purpose provided that time spent in stop is 
accounted as steal time.  If it isn't, perhaps it should be?

Regards,

Anthony Liguori

> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


WARNING: multiple messages have this Message-ID (diff)
From: Anthony Liguori <anthony@codemonkey.ws>
To: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Eric B Munson <emunson@mgebm.net>,
	avi@redhat.com, tglx@linutronix.de, mingo@redhat.com,
	hpa@zytor.com, arnd@arndb.de, riel@redhat.com,
	kvm@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arch@vger.kernel.org, kvm-ppc@vger.kernel.org,
	aliguori@us.ibm.com, raharper@us.ibm.com,
	kvm-ia64@vger.kernel.org, Glauber Costa <glommer@gmail.com>
Subject: Re: [PATCH 0/4] Avoid soft lockup message when KVM is stopped by
Date: Thu, 01 Sep 2011 19:24:12 +0000	[thread overview]
Message-ID: <4E5FDBDC.2030302@codemonkey.ws> (raw)
In-Reply-To: <20110830122630.GA19450@amt.cnet>

On 08/30/2011 07:26 AM, Marcelo Tosatti wrote:
> On Mon, Aug 29, 2011 at 05:27:11PM -0600, Eric B Munson wrote:
>> 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
>
> How is the host supposed to set this flag?
>
> As mentioned previously, if you save save/restore the offset added to
> kvmclock on stop/cont (and the TSC MSR, forgot to mention that), no
> paravirt infrastructure is required. Which means the issue is also fixed
> for older guests.

IIRC, the steal time patches have some logic that basically say:

if there was steal time:
    kick soft lockup detector

I wonder if that serves this purpose provided that time spent in stop is 
accounted as steal time.  If it isn't, perhaps it should be?

Regards,

Anthony Liguori

> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


WARNING: multiple messages have this Message-ID (diff)
From: Anthony Liguori <anthony@codemonkey.ws>
To: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Eric B Munson <emunson@mgebm.net>,
	avi@redhat.com, tglx@linutronix.de, mingo@redhat.com,
	hpa@zytor.com, arnd@arndb.de, riel@redhat.com,
	kvm@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arch@vger.kernel.org, kvm-ppc@vger.kernel.org,
	aliguori@us.ibm.com, raharper@us.ibm.com,
	kvm-ia64@vger.kernel.org, Glauber Costa <glommer@gmail.com>
Subject: Re: [PATCH 0/4] Avoid soft lockup message when KVM is stopped by host
Date: Thu, 01 Sep 2011 14:24:12 -0500	[thread overview]
Message-ID: <4E5FDBDC.2030302@codemonkey.ws> (raw)
In-Reply-To: <20110830122630.GA19450@amt.cnet>

On 08/30/2011 07:26 AM, Marcelo Tosatti wrote:
> On Mon, Aug 29, 2011 at 05:27:11PM -0600, Eric B Munson wrote:
>> 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
>
> How is the host supposed to set this flag?
>
> As mentioned previously, if you save save/restore the offset added to
> kvmclock on stop/cont (and the TSC MSR, forgot to mention that), no
> paravirt infrastructure is required. Which means the issue is also fixed
> for older guests.

IIRC, the steal time patches have some logic that basically say:

if there was steal time:
    kick soft lockup detector

I wonder if that serves this purpose provided that time spent in stop is 
accounted as steal time.  If it isn't, perhaps it should be?

Regards,

Anthony Liguori

> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2011-09-01 19:24 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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-30 12:26 ` 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 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:30 ` Marcelo Tosatti
2011-08-30 18:30   ` Marcelo Tosatti
2011-08-30 18:30   ` Marcelo Tosatti
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 [this message]
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 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-20 20:03 ` Jamie Lokier
2011-09-20 20:03   ` Jamie Lokier
2011-09-20 20:03   ` Jamie Lokier
2011-09-21 14:11 ` [PATCH 0/4] Avoid soft lockup message when KVM is stopped by Dave Hansen
2011-09-21 14:11   ` [PATCH 0/4] Avoid soft lockup message when KVM is stopped by host Dave Hansen
2011-09-21 14:11   ` [PATCH 0/4] Avoid soft lockup message when KVM is stopped by Dave Hansen
2011-09-21 17:43 ` [PATCH 0/4] Avoid soft lockup message when KVM is stopped by host Marcelo Tosatti
2011-09-21 17:43   ` Marcelo Tosatti
2011-09-21 17:43   ` Marcelo Tosatti
2011-09-21 17:46 ` Marcelo Tosatti
2011-09-21 17:46   ` Marcelo Tosatti
2011-09-21 17:46   ` Marcelo Tosatti
  -- strict thread matches above, loose matches on Subject: below --
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E5FDBDC.2030302@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=kvm-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.