qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] mos6522: allow IRQs from external port pins
@ 2018-06-13  8:30 Mark Cave-Ayland
  2018-06-13  8:30 ` [Qemu-devel] [PATCH 1/3] mos6522: only clear the shift register interrupt upon write Mark Cave-Ayland
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mark Cave-Ayland @ 2018-06-13  8:30 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc, lvivier, david

Whilst testing a conversion of Laurent's q800 patchset over to use mos6522
I discovered some issues which prevented IRQs being generated from inputs to
external port pins.

This is a requirement for the q800 patchset which uses external clocks to
generate periodic interrupts.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>


Mark Cave-Ayland (3):
  mos6522: only clear the shift register interrupt upon write
  mos6522: remove additional interrupt flag filter from
    mos6522_update_irq()
  mos6522: expose mos6522_update_irq() through MOS6522DeviceClass

 hw/misc/mos6522.c         | 5 +++--
 include/hw/misc/mos6522.h | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-06-13  9:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-13  8:30 [Qemu-devel] [PATCH 0/3] mos6522: allow IRQs from external port pins Mark Cave-Ayland
2018-06-13  8:30 ` [Qemu-devel] [PATCH 1/3] mos6522: only clear the shift register interrupt upon write Mark Cave-Ayland
2018-06-13  8:30 ` [Qemu-devel] [PATCH 2/3] mos6522: remove additional interrupt flag filter from mos6522_update_irq() Mark Cave-Ayland
2018-06-13  8:30 ` [Qemu-devel] [PATCH 3/3] mos6522: expose mos6522_update_irq() through MOS6522DeviceClass Mark Cave-Ayland
2018-06-13  9:21 ` [Qemu-devel] [PATCH 0/3] mos6522: allow IRQs from external port pins David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).