Message ID | 20231002122326.365368-1-clg@kaod.org (mailing list archive) |
---|---|
Headers | show |
Series | MAINTAINERS: Collect unmaintained files under PPC entries | expand |
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(-) >
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
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