Re: [PATCH 01/11] hw/rtc/mc146818rtc: Inline isa_connect_gpio_out() and remove it

2022-05-13 Thread Bernhard Beschow
Am 11. Mai 2022 10:24:58 UTC schrieb Mark Cave-Ayland : >On 05/05/2022 17:17, Bernhard Beschow wrote: > >> Commit 250263033c5343012b2cd6f01210ffb5b908a159 'isa: introduce wrapper >> isa_connect_gpio_out' introduced it in 2016. Since then, its only user >> remained mc146818rtc. Remove this one-off

Re: [PATCH 01/11] hw/rtc/mc146818rtc: Inline isa_connect_gpio_out() and remove it

2022-05-11 Thread Mark Cave-Ayland
On 05/05/2022 17:17, Bernhard Beschow wrote: Commit 250263033c5343012b2cd6f01210ffb5b908a159 'isa: introduce wrapper isa_connect_gpio_out' introduced it in 2016. Since then, its only user remained mc146818rtc. Remove this one-off solution. Signed-off-by: Bernhard Beschow ---

Re: [PATCH 01/11] hw/rtc/mc146818rtc: Inline isa_connect_gpio_out() and remove it

2022-05-09 Thread Philippe Mathieu-Daudé
On 5/5/22 18:17, Bernhard Beschow wrote: Commit 250263033c5343012b2cd6f01210ffb5b908a159 'isa: introduce wrapper isa_connect_gpio_out' introduced it in 2016. Since then, its only user remained mc146818rtc. Remove this one-off solution. Signed-off-by: Bernhard Beschow --- hw/isa/isa-bus.c

[PATCH 01/11] hw/rtc/mc146818rtc: Inline isa_connect_gpio_out() and remove it

2022-05-05 Thread Bernhard Beschow
Commit 250263033c5343012b2cd6f01210ffb5b908a159 'isa: introduce wrapper isa_connect_gpio_out' introduced it in 2016. Since then, its only user remained mc146818rtc. Remove this one-off solution. Signed-off-by: Bernhard Beschow --- hw/isa/isa-bus.c | 6 -- hw/rtc/mc146818rtc.c | 3 ++-