Re: [PATCH v2 02/12] mac_via: use IFR bit flag constants for VIA1 IRQs

2022-03-03 Thread Laurent Vivier
Le 24/02/2022 à 12:59, Mark Cave-Ayland a écrit : This allows us to easily see how the physical control lines are mapped to the IFR bit flags. Signed-off-by: Mark Cave-Ayland --- include/hw/misc/mac_via.h | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) Reviewe

[PATCH v2 02/12] mac_via: use IFR bit flag constants for VIA1 IRQs

2022-02-24 Thread Mark Cave-Ayland
This allows us to easily see how the physical control lines are mapped to the IFR bit flags. Signed-off-by: Mark Cave-Ayland --- include/hw/misc/mac_via.h | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/include/hw/misc/mac_via.h b/include/hw/misc/mac_vi