Re: [PATCH for-7.2] Fix several typos in documentation (found by codespell)

2022-11-11 Thread Thomas Huth
On 10/11/2022 21.10, Peter Maydell wrote: On Thu, 10 Nov 2022 at 19:09, Stefan Weil via wrote: Those typos are in files which are used to generate the QEMU manual. Signed-off-by: Stefan Weil --- I did not fix memory_region_init_resizeable_ram. That might be done after 7.2. Stefan docs/d

Re: [PATCH for-7.2] Fix several typos in documentation (found by codespell)

2022-11-10 Thread Ani Sinha
On Fri, Nov 11, 2022 at 10:59 AM Ani Sinha wrote: > > On Fri, Nov 11, 2022 at 12:38 AM Stefan Weil wrote: > > > > Those typos are in files which are used to generate the QEMU manual. > > > > Signed-off-by: Stefan Weil > > For acpi-bits.rst, > Reviewed-by: Ani Sinha > > > --- > > > > I did not f

Re: [PATCH for-7.2] Fix several typos in documentation (found by codespell)

2022-11-10 Thread Ani Sinha
On Fri, Nov 11, 2022 at 12:38 AM Stefan Weil wrote: > > Those typos are in files which are used to generate the QEMU manual. > > Signed-off-by: Stefan Weil For acpi-bits.rst, Reviewed-by: Ani Sinha > --- > > I did not fix memory_region_init_resizeable_ram. That might be done after 7.2. > > Ste

Re: [PATCH for-7.2] Fix several typos in documentation (found by codespell)

2022-11-10 Thread Peter Maydell
On Thu, 10 Nov 2022 at 19:09, Stefan Weil via wrote: > > Those typos are in files which are used to generate the QEMU manual. > > Signed-off-by: Stefan Weil > --- > > I did not fix memory_region_init_resizeable_ram. That might be done after 7.2. I think that's a UK vs US spellings one anyway...

Re: [PATCH for-7.2] Fix several typos in documentation (found by codespell)

2022-11-10 Thread Peter Maydell
On Thu, 10 Nov 2022 at 19:09, Stefan Weil via wrote: > > Those typos are in files which are used to generate the QEMU manual. > > Signed-off-by: Stefan Weil > --- > > I did not fix memory_region_init_resizeable_ram. That might be done after 7.2. > > Stefan > > docs/devel/acpi-bits.rst | 2

Re: [PATCH for-7.2] Fix several typos in documentation (found by codespell)

2022-11-10 Thread Philippe Mathieu-Daudé
On 10/11/22 20:08, Stefan Weil wrote: Those typos are in files which are used to generate the QEMU manual. Signed-off-by: Stefan Weil --- 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.rs

Re: [PATCH for-7.2] Fix several typos in documentation (found by codespell)

2022-11-10 Thread Michael S. Tsirkin
On Thu, Nov 10, 2022 at 08:08:25PM +0100, Stefan Weil wrote: > Those typos are in files which are used to generate the QEMU manual. > > Signed-off-by: Stefan Weil Acked-by: Michael S. Tsirkin > --- > > I did not fix memory_region_init_resizeable_ram. That might be done after 7.2. > > Stefan

[PATCH for-7.2] Fix several typos in documentation (found by codespell)

2022-11-10 Thread Stefan Weil via
Those typos are in files which are used to generate the QEMU manual. Signed-off-by: Stefan Weil --- 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