Re: [PATCH v2 02/10] macfb: don't use special irq_state and irq_mask variables in MacfbState

2022-03-04 Thread Laurent Vivier
Le 02/03/2022 à 22:27, Mark Cave-Ayland a écrit : The current IRQ state and IRQ mask are handled exactly the same as standard register accesses, so store these values directly in the regs array rather than having separate variables for them. Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe

[PATCH v2 02/10] macfb: don't use special irq_state and irq_mask variables in MacfbState

2022-03-02 Thread Mark Cave-Ayland
The current IRQ state and IRQ mask are handled exactly the same as standard register accesses, so store these values directly in the regs array rather than having separate variables for them. Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu-Daudé --- hw/display/macfb.c | 15