]> git.proxmox.com Git - mirror_qemu.git/commit - scripts/tracetool/format/tcg_h.py
scripts/tracetool: Update maintainer email address
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 11 May 2020 08:28:16 +0000 (10:28 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 24 Jun 2020 10:21:00 +0000 (11:21 +0100)
commitf892b494fafd39660679c1c4ef1dbe711a73df45
tree536854b27d079afcb5d2fa1afaa11045c75b6fe0
parentd88d5a3806d78dcfca648c62dae9d88d3e803bd2
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>
18 files changed:
scripts/tracetool.py
scripts/tracetool/__init__.py
scripts/tracetool/backend/__init__.py
scripts/tracetool/backend/dtrace.py
scripts/tracetool/backend/log.py
scripts/tracetool/backend/simple.py
scripts/tracetool/backend/ust.py
scripts/tracetool/format/__init__.py
scripts/tracetool/format/c.py
scripts/tracetool/format/d.py
scripts/tracetool/format/h.py
scripts/tracetool/format/stap.py
scripts/tracetool/format/tcg_h.py
scripts/tracetool/format/tcg_helper_c.py
scripts/tracetool/format/tcg_helper_h.py
scripts/tracetool/format/tcg_helper_wrapper_h.py
scripts/tracetool/transform.py
scripts/tracetool/vcpu.py