[PULL 0/2] Tracing patches

Stefan Hajnoczi posted 2 patches 3 years, 10 months ago
Test FreeBSD passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200624104935.61329-1-stefanha@redhat.com
There is a newer version of this series
trace/simple.h                                |  2 +-
trace/simple.c                                | 20 +++++++++++++------
scripts/tracetool.py                          |  2 +-
scripts/tracetool/__init__.py                 |  2 +-
scripts/tracetool/backend/__init__.py         |  2 +-
scripts/tracetool/backend/dtrace.py           |  2 +-
scripts/tracetool/backend/log.py              |  2 +-
scripts/tracetool/backend/simple.py           |  2 +-
scripts/tracetool/backend/ust.py              |  2 +-
scripts/tracetool/format/__init__.py          |  2 +-
scripts/tracetool/format/c.py                 |  2 +-
scripts/tracetool/format/d.py                 |  2 +-
scripts/tracetool/format/h.py                 |  2 +-
scripts/tracetool/format/stap.py              |  2 +-
scripts/tracetool/format/tcg_h.py             |  2 +-
scripts/tracetool/format/tcg_helper_c.py      |  2 +-
scripts/tracetool/format/tcg_helper_h.py      |  2 +-
.../tracetool/format/tcg_helper_wrapper_h.py  |  2 +-
scripts/tracetool/transform.py                |  2 +-
scripts/tracetool/vcpu.py                     |  2 +-
20 files changed, 33 insertions(+), 25 deletions(-)
[PULL 0/2] Tracing patches
Posted by Stefan Hajnoczi 3 years, 10 months ago
The following changes since commit d88d5a3806d78dcfca648c62dae9d88d3e803bd2:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-hw-2020062=
2' into staging (2020-06-23 13:55:52 +0100)

are available in the Git repository at:

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

for you to fetch changes up to db25d56c014aa1a96319c663e0a60346a223b31e:

  trace/simple: Fix unauthorized enable (2020-06-24 11:21:00 +0100)

----------------------------------------------------------------
Pull request

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

Markus Armbruster (1):
  trace/simple: Fix unauthorized enable

Philippe Mathieu-Daud=C3=A9 (1):
  scripts/tracetool: Update maintainer email address

 trace/simple.h                                |  2 +-
 trace/simple.c                                | 20 +++++++++++++------
 scripts/tracetool.py                          |  2 +-
 scripts/tracetool/__init__.py                 |  2 +-
 scripts/tracetool/backend/__init__.py         |  2 +-
 scripts/tracetool/backend/dtrace.py           |  2 +-
 scripts/tracetool/backend/log.py              |  2 +-
 scripts/tracetool/backend/simple.py           |  2 +-
 scripts/tracetool/backend/ust.py              |  2 +-
 scripts/tracetool/format/__init__.py          |  2 +-
 scripts/tracetool/format/c.py                 |  2 +-
 scripts/tracetool/format/d.py                 |  2 +-
 scripts/tracetool/format/h.py                 |  2 +-
 scripts/tracetool/format/stap.py              |  2 +-
 scripts/tracetool/format/tcg_h.py             |  2 +-
 scripts/tracetool/format/tcg_helper_c.py      |  2 +-
 scripts/tracetool/format/tcg_helper_h.py      |  2 +-
 .../tracetool/format/tcg_helper_wrapper_h.py  |  2 +-
 scripts/tracetool/transform.py                |  2 +-
 scripts/tracetool/vcpu.py                     |  2 +-
 20 files changed, 33 insertions(+), 25 deletions(-)

--=20
2.26.2

Re: [PULL 0/2] Tracing patches
Posted by Peter Maydell 3 years, 10 months ago
On Wed, 24 Jun 2020 at 11:49, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> The following changes since commit d88d5a3806d78dcfca648c62dae9d88d3e803bd2:
>
>   Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-hw-2020062=
> 2' into staging (2020-06-23 13:55:52 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/stefanha/qemu.git tags/tracing-pull-request
>
> for you to fetch changes up to db25d56c014aa1a96319c663e0a60346a223b31e:
>
>   trace/simple: Fix unauthorized enable (2020-06-24 11:21:00 +0100)
>
> ----------------------------------------------------------------
> Pull request
>

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM