Re: [Qemu-devel] [RFC] Add a stp file for usage from build directory

2013-05-28 Thread Stefan Hajnoczi
On Tue, May 28, 2013 at 08:09:55AM -0400, Alon Levy wrote: > On Mon, 2013-05-27 at 08:32 +0200, Paolo Bonzini wrote: > > Il 27/05/2013 04:19, Alon Levy ha scritto: > > > For systemtap the location of the process being tapped is crucial, so > > > the existing stp file requires installation to use. A

Re: [Qemu-devel] [RFC] Add a stp file for usage from build directory

2013-05-28 Thread Paolo Bonzini
Il 28/05/2013 15:57, Alon Levy ha scritto: > On Tue, 2013-05-28 at 09:25 -0400, Alon Levy wrote: >>> Il 28/05/2013 14:33, Alon Levy ha scritto: On Tue, 2013-05-28 at 14:18 +0200, Paolo Bonzini wrote: > Il 28/05/2013 14:09, Alon Levy ha scritto: + --probe-prefix=qemu.l

Re: [Qemu-devel] [RFC] Add a stp file for usage from build directory

2013-05-28 Thread Alon Levy
On Tue, 2013-05-28 at 09:25 -0400, Alon Levy wrote: > > Il 28/05/2013 14:33, Alon Levy ha scritto: > > > On Tue, 2013-05-28 at 14:18 +0200, Paolo Bonzini wrote: > > >> Il 28/05/2013 14:09, Alon Levy ha scritto: > > > + --probe-prefix=qemu.local \ > > > > Why change the pre

Re: [Qemu-devel] [RFC] Add a stp file for usage from build directory

2013-05-28 Thread Alon Levy
> Il 28/05/2013 14:33, Alon Levy ha scritto: > > On Tue, 2013-05-28 at 14:18 +0200, Paolo Bonzini wrote: > >> Il 28/05/2013 14:09, Alon Levy ha scritto: > > + --probe-prefix=qemu.local \ > > Why change the prefix? > >>> > >>> It was one way to verify I was using the corr

Re: [Qemu-devel] [RFC] Add a stp file for usage from build directory

2013-05-28 Thread Paolo Bonzini
Il 28/05/2013 14:33, Alon Levy ha scritto: > On Tue, 2013-05-28 at 14:18 +0200, Paolo Bonzini wrote: >> Il 28/05/2013 14:09, Alon Levy ha scritto: > + --probe-prefix=qemu.local \ Why change the prefix? >>> >>> It was one way to verify I was using the correct file. I'll change

Re: [Qemu-devel] [RFC] Add a stp file for usage from build directory

2013-05-28 Thread Alon Levy
On Tue, 2013-05-28 at 14:18 +0200, Paolo Bonzini wrote: > Il 28/05/2013 14:09, Alon Levy ha scritto: > >>> + --probe-prefix=qemu.local \ > >> > >> Why change the prefix? > > > > It was one way to verify I was using the correct file. I'll change it > > back. > > > > But in general does it

Re: [Qemu-devel] [RFC] Add a stp file for usage from build directory

2013-05-28 Thread Paolo Bonzini
Il 28/05/2013 14:09, Alon Levy ha scritto: >>> + --probe-prefix=qemu.local \ >> >> Why change the prefix? > > It was one way to verify I was using the correct file. I'll change it > back. > > But in general does it make sense for you to have this in addition to > the existing stp file?

Re: [Qemu-devel] [RFC] Add a stp file for usage from build directory

2013-05-28 Thread Alon Levy
On Mon, 2013-05-27 at 08:32 +0200, Paolo Bonzini wrote: > Il 27/05/2013 04:19, Alon Levy ha scritto: > > For systemtap the location of the process being tapped is crucial, so > > the existing stp file requires installation to use. A new file providing > > qemu.local prefixed probes lets scripts run

Re: [Qemu-devel] [RFC] Add a stp file for usage from build directory

2013-05-26 Thread Paolo Bonzini
Il 27/05/2013 04:19, Alon Levy ha scritto: > For systemtap the location of the process being tapped is crucial, so > the existing stp file requires installation to use. A new file providing > qemu.local prefixed probes lets scripts run without an install step. > > Signed-off-by: Alon Levy > --- >

[Qemu-devel] [RFC] Add a stp file for usage from build directory

2013-05-26 Thread Alon Levy
For systemtap the location of the process being tapped is crucial, so the existing stp file requires installation to use. A new file providing qemu.local prefixed probes lets scripts run without an install step. Signed-off-by: Alon Levy --- Makefile.target | 13 - 1 file changed, 12