qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 02/10] macfb: don't use special irq_state and irq_mask variables in MacfbState
Date: Tue, 1 Mar 2022 00:11:42 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.6.1

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 <mark.cave-ayland@ilande.co.uk>
---
  hw/display/macfb.c         | 15 +++++++--------
  include/hw/display/macfb.h |  2 --
  2 files changed, 7 insertions(+), 10 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]