Le 13/10/2021 à 23:21, Mark Cave-Ayland a écrit : > Add a new auxmode GPIO that is updated when port B bit 6 is changed indicating > whether the hardware is configured for A/UX mode. >
Stupid question: why do you use GPIO to pass the auxmode information between VIA and GLUE? Can't we use object_property_set_link() to set a pointer to the GLUE object? Thanks, Laurent