[PATCH 0/3] hw/qdev: Clarify qdev_connect_gpio_out() documentation

Philippe Mathieu-Daudé posted 3 patches 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211105172127.224462-1-f4bug@amsat.org
There is a newer version of this series
include/hw/input/i8042.h |  2 +-
include/hw/qdev-core.h   | 13 ++++++-------
hw/core/gpio.c           | 13 +++++++------
hw/i386/pc.c             |  2 +-
hw/input/pckbd.c         |  4 ++--
5 files changed, 17 insertions(+), 17 deletions(-)
[PATCH 0/3] hw/qdev: Clarify qdev_connect_gpio_out() documentation
Posted by Philippe Mathieu-Daudé 2 years, 6 months ago
Trivial patches clarifying qdev_connect_gpio_out() use,
basically that the qemu_irq argument is an input.
No logical change, only function name / parameter changed.

Philippe Mathieu-Daudé (3):
  hw/qdev: Correct qdev_connect_gpio_out_named() documentation
  hw/qdev: Rename qdev_connect_gpio_out*() 'input_pin' parameter
  hw/input/pckbd: Rename i8042_setup_a20_line() and its a20 irq argument

 include/hw/input/i8042.h |  2 +-
 include/hw/qdev-core.h   | 13 ++++++-------
 hw/core/gpio.c           | 13 +++++++------
 hw/i386/pc.c             |  2 +-
 hw/input/pckbd.c         |  4 ++--
 5 files changed, 17 insertions(+), 17 deletions(-)

-- 
2.31.1