]> Git Repo - linux.git/commit
KVM: s390: Add CPU dump functionality
authorJanosch Frank <[email protected]>
Tue, 17 May 2022 16:36:25 +0000 (16:36 +0000)
committerChristian Borntraeger <[email protected]>
Wed, 1 Jun 2022 14:57:14 +0000 (16:57 +0200)
commit8aba09588d2af37c6cc1a781b87d1d91ebf389ae
tree790f5abd6888569755d0a1da1854bbfc42f3ac8a
parent0460eb35b443f73f8a8e3be1ea87bd690a852e20
KVM: s390: Add CPU dump functionality

The previous patch introduced the per-VM dump functions now let's
focus on dumping the VCPU state via the newly introduced
KVM_S390_PV_CPU_COMMAND ioctl which mirrors the VM UV ioctl and can be
extended with new commands later.

Signed-off-by: Janosch Frank <[email protected]>
Reviewed-by: Claudio Imbrenda <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Message-Id: <20220517163629[email protected]>
Signed-off-by: Christian Borntraeger <[email protected]>
arch/s390/kvm/kvm-s390.c
arch/s390/kvm/kvm-s390.h
arch/s390/kvm/pv.c
include/uapi/linux/kvm.h
This page took 0.054418 seconds and 4 git commands to generate.