[PATCH] MAINTAINERS: Add docs/system/i386/ to the general x86 architecture section

Thomas Huth posted 1 patch 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260116101139.269906-1-thuth@redhat.com
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add docs/system/i386/ to the general x86 architecture section
Posted by Thomas Huth 3 weeks ago
From: Thomas Huth <thuth@redhat.com>

We've got a section for generic x86 architecture support in our
MAINTAINERS file - this should cover the docs/system/i386/ folder, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4ddbfba9f01..4324ff4287c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -143,6 +143,7 @@ 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/i386/
 F: docs/system/target-i386*
 F: target/i386/*.[ch]
 F: target/i386/Kconfig
-- 
2.52.0
Re: [PATCH] MAINTAINERS: Add docs/system/i386/ to the general x86 architecture section
Posted by Zhao Liu 2 weeks, 4 days ago
On Fri, Jan 16, 2026 at 11:11:39AM +0100, Thomas Huth wrote:
> Date: Fri, 16 Jan 2026 11:11:39 +0100
> From: Thomas Huth <thuth@redhat.com>
> Subject: [PATCH] MAINTAINERS: Add docs/system/i386/ to the general x86
>  architecture section
> 
> From: Thomas Huth <thuth@redhat.com>
> 
> We've got a section for generic x86 architecture support in our
> MAINTAINERS file - this should cover the docs/system/i386/ folder, too.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Re: [PATCH] MAINTAINERS: Add docs/system/i386/ to the general x86 architecture section
Posted by Pierrick Bouvier 3 weeks ago
On 1/16/26 2:11 AM, Thomas Huth wrote:
> From: Thomas Huth <thuth@redhat.com>
> 
> We've got a section for generic x86 architecture support in our
> MAINTAINERS file - this should cover the docs/system/i386/ folder, too.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Re: [PATCH] MAINTAINERS: Add docs/system/i386/ to the general x86 architecture section
Posted by Philippe Mathieu-Daudé 3 weeks ago
On 16/1/26 11:11, Thomas Huth wrote:
> From: Thomas Huth <thuth@redhat.com>
> 
> We've got a section for generic x86 architecture support in our
> MAINTAINERS file - this should cover the docs/system/i386/ folder, too.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>