* [PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list
@ 2024-11-09 19:29 Manos Pitsidianakis
2024-11-10 13:59 ` Philippe Mathieu-Daudé
2024-11-18 10:56 ` Alex Bennée
0 siblings, 2 replies; 6+ messages in thread
From: Manos Pitsidianakis @ 2024-11-09 19:29 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-rust, Peter Maydell, Daniel P. Berrangé
As of CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com
we have a new topical mailing list like qemu-block, qemu-arm, qemu-ppc
etc but for Rust related patches. Add a new MAINTAINERS entry to touch
all files under rust/ subdirectory and additionally add it to previous
rust related entries.
See also:
https://lore.kernel.org/qemu-devel/CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com/
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
---
MAINTAINERS | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 095420f8b0..373176e445 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3338,6 +3338,10 @@ F: rust/qemu-api
F: rust/qemu-api-macros
F: rust/rustfmt.toml
+Rust-related patches CC here
+L: qemu-rust@nongnu.org
+F: rust/
+
SLIRP
M: Samuel Thibault <samuel.thibault@ens-lyon.org>
S: Maintained
@@ -4241,6 +4245,7 @@ F: docs/devel/docs.rst
Rust build system integration
M: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
+L: qemu-rust@nongnu.org
S: Maintained
F: scripts/rust/
F: rust/.gitignore
---
base-commit: 134b443512825bed401b6e141447b8cdc22d2efe
change-id: 20241109-update-maintainers-file-rust-5cbd97b7b11a
--
γαῖα πυρί μιχθήτω
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list
2024-11-09 19:29 [PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list Manos Pitsidianakis
@ 2024-11-10 13:59 ` Philippe Mathieu-Daudé
2024-11-10 15:19 ` Manos Pitsidianakis
2024-11-18 10:56 ` Alex Bennée
1 sibling, 1 reply; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-11-10 13:59 UTC (permalink / raw)
To: Manos Pitsidianakis, qemu-devel
Cc: qemu-rust, Peter Maydell, Daniel P. Berrangé
On 9/11/24 19:29, Manos Pitsidianakis wrote:
> As of CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com
"As of [*] ..." but I'm not sure about the usefulness of "like
qemu-block, qemu-arm, qemu-ppc etc but", maybe scratch it?
> we have a new topical mailing list like qemu-block, qemu-arm, qemu-ppc
> etc but for Rust related patches. Add a new MAINTAINERS entry to touch
> all files under rust/ subdirectory and additionally add it to previous
> rust related entries.
>
> See also:
> https://lore.kernel.org/qemu-devel/CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com/
[*]
https://lore.kernel.org/qemu-devel/CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com/
>
> Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
> ---
> MAINTAINERS | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 095420f8b0..373176e445 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3338,6 +3338,10 @@ F: rust/qemu-api
> F: rust/qemu-api-macros
> F: rust/rustfmt.toml
>
> +Rust-related patches CC here
> +L: qemu-rust@nongnu.org
> +F: rust/
> +
> SLIRP
> M: Samuel Thibault <samuel.thibault@ens-lyon.org>
> S: Maintained
> @@ -4241,6 +4245,7 @@ F: docs/devel/docs.rst
>
> Rust build system integration
> M: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
> +L: qemu-rust@nongnu.org
> S: Maintained
> F: scripts/rust/
> F: rust/.gitignore
>
> ---
> base-commit: 134b443512825bed401b6e141447b8cdc22d2efe
> change-id: 20241109-update-maintainers-file-rust-5cbd97b7b11a
>
> --
> γαῖα πυρί μιχθήτω
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list
2024-11-10 13:59 ` Philippe Mathieu-Daudé
@ 2024-11-10 15:19 ` Manos Pitsidianakis
2024-11-10 15:36 ` Philippe Mathieu-Daudé
0 siblings, 1 reply; 6+ messages in thread
From: Manos Pitsidianakis @ 2024-11-10 15:19 UTC (permalink / raw)
To: Philippe Mathieu-Daudé
Cc: qemu-devel, qemu-rust, Peter Maydell, Daniel P. Berrangé
On Sun, Nov 10, 2024 at 3:59 PM Philippe Mathieu-Daudé
<philmd@linaro.org> wrote:
>
> On 9/11/24 19:29, Manos Pitsidianakis wrote:
> > As of CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com
>
> "As of [*] ..." but I'm not sure about the usefulness of "like
> qemu-block, qemu-arm, qemu-ppc etc but", maybe scratch it?
I definitely find it useful, for what it's worth. It's an all
all-encompassing topic, like block or arm, and some people are
interested in keeping an eye on those topics if they are not CCed on
the main list.
--
Manos Pitsidianakis
Emulation and Virtualization Engineer at Linaro Ltd
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list
2024-11-10 15:19 ` Manos Pitsidianakis
@ 2024-11-10 15:36 ` Philippe Mathieu-Daudé
2024-11-10 17:02 ` Manos Pitsidianakis
0 siblings, 1 reply; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-11-10 15:36 UTC (permalink / raw)
To: Manos Pitsidianakis
Cc: qemu-devel, qemu-rust, Peter Maydell, Daniel P. Berrangé
On 10/11/24 15:19, Manos Pitsidianakis wrote:
> On Sun, Nov 10, 2024 at 3:59 PM Philippe Mathieu-Daudé
> <philmd@linaro.org> wrote:
>>
>> On 9/11/24 19:29, Manos Pitsidianakis wrote:
>>> As of CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com
>>
>> "As of [*] ..." but I'm not sure about the usefulness of "like
>> qemu-block, qemu-arm, qemu-ppc etc but", maybe scratch it?
>
> I definitely find it useful, for what it's worth. It's an all
> all-encompassing topic, like block or arm, and some people are
> interested in keeping an eye on those topics if they are not CCed on
> the main list.
What I meant is to reword as:
"As of Nov 2024 [*], we have a new topical mailing list for Rust
related patches. Add a new MAINTAINERS entry [...]"
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list
2024-11-10 15:36 ` Philippe Mathieu-Daudé
@ 2024-11-10 17:02 ` Manos Pitsidianakis
0 siblings, 0 replies; 6+ messages in thread
From: Manos Pitsidianakis @ 2024-11-10 17:02 UTC (permalink / raw)
To: Philippe Mathieu-Daudé
Cc: qemu-devel, qemu-rust, Peter Maydell, Daniel P. Berrangé
On Sun, Nov 10, 2024 at 5:36 PM Philippe Mathieu-Daudé
<philmd@linaro.org> wrote:
>
> On 10/11/24 15:19, Manos Pitsidianakis wrote:
> > On Sun, Nov 10, 2024 at 3:59 PM Philippe Mathieu-Daudé
> > <philmd@linaro.org> wrote:
> >>
> >> On 9/11/24 19:29, Manos Pitsidianakis wrote:
> >>> As of CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com
> >>
> >> "As of [*] ..." but I'm not sure about the usefulness of "like
> >> qemu-block, qemu-arm, qemu-ppc etc but", maybe scratch it?
> >
> > I definitely find it useful, for what it's worth. It's an all
> > all-encompassing topic, like block or arm, and some people are
> > interested in keeping an eye on those topics if they are not CCed on
> > the main list.
>
> What I meant is to reword as:
>
> "As of Nov 2024 [*], we have a new topical mailing list for Rust
> related patches. Add a new MAINTAINERS entry [...]"
>
Ah I see! I only wrote it to show there's precedent for that. I'm fine
either way, if the maintainer wants to alter the wording they can keep
my S-o-b.
--
Manos Pitsidianakis
Emulation and Virtualization Engineer at Linaro Ltd
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list
2024-11-09 19:29 [PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list Manos Pitsidianakis
2024-11-10 13:59 ` Philippe Mathieu-Daudé
@ 2024-11-18 10:56 ` Alex Bennée
1 sibling, 0 replies; 6+ messages in thread
From: Alex Bennée @ 2024-11-18 10:56 UTC (permalink / raw)
To: Manos Pitsidianakis
Cc: qemu-devel, qemu-rust, Peter Maydell, Daniel P. Berrangé
Manos Pitsidianakis <manos.pitsidianakis@linaro.org> writes:
> As of CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com
> we have a new topical mailing list like qemu-block, qemu-arm, qemu-ppc
> etc but for Rust related patches. Add a new MAINTAINERS entry to touch
> all files under rust/ subdirectory and additionally add it to previous
> rust related entries.
Queued to maintainer/for-9.2 with tweak suggested by PMD to commit
message.
>
> See also:
> https://lore.kernel.org/qemu-devel/CAFEAcA-ZQuyGTtG-vhRTEwpz0L4cpimNxkKix45Yw6gVHXozRQ@mail.gmail.com/
>
> Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
> ---
> MAINTAINERS | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 095420f8b0..373176e445 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3338,6 +3338,10 @@ F: rust/qemu-api
> F: rust/qemu-api-macros
> F: rust/rustfmt.toml
>
> +Rust-related patches CC here
> +L: qemu-rust@nongnu.org
> +F: rust/
> +
> SLIRP
> M: Samuel Thibault <samuel.thibault@ens-lyon.org>
> S: Maintained
> @@ -4241,6 +4245,7 @@ F: docs/devel/docs.rst
>
> Rust build system integration
> M: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
> +L: qemu-rust@nongnu.org
> S: Maintained
> F: scripts/rust/
> F: rust/.gitignore
>
> ---
> base-commit: 134b443512825bed401b6e141447b8cdc22d2efe
> change-id: 20241109-update-maintainers-file-rust-5cbd97b7b11a
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-11-18 10:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-09 19:29 [PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list Manos Pitsidianakis
2024-11-10 13:59 ` Philippe Mathieu-Daudé
2024-11-10 15:19 ` Manos Pitsidianakis
2024-11-10 15:36 ` Philippe Mathieu-Daudé
2024-11-10 17:02 ` Manos Pitsidianakis
2024-11-18 10:56 ` Alex Bennée
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.