diff options
author | Philippe Mathieu-Daudé | 2020-05-11 10:28:16 +0200 |
---|---|---|
committer | Stefan Hajnoczi | 2020-06-24 12:21:00 +0200 |
commit | f892b494fafd39660679c1c4ef1dbe711a73df45 (patch) | |
tree | 536854b27d079afcb5d2fa1afaa11045c75b6fe0 /scripts/tracetool/format/tcg_helper_wrapper_h.py | |
parent | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-hw-20200622'... (diff) | |
download | qemu-f892b494fafd39660679c1c4ef1dbe711a73df45.tar.gz qemu-f892b494fafd39660679c1c4ef1dbe711a73df45.tar.xz qemu-f892b494fafd39660679c1c4ef1dbe711a73df45.zip |
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>
Diffstat (limited to 'scripts/tracetool/format/tcg_helper_wrapper_h.py')
-rw-r--r-- | scripts/tracetool/format/tcg_helper_wrapper_h.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tracetool/format/tcg_helper_wrapper_h.py b/scripts/tracetool/format/tcg_helper_wrapper_h.py index 6adeab74df..0c5a9797d1 100644 --- a/scripts/tracetool/format/tcg_helper_wrapper_h.py +++ b/scripts/tracetool/format/tcg_helper_wrapper_h.py @@ -9,7 +9,7 @@ __copyright__ = "Copyright 2012-2016, Lluís Vilanova <vilanova@ac.upc.edu>" __license__ = "GPL version 2 or (at your option) any later version" __maintainer__ = "Stefan Hajnoczi" -__email__ = "stefanha@linux.vnet.ibm.com" +__email__ = "stefanha@redhat.com" from tracetool import out |