From: Michael Jeanson Date: Tue, 14 Dec 2021 20:00:18 +0000 (-0500) Subject: fix: KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_info (v5.16) X-Git-Tag: v2.12.7~4 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=71c2f6eda2efd25e33269f145294146595acca65;hp=71c2f6eda2efd25e33269f145294146595acca65;p=lttng-modules.git fix: KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_info (v5.16) See upstream commit : commit 0a62a0319abb92c89a4f91c2dbfcaee4e47f37ca Author: David Edmondson Date: Mon Sep 20 11:37:35 2021 +0100 KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_info Extend the get_exit_info static call to provide the reason for the VM exit. Modify relevant trace points to use this rather than extracting the reason in the caller. Change-Id: I28903e658eb7cbfc6666e35ba4cffba5e49d1445 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---