* [PATCH] MAINTAINERS: Add a general architecture section for x86
@ 2023-09-29 13:45 Thomas Huth
2023-10-16 9:05 ` Thomas Huth
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Huth @ 2023-09-29 13:45 UTC (permalink / raw)
To: qemu-devel, Richard Henderson, Paolo Bonzini; +Cc: Markus Armbruster
It's a little bit weird that the files in target/i386/ which
are not in a subfolder there do not have any associated
maintainer (and thus nobody might be CC:-ed on changes to
these files). We should have a general x86 section for these
files, similar to what we already have for s390x and mips.
Since Paolo is already listed as maintainer for both, the
x86 KVM and TCG CPUs, I'd like to suggest him as maintainer
for the general files, too.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
Richard, being listed as x86 TCG CPU maintainer, do you
want to be listed here, too?
MAINTAINERS | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 3914bbd85b..5b4ab7d142 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -131,6 +131,17 @@ K: ^Subject:.*(?i)mips
F: docs/system/target-mips.rst
F: configs/targets/mips*
+X86 general architecture support
+M: Paolo Bonzini <pbonzini@redhat.com>
+S: Maintained
+F: configs/devices/i386-softmmu/default.mak
+F: configs/targets/i386-softmmu.mak
+F: configs/targets/x86_64-softmmu.mak
+F: docs/system/target-i386*
+F: target/i386/*.[ch]
+F: target/i386/Kconfig
+F: target/i386/meson.build
+
Guest CPU cores (TCG)
---------------------
Overall TCG CPUs
--
2.41.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add a general architecture section for x86
2023-09-29 13:45 [PATCH] MAINTAINERS: Add a general architecture section for x86 Thomas Huth
@ 2023-10-16 9:05 ` Thomas Huth
2023-11-07 9:50 ` Thomas Huth
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Huth @ 2023-10-16 9:05 UTC (permalink / raw)
To: Richard Henderson, Paolo Bonzini; +Cc: Markus Armbruster, qemu-devel
On 29/09/2023 15.45, Thomas Huth wrote:
> It's a little bit weird that the files in target/i386/ which
> are not in a subfolder there do not have any associated
> maintainer (and thus nobody might be CC:-ed on changes to
> these files). We should have a general x86 section for these
> files, similar to what we already have for s390x and mips.
> Since Paolo is already listed as maintainer for both, the
> x86 KVM and TCG CPUs, I'd like to suggest him as maintainer
> for the general files, too.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> Richard, being listed as x86 TCG CPU maintainer, do you
> want to be listed here, too?
>
> MAINTAINERS | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3914bbd85b..5b4ab7d142 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -131,6 +131,17 @@ K: ^Subject:.*(?i)mips
> F: docs/system/target-mips.rst
> F: configs/targets/mips*
>
> +X86 general architecture support
> +M: Paolo Bonzini <pbonzini@redhat.com>
> +S: Maintained
> +F: configs/devices/i386-softmmu/default.mak
> +F: configs/targets/i386-softmmu.mak
> +F: configs/targets/x86_64-softmmu.mak
> +F: docs/system/target-i386*
> +F: target/i386/*.[ch]
> +F: target/i386/Kconfig
> +F: target/i386/meson.build
> +
> Guest CPU cores (TCG)
> ---------------------
> Overall TCG CPUs
Friendly Ping!
Paolo, Richard, what do you think about this?
Thomas
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add a general architecture section for x86
2023-10-16 9:05 ` Thomas Huth
@ 2023-11-07 9:50 ` Thomas Huth
2023-11-13 7:27 ` Thomas Huth
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Huth @ 2023-11-07 9:50 UTC (permalink / raw)
To: Richard Henderson, Paolo Bonzini; +Cc: Markus Armbruster, qemu-devel
On 16/10/2023 11.05, Thomas Huth wrote:
> On 29/09/2023 15.45, Thomas Huth wrote:
>> It's a little bit weird that the files in target/i386/ which
>> are not in a subfolder there do not have any associated
>> maintainer (and thus nobody might be CC:-ed on changes to
>> these files). We should have a general x86 section for these
>> files, similar to what we already have for s390x and mips.
>> Since Paolo is already listed as maintainer for both, the
>> x86 KVM and TCG CPUs, I'd like to suggest him as maintainer
>> for the general files, too.
>>
>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>> ---
>> Richard, being listed as x86 TCG CPU maintainer, do you
>> want to be listed here, too?
>>
>> MAINTAINERS | 11 +++++++++++
>> 1 file changed, 11 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 3914bbd85b..5b4ab7d142 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -131,6 +131,17 @@ K: ^Subject:.*(?i)mips
>> F: docs/system/target-mips.rst
>> F: configs/targets/mips*
>> +X86 general architecture support
>> +M: Paolo Bonzini <pbonzini@redhat.com>
>> +S: Maintained
>> +F: configs/devices/i386-softmmu/default.mak
>> +F: configs/targets/i386-softmmu.mak
>> +F: configs/targets/x86_64-softmmu.mak
>> +F: docs/system/target-i386*
>> +F: target/i386/*.[ch]
>> +F: target/i386/Kconfig
>> +F: target/i386/meson.build
>> +
>> Guest CPU cores (TCG)
>> ---------------------
>> Overall TCG CPUs
>
> Friendly Ping!
>
> Paolo, Richard, what do you think about this?
Ping^2
Thomas
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add a general architecture section for x86
2023-11-07 9:50 ` Thomas Huth
@ 2023-11-13 7:27 ` Thomas Huth
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2023-11-13 7:27 UTC (permalink / raw)
To: Richard Henderson, Paolo Bonzini; +Cc: Markus Armbruster, qemu-devel
On 07/11/2023 10.50, Thomas Huth wrote:
> On 16/10/2023 11.05, Thomas Huth wrote:
>> On 29/09/2023 15.45, Thomas Huth wrote:
>>> It's a little bit weird that the files in target/i386/ which
>>> are not in a subfolder there do not have any associated
>>> maintainer (and thus nobody might be CC:-ed on changes to
>>> these files). We should have a general x86 section for these
>>> files, similar to what we already have for s390x and mips.
>>> Since Paolo is already listed as maintainer for both, the
>>> x86 KVM and TCG CPUs, I'd like to suggest him as maintainer
>>> for the general files, too.
>>>
>>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>>> ---
>>> Richard, being listed as x86 TCG CPU maintainer, do you
>>> want to be listed here, too?
>>>
>>> MAINTAINERS | 11 +++++++++++
>>> 1 file changed, 11 insertions(+)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 3914bbd85b..5b4ab7d142 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -131,6 +131,17 @@ K: ^Subject:.*(?i)mips
>>> F: docs/system/target-mips.rst
>>> F: configs/targets/mips*
>>> +X86 general architecture support
>>> +M: Paolo Bonzini <pbonzini@redhat.com>
>>> +S: Maintained
>>> +F: configs/devices/i386-softmmu/default.mak
>>> +F: configs/targets/i386-softmmu.mak
>>> +F: configs/targets/x86_64-softmmu.mak
>>> +F: docs/system/target-i386*
>>> +F: target/i386/*.[ch]
>>> +F: target/i386/Kconfig
>>> +F: target/i386/meson.build
>>> +
>>> Guest CPU cores (TCG)
>>> ---------------------
>>> Overall TCG CPUs
>>
>> Friendly Ping!
>>
>> Paolo, Richard, what do you think about this?
>
> Ping^2
Since there were no objections, I'm going to take this patch through my next
pull request (where I have some other MAINTAINERS patches, too). We still
can refine the entry later if necessary.
Thomas
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-11-13 7:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-29 13:45 [PATCH] MAINTAINERS: Add a general architecture section for x86 Thomas Huth
2023-10-16 9:05 ` Thomas Huth
2023-11-07 9:50 ` Thomas Huth
2023-11-13 7:27 ` Thomas Huth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).