qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] f892b4: scripts/tracetool: Update maintainer


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] f892b4: scripts/tracetool: Update maintainer email address
Date: Thu, 25 Jun 2020 14:30:30 +0000 (UTC)

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: f892b494fafd39660679c1c4ef1dbe711a73df45
      
https://github.com/qemu/qemu/commit/f892b494fafd39660679c1c4ef1dbe711a73df45
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2020-06-24 (Wed, 24 Jun 2020)

  Changed paths:
    M scripts/tracetool.py
    M scripts/tracetool/__init__.py
    M scripts/tracetool/backend/__init__.py
    M scripts/tracetool/backend/dtrace.py
    M scripts/tracetool/backend/log.py
    M scripts/tracetool/backend/simple.py
    M scripts/tracetool/backend/ust.py
    M scripts/tracetool/format/__init__.py
    M scripts/tracetool/format/c.py
    M scripts/tracetool/format/d.py
    M scripts/tracetool/format/h.py
    M scripts/tracetool/format/stap.py
    M scripts/tracetool/format/tcg_h.py
    M scripts/tracetool/format/tcg_helper_c.py
    M scripts/tracetool/format/tcg_helper_h.py
    M scripts/tracetool/format/tcg_helper_wrapper_h.py
    M scripts/tracetool/transform.py
    M scripts/tracetool/vcpu.py

  Log Message:
  -----------
  scripts/tracetool: Update maintainer email address

There is an effort in progress to generate a QEMU Python
package. As I'm not sure this old email is still valid,
update it to not produce package with broken maintainer
email.

Patch created mechanically by running:

 $ sed -i 's,\(__email__ *= 
"\)stefanha@linux.vnet.ibm.com",\1stefanha@redhat.com",' \
         $(git grep -l 'email.*stefanha@linux.vnet.ibm.com')

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-id: 20200511082816.696-1-philmd@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>


  Commit: db25d56c014aa1a96319c663e0a60346a223b31e
      
https://github.com/qemu/qemu/commit/db25d56c014aa1a96319c663e0a60346a223b31e
  Author: Markus Armbruster <armbru@redhat.com>
  Date:   2020-06-24 (Wed, 24 Jun 2020)

  Changed paths:
    M trace/simple.c
    M trace/simple.h

  Log Message:
  -----------
  trace/simple: Fix unauthorized enable

st_set_trace_file() accidentally enables tracing.  It's called
unconditionally during startup, which is why QEMU built with the
simple trace backend always writes a trace file "trace-$PID".

This has been broken for quite a while.  I didn't track down the exact
commit.

Fix st_set_trace_file() to restore the state.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20200527065613.25322-1-armbru@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>


  Commit: beafab86a3062489cffd58d6608e64df98e256f1
      
https://github.com/qemu/qemu/commit/beafab86a3062489cffd58d6608e64df98e256f1
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
    M scripts/tracetool.py
    M scripts/tracetool/__init__.py
    M scripts/tracetool/backend/__init__.py
    M scripts/tracetool/backend/dtrace.py
    M scripts/tracetool/backend/log.py
    M scripts/tracetool/backend/simple.py
    M scripts/tracetool/backend/ust.py
    M scripts/tracetool/format/__init__.py
    M scripts/tracetool/format/c.py
    M scripts/tracetool/format/d.py
    M scripts/tracetool/format/h.py
    M scripts/tracetool/format/stap.py
    M scripts/tracetool/format/tcg_h.py
    M scripts/tracetool/format/tcg_helper_c.py
    M scripts/tracetool/format/tcg_helper_h.py
    M scripts/tracetool/format/tcg_helper_wrapper_h.py
    M scripts/tracetool/transform.py
    M scripts/tracetool/vcpu.py
    M trace/simple.c
    M trace/simple.h

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' 
into staging

Pull request

# gpg: Signature made Wed 24 Jun 2020 11:25:27 BST
# gpg:                using RSA key 8695A8BFD3F97CDAAC35775A9CA4ABB381AB73C8
# gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" [full]
# gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.com>" [full]
# Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35  775A 9CA4 ABB3 81AB 73C8

* remotes/stefanha/tags/tracing-pull-request:
  trace/simple: Fix unauthorized enable
  scripts/tracetool: Update maintainer email address

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/0250c595c9dd...beafab86a306



reply via email to

[Prev in Thread] Current Thread [Next in Thread]