From: Philippe Mathieu-Daudé Date: Wed, 22 Apr 2026 07:26:59 +0000 (+0200) Subject: MAINTAINERS: Remove my disfunctional emails X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e202c1ffa1b1b6887fd06ff57ff67dd4601b1bf4;p=thirdparty%2Fqemu.git MAINTAINERS: Remove my disfunctional emails 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é Reviewed-by: Thomas Huth Acked-by: Michael S. Tsirkin Message-Id: <20260422080406.62638-3-philmd@linaro.org> --- diff --git a/crypto/tls-cipher-suites.c b/crypto/tls-cipher-suites.c index d9b61d0c08a..a6566f13c9b 100644 --- a/crypto/tls-cipher-suites.c +++ b/crypto/tls-cipher-suites.c @@ -3,7 +3,7 @@ * * Copyright (c) 2018-2020 Red Hat, Inc. * - * Author: Philippe Mathieu-Daudé + * Author: Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/hw/i386/fw_cfg.c b/hw/i386/fw_cfg.c index 5670e8553ea..858e6ca9c53 100644 --- a/hw/i386/fw_cfg.c +++ b/hw/i386/fw_cfg.c @@ -4,7 +4,7 @@ * Copyright (c) 2019 Red Hat, Inc. * * Author: - * Philippe Mathieu-Daudé + * Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later * diff --git a/hw/i386/pc_sysfw_ovmf-stubs.c b/hw/i386/pc_sysfw_ovmf-stubs.c index b53906a0521..42e300ddec4 100644 --- a/hw/i386/pc_sysfw_ovmf-stubs.c +++ b/hw/i386/pc_sysfw_ovmf-stubs.c @@ -4,7 +4,7 @@ * Copyright (c) 2021 Red Hat, Inc. * * Author: - * Philippe Mathieu-Daudé + * Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later * diff --git a/hw/misc/bcm2835_thermal.c b/hw/misc/bcm2835_thermal.c index 0dc1be15b4a..413c4179fed 100644 --- a/hw/misc/bcm2835_thermal.c +++ b/hw/misc/bcm2835_thermal.c @@ -1,7 +1,7 @@ /* * BCM2835 dummy thermal sensor * - * Copyright (C) 2019 Philippe Mathieu-Daudé + * Copyright (C) 2019 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/hw/misc/led.c b/hw/misc/led.c index d9256aaaf56..8b758c1b76d 100644 --- a/hw/misc/led.c +++ b/hw/misc/led.c @@ -1,7 +1,7 @@ /* * QEMU single LED device * - * Copyright (C) 2020 Philippe Mathieu-Daudé + * Copyright (C) 2020 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/hw/ppc/fw_cfg.c b/hw/ppc/fw_cfg.c index a88b5c4bde2..071cf855c23 100644 --- a/hw/ppc/fw_cfg.c +++ b/hw/ppc/fw_cfg.c @@ -4,7 +4,7 @@ * Copyright (c) 2019 Red Hat, Inc. * * Author: - * Philippe Mathieu-Daudé + * Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later * diff --git a/hw/sd/sd.c b/hw/sd/sd.c index 37f6e0702b0..58275e7fa19 100644 --- a/hw/sd/sd.c +++ b/hw/sd/sd.c @@ -6,7 +6,7 @@ * * Copyright (c) 2006 Andrzej Zaborowski * Copyright (c) 2007 CodeSourcery - * Copyright (c) 2018 Philippe Mathieu-Daudé + * 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 diff --git a/hw/sd/sdmmc-internal.h b/hw/sd/sdmmc-internal.h index c115f472efe..f9282a9712d 100644 --- a/hw/sd/sdmmc-internal.h +++ b/hw/sd/sdmmc-internal.h @@ -1,7 +1,7 @@ /* * SD/MMC cards common * - * Copyright (c) 2018 Philippe Mathieu-Daudé + * 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. diff --git a/hw/timer/bcm2835_systmr.c b/hw/timer/bcm2835_systmr.c index 00bcfcd05c6..06a919b1f8b 100644 --- a/hw/timer/bcm2835_systmr.c +++ b/hw/timer/bcm2835_systmr.c @@ -1,7 +1,7 @@ /* * BCM2835 SYS timer emulation * - * Copyright (C) 2019 Philippe Mathieu-Daudé + * Copyright (C) 2019 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later * diff --git a/hw/usb/bus-stub.c b/hw/usb/bus-stub.c index a7c3909e967..7cf1b494117 100644 --- a/hw/usb/bus-stub.c +++ b/hw/usb/bus-stub.c @@ -1,7 +1,7 @@ /* * QEMU USB device emulation stubs * - * Copyright (C) 2021 Philippe Mathieu-Daudé + * Copyright (C) 2021 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/include/crypto/tls-cipher-suites.h b/include/crypto/tls-cipher-suites.h index 3bd2003f32d..31697a7d6de 100644 --- a/include/crypto/tls-cipher-suites.h +++ b/include/crypto/tls-cipher-suites.h @@ -3,7 +3,7 @@ * * Copyright (c) 2018-2020 Red Hat, Inc. * - * Author: Philippe Mathieu-Daudé + * Author: Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/include/hw/i2c/arm_sbcon_i2c.h b/include/hw/i2c/arm_sbcon_i2c.h index 39b99f57bfb..537de428e1f 100644 --- a/include/hw/i2c/arm_sbcon_i2c.h +++ b/include/hw/i2c/arm_sbcon_i2c.h @@ -5,7 +5,7 @@ * * Copyright (c) 2006-2007 CodeSourcery. * Copyright (c) 2012 Oskar Andero - * Copyright (C) 2020 Philippe Mathieu-Daudé + * Copyright (C) 2020 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/include/hw/misc/bcm2835_thermal.h b/include/hw/misc/bcm2835_thermal.h index 13ffc61c1a7..04eda5cb83f 100644 --- a/include/hw/misc/bcm2835_thermal.h +++ b/include/hw/misc/bcm2835_thermal.h @@ -1,7 +1,7 @@ /* * BCM2835 dummy thermal sensor * - * Copyright (C) 2019 Philippe Mathieu-Daudé + * Copyright (C) 2019 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/include/hw/misc/led.h b/include/hw/misc/led.h index 4d077a7c43e..89ccbad4660 100644 --- a/include/hw/misc/led.h +++ b/include/hw/misc/led.h @@ -1,7 +1,7 @@ /* * QEMU single LED device * - * Copyright (C) 2020 Philippe Mathieu-Daudé + * Copyright (C) 2020 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/include/hw/timer/bcm2835_systmr.h b/include/hw/timer/bcm2835_systmr.h index 0674a18f12d..770e464937b 100644 --- a/include/hw/timer/bcm2835_systmr.h +++ b/include/hw/timer/bcm2835_systmr.h @@ -1,7 +1,7 @@ /* * BCM2835 SYS timer emulation * - * Copyright (c) 2019 Philippe Mathieu-Daudé + * Copyright (c) 2019 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/include/qemu/units.h b/include/qemu/units.h index 692db3fbb26..4764e301e5b 100644 --- a/include/qemu/units.h +++ b/include/qemu/units.h @@ -2,7 +2,7 @@ * IEC binary prefixes definitions * * Copyright (C) 2015 Nikunj A Dadhania, IBM Corporation - * Copyright (C) 2018 Philippe Mathieu-Daudé + * Copyright (C) 2018 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/stubs/fw_cfg.c b/stubs/fw_cfg.c index bb1e3c8aa95..e7a9f714f35 100644 --- a/stubs/fw_cfg.c +++ b/stubs/fw_cfg.c @@ -4,7 +4,7 @@ * Copyright (c) 2019 Red Hat, Inc. * * Author: - * Philippe Mathieu-Daudé + * Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later * diff --git a/stubs/hotplug-stubs.c b/stubs/hotplug-stubs.c index 23a1678dbbc..0f592ee1391 100644 --- a/stubs/hotplug-stubs.c +++ b/stubs/hotplug-stubs.c @@ -4,7 +4,7 @@ * Copyright (c) Red Hat * * Authors: - * Philippe Mathieu-Daudé , + * Philippe Mathieu-Daudé, * * SPDX-License-Identifier: GPL-2.0-or-later * diff --git a/stubs/qdev.c b/stubs/qdev.c index 7e957b3e524..61596de5f87 100644 --- a/stubs/qdev.c +++ b/stubs/qdev.c @@ -4,7 +4,7 @@ * Copyright (c) 2021 Red Hat, Inc. * * Author: - * Philippe Mathieu-Daudé + * Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later * diff --git a/tests/functional/aarch64/test_raspi3.py b/tests/functional/aarch64/test_raspi3.py index 74f6630ed26..ae9eed3589f 100755 --- a/tests/functional/aarch64/test_raspi3.py +++ b/tests/functional/aarch64/test_raspi3.py @@ -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é +# Copyright (c) 2020 Philippe Mathieu-Daudé # # SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/functional/arm/test_bflt.py b/tests/functional/arm/test_bflt.py index f273fc83546..835a3354a03 100755 --- a/tests/functional/arm/test_bflt.py +++ b/tests/functional/arm/test_bflt.py @@ -2,7 +2,7 @@ # # Test the bFLT loader format # -# Copyright (C) 2019 Philippe Mathieu-Daudé +# Copyright (C) 2019 Philippe Mathieu-Daudé # # SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/functional/arm/test_raspi2.py b/tests/functional/arm/test_raspi2.py index d3c7aaa39b0..fe644f04cf4 100755 --- a/tests/functional/arm/test_raspi2.py +++ b/tests/functional/arm/test_raspi2.py @@ -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é +# Copyright (c) 2019 Philippe Mathieu-Daudé # # SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/functional/m68k/test_nextcube.py b/tests/functional/m68k/test_nextcube.py index 71c160d0262..d917cf5424f 100755 --- a/tests/functional/m68k/test_nextcube.py +++ b/tests/functional/m68k/test_nextcube.py @@ -2,7 +2,7 @@ # # Functional test that boots a VM and run OCR on the framebuffer # -# Copyright (c) 2019 Philippe Mathieu-Daudé +# 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. diff --git a/tests/functional/mips/test_malta.py b/tests/functional/mips/test_malta.py index e8f49f130be..7048d91a9fd 100755 --- a/tests/functional/mips/test_malta.py +++ b/tests/functional/mips/test_malta.py @@ -2,7 +2,7 @@ # # Functional tests for the big-endian 32-bit MIPS Malta board # -# Copyright (c) Philippe Mathieu-Daudé +# Copyright (c) Philippe Mathieu-Daudé # # SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/functional/mips64el/test_fuloong2e.py b/tests/functional/mips64el/test_fuloong2e.py index 35e500b0221..d449e3c39a7 100755 --- a/tests/functional/mips64el/test_fuloong2e.py +++ b/tests/functional/mips64el/test_fuloong2e.py @@ -2,7 +2,7 @@ # # Functional tests for the Lemote Fuloong-2E machine. # -# Copyright (c) 2019 Philippe Mathieu-Daudé +# 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. diff --git a/tests/functional/mips64el/test_malta.py b/tests/functional/mips64el/test_malta.py index bc750cb7ad6..163bbaf5ca3 100755 --- a/tests/functional/mips64el/test_malta.py +++ b/tests/functional/mips64el/test_malta.py @@ -2,7 +2,7 @@ # # Functional tests for the little-endian 64-bit MIPS Malta board # -# Copyright (c) Philippe Mathieu-Daudé +# 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. diff --git a/tests/functional/mipsel/test_malta.py b/tests/functional/mipsel/test_malta.py index 59ab4a60585..25bcb33c945 100755 --- a/tests/functional/mipsel/test_malta.py +++ b/tests/functional/mipsel/test_malta.py @@ -2,7 +2,7 @@ # # Functional tests for the little-endian 32-bit MIPS Malta board # -# Copyright (c) Philippe Mathieu-Daudé +# 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. diff --git a/tests/functional/ppc/test_40p.py b/tests/functional/ppc/test_40p.py index ed272147f6e..4c1c9bad6ec 100755 --- a/tests/functional/ppc/test_40p.py +++ b/tests/functional/ppc/test_40p.py @@ -2,7 +2,7 @@ # # Functional test that boots a PReP/40p machine and checks its serial console. # -# Copyright (c) Philippe Mathieu-Daudé +# 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. diff --git a/tests/functional/qemu_test/tesseract.py b/tests/functional/qemu_test/tesseract.py index ede6c6501e2..862faec2d2e 100644 --- a/tests/functional/qemu_test/tesseract.py +++ b/tests/functional/qemu_test/tesseract.py @@ -1,6 +1,6 @@ # ... # -# Copyright (c) 2019 Philippe Mathieu-Daudé +# 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. diff --git a/tests/qtest/fuzz-sb16-test.c b/tests/qtest/fuzz-sb16-test.c index fc445b18710..9995ad88685 100644 --- a/tests/qtest/fuzz-sb16-test.c +++ b/tests/qtest/fuzz-sb16-test.c @@ -1,7 +1,7 @@ /* * QTest fuzzer-generated testcase for sb16 audio device * - * Copyright (c) 2021 Philippe Mathieu-Daudé + * Copyright (c) 2021 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/qtest/fuzz-sdcard-test.c b/tests/qtest/fuzz-sdcard-test.c index cd134cdf556..6d8be9d1195 100644 --- a/tests/qtest/fuzz-sdcard-test.c +++ b/tests/qtest/fuzz-sdcard-test.c @@ -1,7 +1,7 @@ /* * QTest fuzzer-generated testcase for sdcard device * - * Copyright (c) 2021 Philippe Mathieu-Daudé + * Copyright (c) 2021 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/qtest/sdhci-test.c b/tests/qtest/sdhci-test.c index 7b32711c8f8..cde132228eb 100644 --- a/tests/qtest/sdhci-test.c +++ b/tests/qtest/sdhci-test.c @@ -1,7 +1,7 @@ /* * QTest testcase for SDHCI controllers * - * Written by Philippe Mathieu-Daudé + * 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.