mbox

[PULL,0/2] Tracing patches

Message ID 20170711083552.17433-1-stefanha@redhat.com
State New
Headers show

Pull-request

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

Message

Stefan Hajnoczi July 11, 2017, 8:35 a.m. UTC
The following changes since commit 6b06e3e49eb8c91cc286c16d6bf3181ac296f33d:

  Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-07-10-v2' into staging (2017-07-10 16:12:47 +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 cbea0ac4fe4989ae70088e01ad8b5e99f7ce3846:

  backends: remove empty trace-events file (2017-07-11 09:35:11 +0100)

----------------------------------------------------------------

----------------------------------------------------------------

Daniel P. Berrange (1):
  backends: remove empty trace-events file

Lluís Vilanova (1):
  trace: Fix early setting of events with the "vcpu" property

 Makefile.objs          |  1 -
 trace/control-target.c | 10 +++++++---
 backends/trace-events  |  0
 3 files changed, 7 insertions(+), 4 deletions(-)
 delete mode 100644 backends/trace-events

Comments

Peter Maydell July 13, 2017, 9:46 a.m. UTC | #1
On 11 July 2017 at 09:35, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit 6b06e3e49eb8c91cc286c16d6bf3181ac296f33d:
>
>   Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-07-10-v2' into staging (2017-07-10 16:12:47 +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 cbea0ac4fe4989ae70088e01ad8b5e99f7ce3846:
>
>   backends: remove empty trace-events file (2017-07-11 09:35:11 +0100)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Daniel P. Berrange (1):
>   backends: remove empty trace-events file
>
> Lluís Vilanova (1):
>   trace: Fix early setting of events with the "vcpu" property
>

Applied, thanks.

-- PMM