[PATCH 0/8] MAINTAINERS: Collect unmaintained files under PPC entries

Cédric Le Goater posted 8 patches 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231002122326.365368-1-clg@kaod.org
Maintainers: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
There is a newer version of this series
MAINTAINERS            | 19 +++++++++++++++++--
hw/ppc/ppc440_bamboo.c |  1 -
hw/ppc/virtex_ml507.c  |  1 -
3 files changed, 17 insertions(+), 4 deletions(-)
[PATCH 0/8] MAINTAINERS: Collect unmaintained files under PPC entries
Posted by Cédric Le Goater 7 months ago
Hello,

All PPC files should now be correctly assigned to some entry. 

Cheers,

C.

Cédric Le Goater (8):
  ppc/{bamboo, virtex_ml507}: Remove useless dependency on ppc405.h
    header
  MAINTAINERS: Adjust file list for PPC ref405ep machine
  MAINTAINERS: Adjust file list for PPC 4xx CPUs
  MAINTAINERS: Adjust file list for PPC e500 machines
  MAINTAINERS: Adjust file list for PPC pseries machine
  MAINTAINERS: Add fw_cfg.c to PPC mac99 machine
  MAINTAINERS: Add PPC common files to PowerPC TCG CPUs
  MAINTAINERS: Update PPC TCG target with tests

 MAINTAINERS            | 19 +++++++++++++++++--
 hw/ppc/ppc440_bamboo.c |  1 -
 hw/ppc/virtex_ml507.c  |  1 -
 3 files changed, 17 insertions(+), 4 deletions(-)

-- 
2.41.0


Re: [PATCH 0/8] MAINTAINERS: Collect unmaintained files under PPC entries
Posted by Cédric Le Goater 6 months, 2 weeks ago
Adding Cc: qemu-trivial@nongnu.org because these changes don't need to go
through the ppc tree.

On 10/2/23 14:23, Cédric Le Goater wrote:
> Hello,
> 
> All PPC files should now be correctly assigned to some entry.
> 
> Cheers,

Last patch should be dropped though. It is replaced by:

  https://lore.kernel.org/qemu-devel/20231018062401.20746-1-thuth@redhat.com/

Thanks,

C.



> C.
> 
> Cédric Le Goater (8):
>    ppc/{bamboo, virtex_ml507}: Remove useless dependency on ppc405.h
>      header
>    MAINTAINERS: Adjust file list for PPC ref405ep machine
>    MAINTAINERS: Adjust file list for PPC 4xx CPUs
>    MAINTAINERS: Adjust file list for PPC e500 machines
>    MAINTAINERS: Adjust file list for PPC pseries machine
>    MAINTAINERS: Add fw_cfg.c to PPC mac99 machine
>    MAINTAINERS: Add PPC common files to PowerPC TCG CPUs
>    MAINTAINERS: Update PPC TCG target with tests
> 
>   MAINTAINERS            | 19 +++++++++++++++++--
>   hw/ppc/ppc440_bamboo.c |  1 -
>   hw/ppc/virtex_ml507.c  |  1 -
>   3 files changed, 17 insertions(+), 4 deletions(-)
> 


Re: [PATCH 0/8] MAINTAINERS: Collect unmaintained files under PPC entries
Posted by Michael Tokarev 6 months, 2 weeks ago
18.10.2023 09:38, Cédric Le Goater :
> 
> Adding Cc: qemu-trivial@nongnu.org because these changes don't need to go
> through the ppc tree.

Heh.  You guys puzzled me quite a bit ;)

Now this puzzle is complete.
Okay, let's pick whole bunch (together with follow-up changes by Thomas)
in the trivial-patches tree :)

/mjt


Re: [PATCH 0/8] MAINTAINERS: Collect unmaintained files under PPC entries
Posted by Thomas Huth 6 months, 1 week ago
On 21/10/2023 13.44, Michael Tokarev wrote:
> 18.10.2023 09:38, Cédric Le Goater :
>>
>> Adding Cc: qemu-trivial@nongnu.org because these changes don't need to go
>> through the ppc tree.
> 
> Heh.  You guys puzzled me quite a bit ;)
> 
> Now this puzzle is complete.
> Okay, let's pick whole bunch (together with follow-up changes by Thomas)
> in the trivial-patches tree :)

Thanks for sorting it out :-)

  Thomas