mbox

[PULL,for-2.0,0/1] Tracing patches

Message ID 1396375902-17103-1-git-send-email-stefanha@redhat.com
State New
Headers show

Pull-request

git://github.com/stefanha/qemu.git tags/tracing-pull-request

Message

Stefan Hajnoczi April 1, 2014, 6:11 p.m. UTC
This SystemTap fix makes the .stp file we generate work again.

The following changes since commit 63678e17cf399ff81b93417fe7bee8d6ef6b6b1b:

  configure: add option to disable -fstack-protector flags (2014-03-31 20:16:02 +0100)

are available in the git repository at:

  git://github.com/stefanha/qemu.git tags/tracing-pull-request

for you to fetch changes up to 9bcec938aab22a1b7ced916a6895e5029d4ed04f:

  trace: add workaround for SystemTap PR13296 (2014-04-01 20:08:25 +0200)

----------------------------------------------------------------
Tracing pull request

----------------------------------------------------------------
Frank Ch. Eigler (1):
      trace: add workaround for SystemTap PR13296

 hw/intc/apic_common.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Comments

Peter Maydell April 1, 2014, 9:19 p.m. UTC | #1
On 1 April 2014 19:11, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> This SystemTap fix makes the .stp file we generate work again.
>
> The following changes since commit 63678e17cf399ff81b93417fe7bee8d6ef6b6b1b:
>
>   configure: add option to disable -fstack-protector flags (2014-03-31 20:16:02 +0100)
>
> are available in the git repository at:
>
>   git://github.com/stefanha/qemu.git tags/tracing-pull-request
>
> for you to fetch changes up to 9bcec938aab22a1b7ced916a6895e5029d4ed04f:
>
>   trace: add workaround for SystemTap PR13296 (2014-04-01 20:08:25 +0200)

Applied, thanks. (That is a really ugly hack...)

-- PMM