Re: [PATCH v2 5/5] hw/input/pckbd: Open-code i8042_setup_a20_line() wrapper

2021-12-19 Thread wangyanan (Y)
On 2021/12/18 21:04, Philippe Mathieu-Daudé wrote: Since the named GPIO lines are a "public" interface to the device, we can directly call qdev_connect_gpio_out_named(), making it consistent with how the other A20 input source (port92) is wired. Suggested-by: Peter Maydell Signed-off-by: Phil

[PATCH v2 5/5] hw/input/pckbd: Open-code i8042_setup_a20_line() wrapper

2021-12-18 Thread Philippe Mathieu-Daudé
Since the named GPIO lines are a "public" interface to the device, we can directly call qdev_connect_gpio_out_named(), making it consistent with how the other A20 input source (port92) is wired. Suggested-by: Peter Maydell Signed-off-by: Philippe Mathieu-Daudé --- include/hw/input/i8042.h | 1 -