[PATCH] MAINTAINERS: Add artist.c to the hppa machine section

Thomas Huth posted 1 patch 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231107103044.15089-1-thuth@redhat.com
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add artist.c to the hppa machine section
Posted by Thomas Huth 1 year ago
The artist graphics adapter is only used by the hppa machine, so
let's add this file to the corresponding section.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index c1ddf9d623..0c2ef567f0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1204,6 +1204,7 @@ M: Richard Henderson <richard.henderson@linaro.org>
 R: Helge Deller <deller@gmx.de>
 S: Odd Fixes
 F: configs/devices/hppa-softmmu/default.mak
+F: hw/display/artist.c
 F: hw/hppa/
 F: hw/input/lasips2.c
 F: hw/net/*i82596*
-- 
2.41.0
Re: [PATCH] MAINTAINERS: Add artist.c to the hppa machine section
Posted by Helge Deller 1 year ago
On 11/7/23 11:30, Thomas Huth wrote:
> The artist graphics adapter is only used by the hppa machine, so
> let's add this file to the corresponding section.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Acked-by: Helge Deller <deller@gmx.de>


> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c1ddf9d623..0c2ef567f0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1204,6 +1204,7 @@ M: Richard Henderson <richard.henderson@linaro.org>
>   R: Helge Deller <deller@gmx.de>
>   S: Odd Fixes
>   F: configs/devices/hppa-softmmu/default.mak
> +F: hw/display/artist.c
>   F: hw/hppa/
>   F: hw/input/lasips2.c
>   F: hw/net/*i82596*