]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile.target
Add a stp file for usage from build directory
authorAlon Levy <alevy@redhat.com>
Fri, 14 Jun 2013 14:19:07 +0000 (15:19 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 14 Jun 2013 14:19:07 +0000 (15:19 +0100)
commitc14518e94251c5c0857915a5cef102f23abf1e8b
tree44001738f157d7e627020b9732f3ec2bb1591d46
parent301255e6303457e10b9a42dc208f80c058004c1c
Add a stp file for usage from build directory

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, usable
                                without installation

To use:
stap -I $(TARGET_DIR) ...

Signed-off-by: Alon Levy <alevy@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1370349928-20419-2-git-send-email-pbonzini@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Makefile.target