Re: [PATCH 1/6 V2] Add flag to indicate that a vm was stopped by the host

2011-11-01 Thread Anthony Liguori
On 10/31/2011 03:07 PM, Eric B Munson wrote: This flag will be used to check if the vm was stopped by the host when a soft lockup was detected. Signed-off-by: Eric B Munson Adding Jeremy since the pvclock ABI is shared across Xen and KVM. Regards, Anthony Liguori --- arch/x86/include/asm

[PATCH 1/6 V2] Add flag to indicate that a vm was stopped by the host

2011-10-31 Thread Eric B Munson
This flag will be used to check if the vm was stopped by the host when a soft lockup was detected. Signed-off-by: Eric B Munson --- arch/x86/include/asm/pvclock-abi.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/include/asm/pvclock-abi.h b/arch/x86/include/a