mbox

[PULL,v2,v2,0/2] Tracing patches

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

Pull-request

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

Message

Stefan Hajnoczi Oct. 26, 2020, 5:05 p.m. UTC
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

Comments

Peter Maydell Oct. 27, 2020, 2:29 p.m. UTC | #1
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