On Wed, 23 Sep 2020 at 08:55, Thomas Huth <th...@redhat.com> wrote: > > On 27/08/2020 13.32, Peter Maydell wrote: > > @@ -416,6 +416,14 @@ The above, converted to the current supported format:: > > linux-user mode CPUs > > -------------------- > > > > +``lm32`` CPUs (since 5.2.0) > > +''''''''''''''''''''''''''' > > + > > +The ``lm32`` guest CPU support is deprecated and will be removed in > > +a future version of QEMU. The only public user of this architecture > > +was the milkymist project, which has been dead for years; there was > > +never an upstream Linux port. > > I was just looking at the current version of deprecated.rst (which has > this patch included), and could it be that it ended up in the wrong > section here? "lm32" is rather a softmmu target, not a linux-user mode CPU?
Yes, I think I just put it in the wrong place by mistake (ie next to the other target deprecation notices), not noticing the top-level section it was in. thanks -- PMM