Re: [PATCH 1/3] hw/qdev: Correct qdev_connect_gpio_out_named() documentation

2021-11-05 Thread wangyanan (Y)
Hi Philippe, On 2021/11/6 1:21, Philippe Mathieu-Daudé wrote: qdev_connect_gpio_out_named() is described as qdev_connect_gpio_out(), and referring to itself in an endless loop, which is confusing. Fix. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/qdev-core.h | 5 ++--- 1 file change

[PATCH 1/3] hw/qdev: Correct qdev_connect_gpio_out_named() documentation

2021-11-05 Thread Philippe Mathieu-Daudé
qdev_connect_gpio_out_named() is described as qdev_connect_gpio_out(), and referring to itself in an endless loop, which is confusing. Fix. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/qdev-core.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/hw/qdev-co