mbox

[PULL,00/16] Tracing patches

Message ID 1411729177-5222-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. 26, 2014, 10:59 a.m. UTC
The following changes since commit 1ba50f4ea01b26abe9dac95ba531533e17109826:

  Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging (2014-09-25 16:58:04 +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 bc0d104c6a3dc685e3adf92d89a017b2adc9878a:

  ohci: drop computed flags from trace events (2014-09-26 09:43:06 +0100)

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

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

Alex Bennée (2):
  scripts/tracetool: don't barf on formats with precision
  ohci: drop computed flags from trace events

Alexey Kardashevskiy (1):
  ohci: Split long traces to smaller ones

Chen Fan (1):
  trace: docs: add trace file description

Lluís Vilanova (3):
  trace: [ust] Fix format string computation in tcg-enabled events
  trace: [qmp] Add commands to query and control event tracing state
  trace: [hmp] Reimplement "trace-event" and "info trace-events" using
    QMP

Markus Armbruster (4):
  cleanup-trace-events.pl: Tighten search for trace event call
  trace-events: Drop unused megasas trace event
  trace-events: Drop orphaned monitor trace event
  trace-events: Fix comments pointing to source files

Stefan Hajnoczi (5):
  trace-events: drop orphan virtio_blk_data_plane_complete_request
  trace-events: drop orphan usb_mtp_data_out
  trace-events: drop orphan iscsi trace events
  trace: tighten up trace-events regex to fix bad parse
  trace: install trace-events file

 Makefile                                 |  1 +
 block/iscsi.c                            |  1 -
 docs/tracing.txt                         |  2 +-
 hw/usb/hcd-ohci.c                        | 21 +++++----
 monitor.c                                | 27 ++++++------
 qapi-schema.json                         |  3 ++
 qapi/trace.json                          | 65 +++++++++++++++++++++++++++
 qmp-commands.hx                          | 35 +++++++++++++++
 scripts/cleanup-trace-events.pl          |  2 +-
 scripts/tracetool/__init__.py            | 23 +++++-----
 scripts/tracetool/format/ust_events_h.py |  2 +-
 trace-events                             | 39 ++++++++---------
 trace/Makefile.objs                      |  1 +
 trace/control.c                          | 13 ------
 trace/control.h                          |  7 ---
 trace/qmp.c                              | 75 ++++++++++++++++++++++++++++++++
 16 files changed, 238 insertions(+), 79 deletions(-)
 create mode 100644 qapi/trace.json
 create mode 100644 trace/qmp.c

Comments

Peter Maydell Sept. 26, 2014, 1:16 p.m. UTC | #1
On 26 September 2014 11:59, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit 1ba50f4ea01b26abe9dac95ba531533e17109826:
>
>   Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging (2014-09-25 16:58:04 +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 bc0d104c6a3dc685e3adf92d89a017b2adc9878a:
>
>   ohci: drop computed flags from trace events (2014-09-26 09:43:06 +0100)

Applied, thanks.

-- PMM