Re: [PATCH] hw/misc/auxbus: Improve aux_bus_init() docstring

2022-01-06 Thread Peter Maydell
On Mon, 22 Nov 2021 at 11:11, Philippe Mathieu-Daudé wrote: > > Mention in aux_bus_init() docstring that the AUXBus > is not simply initialized, it is also allocated. > > Signed-off-by: Philippe Mathieu-Daudé > --- > include/hw/misc/auxbus.h | 12 +++- > 1 file changed, 7 insertions(+),

Re: [PATCH] hw/misc/auxbus: Improve aux_bus_init() docstring

2021-12-15 Thread Philippe Mathieu-Daudé
Cc'ing Peter for documentation review. On 11/22/21 11:48, Philippe Mathieu-Daudé wrote: > Mention in aux_bus_init() docstring that the AUXBus > is not simply initialized, it is also allocated. > > Signed-off-by: Philippe Mathieu-Daudé > --- > include/hw/misc/auxbus.h | 12 +++- > 1 file

[PATCH] hw/misc/auxbus: Improve aux_bus_init() docstring

2021-11-22 Thread Philippe Mathieu-Daudé
Mention in aux_bus_init() docstring that the AUXBus is not simply initialized, it is also allocated. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/misc/auxbus.h | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/include/hw/misc/auxbus.h b/include/hw/misc/auxb