Re: [PATCH trace-cmd 0/3] kvm plugin updates

2010-11-23 Thread Steven Rostedt
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 >

[PATCH trace-cmd 0/3] kvm plugin updates

2010-11-23 Thread Avi Kivity
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