[PULL v2 v2 0/2] Tracing patches

Stefan Hajnoczi posted 2 patches 5 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201026170502.65786-1-stefanha@redhat.com
There is a newer version of this series
trace/control.c      | 6 +++++-
scripts/tracetool.py | 0
2 files changed, 5 insertions(+), 1 deletion(-)
mode change 100644 => 100755 scripts/tracetool.py
[PULL v2 v2 0/2] Tracing patches
Posted by Stefan Hajnoczi 5 years, 3 months ago
The following changes since commit a46e72710566eea0f90f9c673a0f02da0064acce:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201026' into staging (2020-10-26 14:50:03 +0000)

are available in the Git repository at:

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

for you to fetch changes up to ee8041013a574b4f88e05472f321e50e1f4be733:

  Add execute bit back to scripts/tracetool.py (2020-10-26 17:03:26 +0000)

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

v2:
 * Fix Anthony Perard's email address [Philippe]

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

Anthony PERARD (1):
  Add execute bit back to scripts/tracetool.py

Josh DuBois (1):
  trace/simple: Enable tracing on startup only if the user specifies a
    trace option

 trace/control.c      | 6 +++++-
 scripts/tracetool.py | 0
 2 files changed, 5 insertions(+), 1 deletion(-)
 mode change 100644 => 100755 scripts/tracetool.py

-- 
2.26.2

Re: [PULL v2 v2 0/2] Tracing patches
Posted by Peter Maydell 5 years, 3 months ago
On Mon, 26 Oct 2020 at 17:05, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> The following changes since commit a46e72710566eea0f90f9c673a0f02da0064acce:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201026' into staging (2020-10-26 14:50:03 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/stefanha/qemu.git tags/tracing-pull-request
>
> for you to fetch changes up to ee8041013a574b4f88e05472f321e50e1f4be733:
>
>   Add execute bit back to scripts/tracetool.py (2020-10-26 17:03:26 +0000)
>
> ----------------------------------------------------------------
> Pull request
>
> v2:
>  * Fix Anthony Perard's email address [Philippe]
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM