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

2013-05-29 Thread Stefan Hajnoczi
On Tue, May 28, 2013 at 08:28:08PM -0400, Alon Levy wrote: > For systemtap the location of the process being tapped is crucial, as a > result the existing stp file requires installation for use. > > There are now two files: > $(TARGET_DIR)/$(QEMU_PROG).stp-installed: copied to $(tapdir)/$(QEMU_PRO

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

2013-05-28 Thread Paolo Bonzini
Il 29/05/2013 02:28, Alon Levy ha scritto: > For systemtap the location of the process being tapped is crucial, as a > result the existing stp file requires installation for use. > > There are now two files: > $(TARGET_DIR)/$(QEMU_PROG).stp-installed: copied to $(tapdir)/$(QEMU_PROG).stp > $(TARGE

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

2013-05-28 Thread Alon Levy
For systemtap the location of the process being tapped is crucial, as a result the existing stp file requires installation for use. There are now two files: $(TARGET_DIR)/$(QEMU_PROG).stp-installed: copied to $(tapdir)/$(QEMU_PROG).stp $(TARGET_DIR)/$(QEMU_PROG).stp: pointing to the built binary,