On Fri, Nov 11, 2022 at 10:59 AM Ani Sinha <a...@anisinha.ca> wrote: > > On Fri, Nov 11, 2022 at 12:38 AM Stefan Weil <s...@weilnetz.de> wrote: > > > > Those typos are in files which are used to generate the QEMU manual. > > > > Signed-off-by: Stefan Weil <s...@weilnetz.de> > > For acpi-bits.rst, > Reviewed-by: Ani Sinha <a...@anisinha.ca> > > > --- > > > > I did not fix memory_region_init_resizeable_ram. That might be done after > > 7.2. > > > > Stefan > > > > docs/devel/acpi-bits.rst | 2 +- > > docs/system/devices/can.rst | 2 +- > > hw/scsi/esp.c | 6 +++--- > > include/exec/memory.h | 6 +++--- > > qapi/virtio.json | 4 ++-- > > qemu-options.hx | 6 +++--- > > tests/qtest/libqos/qgraph.h | 2 +- > > tests/qtest/libqos/virtio-9p.c | 2 +- > > 8 files changed, 15 insertions(+), 15 deletions(-) > > > > diff --git a/docs/devel/acpi-bits.rst b/docs/devel/acpi-bits.rst > > index c9564d871a..5e22be8ef6 100644 > > --- a/docs/devel/acpi-bits.rst > > +++ b/docs/devel/acpi-bits.rst > > @@ -132,7 +132,7 @@ Under ``tests/avocado/`` as the root we have: > > > > (a) They are python2.7 based scripts and not python 3 scripts. > > (b) They are run from within the bios bits VM and is not subjected to > > QEMU > > - build/test python script maintainance and dependency resolutions. > > + build/test python script maintenance and dependency resolutions. > > (c) They need not be loaded by avocado framework when running tests.
btw, if we are going to fix this doc file for typo before the release, may I also suggest another trivial fix? https://gitlab.com/anisinha/qemu/-/commit/4bd915a7390d799b332c11f23b6d5982efac5dac#9dedb1d2dec506845c6145696c561451a8b4b659_44_44 (removal of the reference to README from the doc).