commit | eae3ee7d8a7c59cf63441dedf28674889f5fc477 | [log] [tgz] |
---|---|---|
author | Eric B Munson <emunson@mgebm.net> | Sat Mar 10 14:37:25 2012 -0500 |
committer | Avi Kivity <avi@redhat.com> | Sun Apr 08 12:48:57 2012 +0300 |
tree | 99268a4135875c68c7aeb69bd8ca0f6e88aee146 | |
parent | 2246f8b56315befa30f3d3d2800e0734c774f70e [diff] |
x86: pvclock: Add flag to indicate that a vm was stopped by the host This flag will be used to check if the vm was stopped by the host when a soft lockup was detected. The host will set the flag when it stops the guest. On resume, the guest will check this flag if a soft lockup is detected and skip issuing the warning. Signed-off-by: Eric B Munson <emunson@mgebm.net> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>