mbox

[PULL,0/8] Tracing patches

Message ID 1475098293-13262-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 Sept. 28, 2016, 9:31 p.m. UTC
The following changes since commit 25930ed60aad49f1fdd7de05272317c86ce1275b:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2016-09-27 23:10:12 +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 43e21e4907a009d87f6aef44663d9e1f7b181b8d:

  trace: Document the execution mode of guest events (2016-09-28 19:17:55 +0100)

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

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

Daniel P. Berrange (4):
  trace: move util/buffer.c trace points into correct file
  trace: move util/qemu-coroutine*.c trace points into correct file
  trace: move hw/mem/pc-dimm.c trace points into correct file
  trace: move hw/virtio/virtio-balloon.c trace points into correct file

LluĂ­s Vilanova (4):
  trace: Properly initialize dynamic event states in hot-plugged vCPUs
  trace: Add event "guest_cpu_enter"
  trace: Add event "guest_cpu_reset"
  trace: Document the execution mode of guest events

 Makefile.objs          |  1 +
 bsd-user/main.c        |  1 -
 hw/i386/trace-events   |  4 ----
 hw/mem/trace-events    |  5 +++++
 hw/virtio/trace-events |  5 +++++
 io/trace-events        |  6 ------
 linux-user/main.c      |  1 -
 qom/cpu.c              |  6 ++++++
 stubs/trace-control.c  |  6 ++++++
 trace-events           | 33 ++++++++++++++++-----------------
 trace/control-target.c | 40 ++++++++++++++++++++++++++++++++++++++++
 trace/control.c        | 19 -------------------
 trace/control.h        | 19 ++++++++-----------
 util/trace-events      | 19 +++++++++++++++++++
 vl.c                   |  1 -
 15 files changed, 106 insertions(+), 60 deletions(-)
 create mode 100644 hw/mem/trace-events

Comments

Peter Maydell Sept. 29, 2016, 6:47 p.m. UTC | #1
On 28 September 2016 at 14:31, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit 25930ed60aad49f1fdd7de05272317c86ce1275b:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2016-09-27 23:10:12 +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 43e21e4907a009d87f6aef44663d9e1f7b181b8d:
>
>   trace: Document the execution mode of guest events (2016-09-28 19:17:55 +0100)
>
> ----------------------------------------------------------------
>

Applied, thanks.

-- PMM