Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b5d56b9 authored by Eric B Munson's avatar Eric B Munson Committed by Avi Kivity
Browse files

kvmclock: Add functions to check if the host has stopped the vm



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: default avatarEric B Munson <emunson@mgebm.net>
asm-generic changes Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent eae3ee7d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
#include <asm-generic/kvm_para.h>
+1 −0
Original line number Diff line number Diff line
#include <asm-generic/kvm_para.h>
+1 −0
Original line number Diff line number Diff line
#include <asm-generic/kvm_para.h>
+1 −0
Original line number Diff line number Diff line
#include <asm-generic/kvm_para.h>
+1 −0
Original line number Diff line number Diff line
#include <asm-generic/kvm_para.h>
Loading