On Tue, 2010-11-23 at 12:58 +0200, Avi Kivity wrote:
> Currently the kvm plugin only decodes vmx exit reasons; the first patch
> in this series adds support for the svm instruction set.
>
> Second patch fixes a typo.
>
> A couple of fields were added to the kvm_exit tracepoint; the third patch
>
Currently the kvm plugin only decodes vmx exit reasons; the first patch
in this series adds support for the svm instruction set.
Second patch fixes a typo.
A couple of fields were added to the kvm_exit tracepoint; the third patch
prints them out.
Avi Kivity (3):
kvm: parse svm exit reason
kv