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

2022-02-28 Thread Philippe Mathieu-Daudé
On 28/2/22 23:25, Mark Cave-Ayland wrote: 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 --- hw/display/macfb.c

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

2022-02-28 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 --- hw/display/macfb.c | 15 +++ include/hw/display/