On Tue, Jun 7, 2022 at 2:46 AM Kashyap Chamarthy <kcham...@redhat.com> wrote: > > This document is referred to from the GettingStartedDevelopers wiki > which will be rSTified in a follow-up commit. > > Converted from Mediawiki to rST using: > > $> pandoc -f Mediawiki -t rst MailingLists.wiki > -o mailing-lists.rst > > The only change in this coversion is that I have removed the users > mailing list, as it will be referred to from a different document from > the docs/about/ directory. > > Besides that, this is almost a 1-1 conversion (I double-checked to the > best I could). I've also checked that the hyperlinks work correctly > post-conversion. > > Signed-off-by: Kashyap Chamarthy <kcham...@redhat.com> > Reviewed-by: Thomas Huth <th...@redhat.com>
Reviewed-by: Alistair Francis <alistair.fran...@wdc.com> Alistair > --- > docs/devel/index.rst | 1 + > docs/devel/mailing-lists.rst | 51 ++++++++++++++++++++++++++++++++++++ > 2 files changed, 52 insertions(+) > create mode 100644 docs/devel/mailing-lists.rst > > diff --git a/docs/devel/index.rst b/docs/devel/index.rst > index 424eff9294..fb9d9f3a80 100644 > --- a/docs/devel/index.rst > +++ b/docs/devel/index.rst > @@ -12,6 +12,7 @@ modifying QEMU's source code. > > code-of-conduct > conflict-resolution > + mailing-lists > build-system > style > kconfig > diff --git a/docs/devel/mailing-lists.rst b/docs/devel/mailing-lists.rst > new file mode 100644 > index 0000000000..4533179f1f > --- /dev/null > +++ b/docs/devel/mailing-lists.rst > @@ -0,0 +1,51 @@ > +.. _mailing-lists: > + > +Mailing lists > +============= > + > +- `QEMU developers mailing > + list <http://lists.nongnu.org/mailman/listinfo/qemu-devel>`__ > +- `QEMU stable mailing > + list <http://lists.nongnu.org/mailman/listinfo/qemu-stable>`__ > +- `QEMU trivial patch mailing > + list <http://lists.nongnu.org/mailman/listinfo/qemu-trivial>`__ > + > +.. _subsystem_specific_lists: > + > +Subsystem Specific Lists > +------------------------ > + > +These exist to make it a little easier to follow subsystem specific > +patches. You should however continue to CC qemu-devel so your series > +gets wide visibility. > + > +- `QEMU ARM mailing > + list <https://lists.nongnu.org/mailman/listinfo/qemu-arm>`__ > +- `QEMU block devices mailing > + list <https://lists.nongnu.org/mailman/listinfo/qemu-block>`__ > +- `QEMU PowerPC mailing > + list <https://lists.nongnu.org/mailman/listinfo/qemu-ppc>`__ > +- `QEMU RISC-V mailing > + list <https://lists.nongnu.org/mailman/listinfo/qemu-riscv>`__ > +- `QEMU s390x mailing > + list <https://lists.nongnu.org/mailman/listinfo/qemu-s390x>`__ > + > +If a subsystem maintainer thinks that a new mailing list for their > +subsystem would make life easier, we're happy to create one -- mail > +qemu-devel to suggest it (ideally cc'ing the people listed as Savannah > +project admins in our `AdminContacts <AdminContacts>`__ page, as they > +are the ones with the ability to make the change). > + > +If you are a Savannah project admin, you may want the `technical notes > +on how to create and configure a new > +list <Contribute/MailingLists/Creation>`__. > + > +.. _access_via_lore.kernel.org: > + > +Access via lore.kernel.org > +-------------------------- > + > +The qemu-devel mailing list is also archived via > +`public-inbox <https://public-inbox.org/>`__ on > +https://lore.kernel.org/qemu-devel/ and accessible via NNTP at > +nntp.lore.kernel.org (newsgroup org.nongnu.qemu-devel). > -- > 2.36.1 > >