From: "Michael S. Tsirkin" <mst@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>
Cc: qemu-devel@nongnu.org, "Thomas Huth" <thuth@redhat.com>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Richard Henderson" <richard.henderson@linaro.org>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
"Bin Meng" <bmeng.cn@gmail.com>,
"Laurent Vivier" <laurent@vivier.eu>,
"Pierrick Bouvier" <pierrick.bouvier@linaro.org>,
"Thomas Huth" <th.huth+qemu@posteo.eu>,
"Aurelien Jarno" <aurelien@aurel32.net>,
"Huacai Chen" <chenhuacai@kernel.org>,
"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
"Hervé Poussineau" <hpoussin@reactos.org>,
"Alexander Bulekov" <alxndr@bu.edu>,
"Stefan Hajnoczi" <stefanha@redhat.com>,
"Fabiano Rosas" <farosas@suse.de>,
"Darren Kenny" <darren.kenny@oracle.com>,
qemu-arm@nongnu.org, qemu-ppc@nongnu.org, qemu-block@nongnu.org
Subject: Re: [PATCH v2 02/10] MAINTAINERS: Remove my disfunctional emails
Date: Wed, 22 Apr 2026 04:46:06 -0400 [thread overview]
Message-ID: <20260422044555-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20260422080406.62638-3-philmd@linaro.org>
On Wed, Apr 22, 2026 at 10:03:57AM +0200, Philippe Mathieu-Daudé wrote:
> 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>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
> ---
> hw/sd/sdmmc-internal.h | 2 +-
> include/crypto/tls-cipher-suites.h | 2 +-
> include/hw/i2c/arm_sbcon_i2c.h | 2 +-
> include/hw/misc/bcm2835_thermal.h | 2 +-
> include/hw/misc/led.h | 2 +-
> include/hw/timer/bcm2835_systmr.h | 2 +-
> include/qemu/units.h | 2 +-
> crypto/tls-cipher-suites.c | 2 +-
> hw/i386/fw_cfg.c | 2 +-
> hw/i386/pc_sysfw_ovmf-stubs.c | 2 +-
> hw/misc/bcm2835_thermal.c | 2 +-
> hw/misc/led.c | 2 +-
> hw/ppc/fw_cfg.c | 2 +-
> hw/sd/sd.c | 2 +-
> hw/timer/bcm2835_systmr.c | 2 +-
> hw/usb/bus-stub.c | 2 +-
> stubs/fw_cfg.c | 2 +-
> stubs/hotplug-stubs.c | 2 +-
> stubs/qdev.c | 2 +-
> tests/qtest/fuzz-sb16-test.c | 2 +-
> tests/qtest/fuzz-sdcard-test.c | 2 +-
> tests/qtest/sdhci-test.c | 2 +-
> tests/functional/aarch64/test_raspi3.py | 2 +-
> tests/functional/arm/test_bflt.py | 2 +-
> tests/functional/arm/test_raspi2.py | 2 +-
> tests/functional/m68k/test_nextcube.py | 2 +-
> tests/functional/mips/test_malta.py | 2 +-
> tests/functional/mips64el/test_fuloong2e.py | 2 +-
> tests/functional/mips64el/test_malta.py | 2 +-
> tests/functional/mipsel/test_malta.py | 2 +-
> tests/functional/ppc/test_40p.py | 2 +-
> tests/functional/qemu_test/tesseract.py | 2 +-
> 32 files changed, 32 insertions(+), 32 deletions(-)
>
> 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é <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.
> 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é <philmd@redhat.com>
> + * 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 <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
> */
> 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é <f4bug@amsat.org>
> + * 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é <f4bug@amsat.org>
> + * 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é <f4bug@amsat.org>
> + * 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é <f4bug@amsat.org>
> + * Copyright (C) 2018 Philippe Mathieu-Daudé
> *
> * SPDX-License-Identifier: GPL-2.0-or-later
> */
> 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é <philmd@redhat.com>
> + * 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é <philmd@redhat.com>
> + * 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é <philmd@redhat.com>
> + * 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é <f4bug@amsat.org>
> + * 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é <f4bug@amsat.org>
> + * 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é <philmd@redhat.com>
> + * Philippe Mathieu-Daudé
> *
> * SPDX-License-Identifier: GPL-2.0-or-later
> *
> diff --git a/hw/sd/sd.c b/hw/sd/sd.c
> index 13ea54df380..ebe6e35b15e 100644
> --- a/hw/sd/sd.c
> +++ b/hw/sd/sd.c
> @@ -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
> 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é <f4bug@amsat.org>
> + * 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é <f4bug@amsat.org>
> + * Copyright (C) 2021 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é <philmd@redhat.com>
> + * 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é <philmd@redhat.com>,
> + * 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é <philmd@redhat.com>
> + * Philippe Mathieu-Daudé
> *
> * SPDX-License-Identifier: GPL-2.0-or-later
> *
> 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é <f4bug@amsat.org>
> + * 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é <f4bug@amsat.org>
> + * 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é <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.
> 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é <f4bug@amsat.org>
> +# 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é <f4bug@amsat.org>
> +# 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é <f4bug@amsat.org>
> +# 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é <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.
> 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é <f4bug@amsat.org>
> +# 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é <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.
> 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é <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.
> 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é <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.
> 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é <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.
> 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é <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.
> --
> 2.53.0
next prev parent reply other threads:[~2026-04-22 8:47 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-22 8:03 [PATCH v2 00/10] MAINTAINERS: Update PhilMD entries Philippe Mathieu-Daudé
2026-04-22 8:03 ` [PATCH v2 01/10] MAINTAINERS: Remove my unused git tree locations Philippe Mathieu-Daudé
2026-04-22 8:14 ` Thomas Huth
2026-04-22 8:03 ` [PATCH v2 02/10] MAINTAINERS: Remove my disfunctional emails Philippe Mathieu-Daudé
2026-04-22 8:15 ` Thomas Huth
2026-04-22 8:46 ` Michael S. Tsirkin [this message]
2026-04-22 8:03 ` [PATCH v2 03/10] MAINTAINERS: Maintain MIPS Boston Philippe Mathieu-Daudé
2026-04-22 8:19 ` Thomas Huth
2026-04-22 8:03 ` [PATCH v2 04/10] MAINTAINERS: Step up to maintain core machine code Philippe Mathieu-Daudé
2026-04-22 8:20 ` Thomas Huth
2026-04-22 8:04 ` [PATCH v2 05/10] MAINTAINERS: Merge PCIe DOE section within SPDM Philippe Mathieu-Daudé
2026-04-22 8:04 ` [PATCH v2 06/10] MAINTAINERS: Cover hexloader tests under the Generic Loader section Philippe Mathieu-Daudé
2026-04-22 8:04 ` [PATCH v2 07/10] MAINTAINERS: Remove PhilMD from NVMe Block Driver Philippe Mathieu-Daudé
2026-04-22 8:04 ` [PATCH v2 08/10] MAINTAINERS: Transfer FW schema specs section to Daniel Philippe Mathieu-Daudé
2026-04-22 8:21 ` Thomas Huth
2026-04-22 8:04 ` [PATCH v2 09/10] MAINTAINERS: Remove PhilMD from firmware sections Philippe Mathieu-Daudé
2026-04-22 8:23 ` Thomas Huth
2026-04-22 8:04 ` [PATCH v2 10/10] MAINTAINERS: Transfer CI maintenance to Pierrick Philippe Mathieu-Daudé
2026-04-22 8:24 ` Thomas Huth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260422044555-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=alxndr@bu.edu \
--cc=aurelien@aurel32.net \
--cc=berrange@redhat.com \
--cc=bmeng.cn@gmail.com \
--cc=chenhuacai@kernel.org \
--cc=darren.kenny@oracle.com \
--cc=farosas@suse.de \
--cc=hpoussin@reactos.org \
--cc=jiaxun.yang@flygoat.com \
--cc=kraxel@redhat.com \
--cc=laurent@vivier.eu \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@linaro.org \
--cc=pierrick.bouvier@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=stefanha@redhat.com \
--cc=th.huth+qemu@posteo.eu \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.