]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
KVM: s390: log machine checks more aggressively
authorChristian Borntraeger <borntraeger@linux.ibm.com>
Fri, 6 Mar 2026 10:25:40 +0000 (11:25 +0100)
committerChristian Borntraeger <borntraeger@linux.ibm.com>
Mon, 16 Mar 2026 15:56:39 +0000 (16:56 +0100)
commit1ca90f4ae554034d96764577196d8dd0c3bcd05e
tree6aa1786647d2d39e92fc12a814e287607a80139e
parent0c6294d98a6dfadd53296d762f4a396c2f04c7c1
KVM: s390: log machine checks more aggressively

KVM will reinject machine checks that happen during guest activity.
From a host perspective this machine check is no longer visible
and even for the guest, the guest might decide to only kill a
userspace program or even ignore the machine check.
As this can be a disruptive event nevertheless, we should log this
not only in the VM debug event (that gets lost after guest shutdown)
but also on the global KVM event as well as syslog.
Consolidate the logging and log with loglevel 2 and higher.

Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
Acked-by: Janosch Frank <frankja@linux.ibm.com>
Acked-by: Hendrik Brueckner <brueckner@linux.ibm.com>
arch/s390/kvm/interrupt.c
arch/s390/kvm/kvm-s390.c
arch/s390/kvm/vsie.c