Re: [PATCH 2/4 V16] Add functions to check if the host has stopped the vm

2012-03-15 Thread Eric B Munson
On Wed, 14 Mar 2012 11:12:35 +0100, Jan Kiszka wrote: On 2012-03-10 20:37, Eric B Munson wrote: When a host stops or suspends a VM it will set a flag to show this. The watchdog will use these functions to determine if a softlockup is real, or the result of a suspended VM. ... diff --git

Re: [PATCH 2/4 V16] Add functions to check if the host has stopped the vm

2012-03-15 Thread Eric B Munson
On Wed, 14 Mar 2012 11:12:35 +0100, Jan Kiszka wrote: On 2012-03-10 20:37, Eric B Munson wrote: When a host stops or suspends a VM it will set a flag to show this. The watchdog will use these functions to determine if a softlockup is real, or the result of a suspended VM. ... diff --git

Re: [PATCH 2/4 V16] Add functions to check if the host has stopped the vm

2012-03-14 Thread Jan Kiszka
On 2012-03-10 20:37, Eric B Munson wrote: > When a host stops or suspends a VM it will set a flag to show this. The > watchdog will use these functions to determine if a softlockup is real, or the > result of a suspended VM. > ... > diff --git a/arch/x86/kernel/kvmclock.c b/arch/x86/kernel/kvmc

[PATCH 2/4 V16] Add functions to check if the host has stopped the vm

2012-03-10 Thread Eric B Munson
When a host stops or suspends a VM it will set a flag to show this. The watchdog will use these functions to determine if a softlockup is real, or the result of a suspended VM. Signed-off-by: Eric B Munson asm-generic changes Acked-by: Arnd Bergmann Cc: mi...@redhat.com Cc: h...@zytor.com Cc: r