Re: [PATCH v2 09/12] mos6522: record last_irq_levels in mos6522_set_irq()

2022-03-03 Thread Laurent Vivier
Le 24/02/2022 à 12:59, Mark Cave-Ayland a écrit : To detect edge-triggered IRQs it is necessary to store the last state of each IRQ in a last_irq_levels bitmap. Note: this is a migration break for machines which use mos6522 instances which are g3beige/mac99 (PPC) and q800 (m68k).

[PATCH v2 09/12] mos6522: record last_irq_levels in mos6522_set_irq()

2022-02-24 Thread Mark Cave-Ayland
To detect edge-triggered IRQs it is necessary to store the last state of each IRQ in a last_irq_levels bitmap. Note: this is a migration break for machines which use mos6522 instances which are g3beige/mac99 (PPC) and q800 (m68k). Signed-off-by: Mark Cave-Ayland --- hw/misc/mos6522.c |