Re: [patch 4/4] KVM-trace port to tracepoints

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Anthony Liguori
Date: Thursday, July 17, 2008 - 9:52 am

Hi Mathieu,

It's difficult to review your patches because they aren't inlined.

At any rate, this patches are unusable with SVM.  They try to execute VT 
instructions unconditionally.  For instance, you changed:

Which lived in VT-specific code (vmx.c)

To:


Which lives in common code (kvm_trace.c).  But vmcs_read32() is 
VT-specific and should not be used in common code so this motion is 
wrong.  Why not just pass more arguments to probe_kvm_intr()?  Then your 
first two patches can be dropped completely.

Regards,

Anthony Liguori

Mathieu Desnoyers wrote:
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 4/4] KVM-trace port to tracepoints, Mathieu Desnoyers, (Thu Jul 17, 8:57 am)
Re: [patch 4/4] KVM-trace port to tracepoints, Jan Kiszka, (Thu Jul 17, 9:49 am)
Re: [patch 4/4] KVM-trace port to tracepoints, Anthony Liguori, (Thu Jul 17, 9:52 am)
Re: [patch 4/4] KVM-trace port to tracepoints, Mathieu Desnoyers, (Thu Jul 17, 10:04 am)
Re: [patch 4/4] KVM-trace port to tracepoints, Mathieu Desnoyers, (Thu Jul 17, 10:28 am)
Re: [patch 4/4] KVM-trace port to tracepoints, Jan Kiszka, (Tue Jul 22, 9:04 am)
Re: [patch 4/4] KVM-trace port to tracepoints, Avi Kivity, (Tue Jul 22, 11:46 am)
Re: [patch 4/4] KVM-trace port to tracepoints, Peter Zijlstra, (Wed Jul 23, 12:49 am)
Re: [patch 4/4] KVM-trace port to tracepoints, Avi Kivity, (Wed Jul 23, 1:08 am)
Re: [patch 4/4] KVM-trace port to tracepoints, Peter Zijlstra, (Wed Jul 23, 1:55 am)
Re: [patch 4/4] KVM-trace port to tracepoints, Avi Kivity, (Wed Jul 23, 2:32 am)
Re: [patch 4/4] KVM-trace port to tracepoints, Peter Zijlstra, (Wed Jul 23, 2:53 am)
Re: [patch 4/4] KVM-trace port to tracepoints, Christoph Hellwig, (Wed Jul 23, 3:03 am)
Re: [patch 4/4] KVM-trace port to tracepoints, Avi Kivity, (Wed Jul 23, 3:08 am)
Re: [patch 4/4] KVM-trace port to tracepoints, Christoph Hellwig, (Wed Jul 23, 3:13 am)
Re: [patch 4/4] KVM-trace port to tracepoints, Mathieu Desnoyers, (Wed Jul 23, 6:15 am)
Re: [patch 4/4] KVM-trace port to tracepoints, Mathieu Desnoyers, (Wed Jul 23, 6:20 am)