]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
MAINTAINERS: Remove my disfunctional emails
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 22 Apr 2026 07:26:59 +0000 (09:26 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 24 Apr 2026 19:27:22 +0000 (21:27 +0200)
With retrospective, mentioning email in authorship wasn't
really useful, more now than these addresses are dead:
 - f4bug@amsat.org
 - philmd@redhat.com
Simply remove them.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20260422080406.62638-3-philmd@linaro.org>

32 files changed:
crypto/tls-cipher-suites.c
hw/i386/fw_cfg.c
hw/i386/pc_sysfw_ovmf-stubs.c
hw/misc/bcm2835_thermal.c
hw/misc/led.c
hw/ppc/fw_cfg.c
hw/sd/sd.c
hw/sd/sdmmc-internal.h
hw/timer/bcm2835_systmr.c
hw/usb/bus-stub.c
include/crypto/tls-cipher-suites.h
include/hw/i2c/arm_sbcon_i2c.h
include/hw/misc/bcm2835_thermal.h
include/hw/misc/led.h
include/hw/timer/bcm2835_systmr.h
include/qemu/units.h
stubs/fw_cfg.c
stubs/hotplug-stubs.c
stubs/qdev.c
tests/functional/aarch64/test_raspi3.py
tests/functional/arm/test_bflt.py
tests/functional/arm/test_raspi2.py
tests/functional/m68k/test_nextcube.py
tests/functional/mips/test_malta.py
tests/functional/mips64el/test_fuloong2e.py
tests/functional/mips64el/test_malta.py
tests/functional/mipsel/test_malta.py
tests/functional/ppc/test_40p.py
tests/functional/qemu_test/tesseract.py
tests/qtest/fuzz-sb16-test.c
tests/qtest/fuzz-sdcard-test.c
tests/qtest/sdhci-test.c

index d9b61d0c08ae454422b633c0845a53dfbc309d54..a6566f13c9bea4b6e2a9a20ea145d63da71e5ce1 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 2018-2020 Red Hat, Inc.
  *
- * Author: Philippe Mathieu-Daudé <philmd@redhat.com>
+ * Author: Philippe Mathieu-Daudé
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  */
index 5670e8553eaa45ec7c121329a9a78cf8c5bf9201..858e6ca9c53e42be3e0151e239fb6b1d2468bfb6 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (c) 2019 Red Hat, Inc.
  *
  * Author:
- *   Philippe Mathieu-Daudé <philmd@redhat.com>
+ *   Philippe Mathieu-Daudé
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  *
index b53906a05214cc1585fc9e9b573ef8faae79802c..42e300ddec421bb851eeda6b5957162f1e617f45 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (c) 2021 Red Hat, Inc.
  *
  * Author:
- *   Philippe Mathieu-Daudé <philmd@redhat.com>
+ *   Philippe Mathieu-Daudé
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  *
index 0dc1be15b4ae7c94b083b7abea2c9423ca4e8715..413c4179fed5d073bb05a1271ddb6ce9342334d3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * BCM2835 dummy thermal sensor
  *
- * Copyright (C) 2019 Philippe Mathieu-Daudé <f4bug@amsat.org>
+ * Copyright (C) 2019 Philippe Mathieu-Daudé
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  */
index d9256aaaf568da704b34d9b9c2a49673f3f9ec75..8b758c1b76de8ecd6c76e712747d051495fe8487 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * QEMU single LED device
  *
- * Copyright (C) 2020 Philippe Mathieu-Daudé <f4bug@amsat.org>
+ * Copyright (C) 2020 Philippe Mathieu-Daudé
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  */
index a88b5c4bde24393462204c858eaeb22237281293..071cf855c234c36c0e0a0af6dcfc954d141dd0f8 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (c) 2019 Red Hat, Inc.
  *
  * Author:
- *   Philippe Mathieu-Daudé <philmd@redhat.com>
+ *   Philippe Mathieu-Daudé
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  *
index 37f6e0702b0bce85915ef727ba1ec05f02f9c32c..58275e7fa19b373c098bf5d334ecbcad497e74fe 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2006 Andrzej Zaborowski  <balrog@zabor.org>
  * Copyright (c) 2007 CodeSourcery
- * Copyright (c) 2018 Philippe Mathieu-Daudé <f4bug@amsat.org>
+ * Copyright (c) 2018 Philippe Mathieu-Daudé
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index c115f472efeacc7f554cdc32d470c7057e951dc2..f9282a9712db21aec2e41b4a603129800800d9b9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * SD/MMC cards common
  *
- * Copyright (c) 2018  Philippe Mathieu-Daudé <f4bug@amsat.org>
+ * Copyright (c) 2018  Philippe Mathieu-Daudé
  *
  * This work is licensed under the terms of the GNU GPL, version 2 or later.
  * See the COPYING file in the top-level directory.
index 00bcfcd05c6859eb606b4aecd8060cd3f0cc64b4..06a919b1f8b07c3175eef0625799019c176b741f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * BCM2835 SYS timer emulation
  *
- * Copyright (C) 2019 Philippe Mathieu-Daudé <f4bug@amsat.org>
+ * Copyright (C) 2019 Philippe Mathieu-Daudé
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  *
index a7c3909e967e4b06c2f45aaf2f0b53c4d9d45167..7cf1b4941179e795ab5b14c2cc484d48e5719c34 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * QEMU USB device emulation stubs
  *
- * Copyright (C) 2021 Philippe Mathieu-Daudé <f4bug@amsat.org>
+ * Copyright (C) 2021 Philippe Mathieu-Daudé
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  */
index 3bd2003f32d1f498bc37fca0a55cd79f60b0cf68..31697a7d6deecd8ff10a54157658588da9e2bc8a 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 2018-2020 Red Hat, Inc.
  *
- * Author: Philippe Mathieu-Daudé <philmd@redhat.com>
+ * Author: Philippe Mathieu-Daudé
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  */
index 39b99f57bfbf67f04915e066e27e088242553657..537de428e1f9056335970d6b40318af06acf00b9 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 2006-2007 CodeSourcery.
  * Copyright (c) 2012 Oskar Andero <oskar.andero@gmail.com>
- * Copyright (C) 2020 Philippe Mathieu-Daudé <f4bug@amsat.org>
+ * Copyright (C) 2020 Philippe Mathieu-Daudé
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  */
index 13ffc61c1a7324014e1a29fc6a663dabe72f581d..04eda5cb83f177a0394b5b6168f3701c8943a4bb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * BCM2835 dummy thermal sensor
  *
- * Copyright (C) 2019 Philippe Mathieu-Daudé <f4bug@amsat.org>
+ * Copyright (C) 2019 Philippe Mathieu-Daudé
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  */
index 4d077a7c43e01fa92a496d26a69502eae013e2d4..89ccbad4660537a3e35c65d9ec5b15f5d43b7a93 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * QEMU single LED device
  *
- * Copyright (C) 2020 Philippe Mathieu-Daudé <f4bug@amsat.org>
+ * Copyright (C) 2020 Philippe Mathieu-Daudé
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  */
index 0674a18f12db5f2bbff8ca75287f8691c3aed5ba..770e464937bd2b775e7e839c23b9ce762cb921d4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * BCM2835 SYS timer emulation
  *
- * Copyright (c) 2019 Philippe Mathieu-Daudé <f4bug@amsat.org>
+ * Copyright (c) 2019 Philippe Mathieu-Daudé
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  */
index 692db3fbb26138c850e168d810e2da41a8359214..4764e301e5bb89539e65c4423f65f99639219445 100644 (file)
@@ -2,7 +2,7 @@
  * IEC binary prefixes definitions
  *
  * Copyright (C) 2015 Nikunj A Dadhania, IBM Corporation
- * Copyright (C) 2018 Philippe Mathieu-Daudé <f4bug@amsat.org>
+ * Copyright (C) 2018 Philippe Mathieu-Daudé
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  */
index bb1e3c8aa95c70445cf96c77e4bfa39dd98a206b..e7a9f714f353493919dfa4406ea094b439b8c636 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (c) 2019 Red Hat, Inc.
  *
  * Author:
- *   Philippe Mathieu-Daudé <philmd@redhat.com>
+ *   Philippe Mathieu-Daudé
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  *
index 23a1678dbbc80fe355cd2b753dcf9ae6a618b584..0f592ee139119ee2ff8aff70a8bef70292072f01 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (c) Red Hat
  *
  * Authors:
- *  Philippe Mathieu-Daudé <philmd@redhat.com>,
+ *  Philippe Mathieu-Daudé,
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  *
index 7e957b3e524cd72200a1a9b913ead326dc1f1ef3..61596de5f87e1b4952fb2da790ba9b7123f25e98 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (c) 2021 Red Hat, Inc.
  *
  * Author:
- *   Philippe Mathieu-Daudé <philmd@redhat.com>
+ *   Philippe Mathieu-Daudé
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  *
index 74f6630ed26240e6c154fcbb7d952c725594fabe..ae9eed3589f3ddabf0df90d1589b86192f01cba5 100755 (executable)
@@ -3,7 +3,7 @@
 # Functional test that boots a Linux kernel on a Raspberry Pi machine
 # and checks the console
 #
-# Copyright (c) 2020 Philippe Mathieu-Daudé <f4bug@amsat.org>
+# Copyright (c) 2020 Philippe Mathieu-Daudé
 #
 # SPDX-License-Identifier: GPL-2.0-or-later
 
index f273fc835464d0f04141f98f0e7ebe9c51eab8bb..835a3354a038982a6a019e0b68cc239d6baed803 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Test the bFLT loader format
 #
-# Copyright (C) 2019 Philippe Mathieu-Daudé <f4bug@amsat.org>
+# Copyright (C) 2019 Philippe Mathieu-Daudé
 #
 # SPDX-License-Identifier: GPL-2.0-or-later
 
index d3c7aaa39b076c3eb57013887f218733462fc852..fe644f04cf43a97b0d749cce4775f2e77ba074b0 100755 (executable)
@@ -3,7 +3,7 @@
 # Functional test that boots a Linux kernel on a Raspberry Pi machine
 # and checks the console
 #
-# Copyright (c) 2019 Philippe Mathieu-Daudé <f4bug@amsat.org>
+# Copyright (c) 2019 Philippe Mathieu-Daudé
 #
 # SPDX-License-Identifier: GPL-2.0-or-later
 
index 71c160d02624919d0f005ebdc6ce2de5dae85641..d917cf5424fe37a8fefe96b3b5853f959f5df296 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Functional test that boots a VM and run OCR on the framebuffer
 #
-# Copyright (c) 2019 Philippe Mathieu-Daudé <f4bug@amsat.org>
+# Copyright (c) 2019 Philippe Mathieu-Daudé
 #
 # This work is licensed under the terms of the GNU GPL, version 2 or
 # later.  See the COPYING file in the top-level directory.
index e8f49f130be8aa1d9c4477d4ea54a61ec2c986ec..7048d91a9fd1bb98b1dd849c72cfb38d233dcfe9 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Functional tests for the big-endian 32-bit MIPS Malta board
 #
-# Copyright (c) Philippe Mathieu-Daudé <f4bug@amsat.org>
+# Copyright (c) Philippe Mathieu-Daudé
 #
 # SPDX-License-Identifier: GPL-2.0-or-later
 
index 35e500b0221be54a34adab87e0f9fbf4062a12f0..d449e3c39a76db9c918b4f6ad2a7e27140803449 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Functional tests for the Lemote Fuloong-2E machine.
 #
-# Copyright (c) 2019 Philippe Mathieu-Daudé <f4bug@amsat.org>
+# Copyright (c) 2019 Philippe Mathieu-Daudé
 #
 # This work is licensed under the terms of the GNU GPL, version 2 or later.
 # See the COPYING file in the top-level directory.
index bc750cb7ad6329992bfe2dca0b2d469db2fd82c7..163bbaf5ca36cb6c832b75f550650fc76bfd7c7f 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Functional tests for the little-endian 64-bit MIPS Malta board
 #
-# Copyright (c) Philippe Mathieu-Daudé <f4bug@amsat.org>
+# Copyright (c) Philippe Mathieu-Daudé
 #
 # This work is licensed under the terms of the GNU GPL, version 2 or later.
 # See the COPYING file in the top-level directory.
index 59ab4a60585ebd127cbdcf82c8d1ba3b98b65288..25bcb33c945ab91c44bb9d663d57b58bfb8b35a2 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Functional tests for the little-endian 32-bit MIPS Malta board
 #
-# Copyright (c) Philippe Mathieu-Daudé <f4bug@amsat.org>
+# Copyright (c) Philippe Mathieu-Daudé
 #
 # This work is licensed under the terms of the GNU GPL, version 2 or later.
 # See the COPYING file in the top-level directory.
index ed272147f6e23ac30554638eb9d42a3c9308a907..4c1c9bad6ecd7ff249c48ade16eae72a4ae90381 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Functional test that boots a PReP/40p machine and checks its serial console.
 #
-# Copyright (c) Philippe Mathieu-Daudé <f4bug@amsat.org>
+# Copyright (c) Philippe Mathieu-Daudé
 #
 # This work is licensed under the terms of the GNU GPL, version 2 or
 # later. See the COPYING file in the top-level directory.
index ede6c6501e21bf5a24f7859a6a66faadf2e1faa6..862faec2d2eb693b9fcd42d3f3814d753628fb95 100644 (file)
@@ -1,6 +1,6 @@
 # ...
 #
-# Copyright (c) 2019 Philippe Mathieu-Daudé <f4bug@amsat.org>
+# Copyright (c) 2019 Philippe Mathieu-Daudé
 #
 # This work is licensed under the terms of the GNU GPL, version 2 or
 # later. See the COPYING file in the top-level directory.
index fc445b18710e4ce4dcfeaf06934b8075907019b5..9995ad886857aa0152209f897ede288d60718b59 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * QTest fuzzer-generated testcase for sb16 audio device
  *
- * Copyright (c) 2021 Philippe Mathieu-Daudé <f4bug@amsat.org>
+ * Copyright (c) 2021 Philippe Mathieu-Daudé
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  */
index cd134cdf556832f3573dfc985a346108623543c7..6d8be9d1195648da91afb4e8bf48c2fca517a0b3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * QTest fuzzer-generated testcase for sdcard device
  *
- * Copyright (c) 2021 Philippe Mathieu-Daudé <f4bug@amsat.org>
+ * Copyright (c) 2021 Philippe Mathieu-Daudé
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  */
index 7b32711c8f8d9c2d35271cf47f88a8d25fabdd96..cde132228ebd68a2d2f63dfe3f6bbafef721190d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * QTest testcase for SDHCI controllers
  *
- * Written by Philippe Mathieu-Daudé <f4bug@amsat.org>
+ * Written by Philippe Mathieu-Daudé
  *
  * This work is licensed under the terms of the GNU GPL, version 2 or later.
  * See the COPYING file in the top-level directory.