On Thu, 3 Sep 2020 17:19:31 +0200 Greg Kurz <gr...@kaod.org> wrote: > On Thu, 3 Sep 2020 16:41:02 +0200 > Christian Schoenebeck <qemu_...@crudebyte.com> wrote: > > > I have updated the QEMU 9P setup wiki page about this 'msize' issue. For > > some reason the dedicated anchor 'msize' does not work though: > > > > https://wiki.qemu.org/Documentation/9psetup#msize > > > > AFAICT the wiki derives the anchor from the section name, ie. > > https://wiki.qemu.org/Documentation/9psetup#Performance_Considerations > > It's a bit longer than #msize but it works. I don't know if you can > add anchors manually in the wiki. >
It seems you could achieve this without the template: == <span id="msize">Performance Considerations</span> == > > Not sure whether that's a wiki installation problem? When I view the wiki > > source, it looks like it is showing some errors there. > > > > v1->v2: > > > > * Updated commit log message to make it more clear why the client cannot > > auto pick a good value for 'msize'. > > > > * Added a web link to the log message, pointing to the appropriate QEMU > > wiki page which explains the 'msize' issue in detail. > > > > Message-ID of previous version (v1): > > e1kdr8w-0001s4...@lizzy.crudebyte.com > > > > Christian Schoenebeck (1): > > 9pfs: log warning if msize <= 8192 > > > > hw/9pfs/9p.c | 9 +++++++++ > > 1 file changed, 9 insertions(+) > > >