Re: [PATCH 05/17] hw/arm/spitz: Implement inbound GPIO lines for bit5 and power signals

2020-06-30 Thread Alistair Francis
On Sun, Jun 28, 2020 at 7:29 AM Peter Maydell wrote: > > Currently the Spitz board uses a nasty hack for the GPIO lines > that pass "bit5" and "power" information to the LCD controller: > the lcdtg realize function sets a global variable to point to > the instance it just realized, and then the fu

[PATCH 05/17] hw/arm/spitz: Implement inbound GPIO lines for bit5 and power signals

2020-06-28 Thread Peter Maydell
Currently the Spitz board uses a nasty hack for the GPIO lines that pass "bit5" and "power" information to the LCD controller: the lcdtg realize function sets a global variable to point to the instance it just realized, and then the functions spitz_bl_power() and spitz_bl_bit5() use that to find th