From: Stefan Hajnoczi Date: Fri, 22 Jul 2011 11:46:52 +0000 (+0100) Subject: KVM: Record instruction set in all vmexit tracepoints X-Git-Tag: v3.2-rc1~119^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e097e5ffd69cbd7be61466e2d54c145468d48073;p=pandora-kernel.git KVM: Record instruction set in all vmexit tracepoints The kvm_exit tracepoint recently added the isa argument to aid decoding exit_reason. The semantics of exit_reason depend on the instruction set (vmx or svm) and the isa argument allows traces to be analyzed on other machines. Add the isa argument to kvm_nested_vmexit and kvm_nested_vmexit_inject so these tracepoints can also be self-describing. Signed-off-by: Stefan Hajnoczi Signed-off-by: Avi Kivity --- Reading git-diff-tree failed