qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH-for-5.2 0/5] hw/arm: Fix various incorrect IRQ handling
@ 2020-11-07 19:33 Philippe Mathieu-Daudé
  2020-11-07 19:33 ` [PATCH-for-5.2 1/5] hw/arm/armsse: Correct expansion MPC interrupt lines Philippe Mathieu-Daudé
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-11-07 19:33 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Alistair Francis, Philippe Mathieu-Daudé,
	qemu-arm, Jan Kiszka

This series is inspired by Peter's following patch:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg758178.html

I started to audit the IRQ uses and fixed the easy problems.

Unresolved ones:
- stellaris_init() connects different TYPE_STELLARIS_GPTM
  to the same ADC input (seems some weird kludge)
- platform_bus_link_device() uses sysbus_has_irq() to check
  if an device has IRQ mapped but it doesn't seem to work.

Anyway enough audit for the day.

Regards,

Phil.

Philippe Mathieu-Daudé (5):
  hw/arm/armsse: Correct expansion MPC interrupt lines
  hw/misc/stm32f2xx_syscfg: Remove extraneous IRQ
  hw/arm/nseries: Remove invalid/unnecessary n8x0_uart_setup()
  hw/arm/musicpal: Don't connect two qemu_irqs directly to the same
    input
  hw/arm/musicpal: Only use qdev_get_gpio_in() when necessary

 include/hw/misc/stm32f2xx_syscfg.h |  2 --
 hw/arm/armsse.c                    |  3 ++-
 hw/arm/musicpal.c                  | 40 +++++++++++++++++++-----------
 hw/arm/nseries.c                   | 11 --------
 hw/arm/stm32f205_soc.c             |  1 -
 hw/misc/stm32f2xx_syscfg.c         |  2 --
 hw/arm/Kconfig                     |  1 +
 7 files changed, 28 insertions(+), 32 deletions(-)

-- 
2.26.2



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

end of thread, other threads:[~2020-11-09 14:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-07 19:33 [PATCH-for-5.2 0/5] hw/arm: Fix various incorrect IRQ handling Philippe Mathieu-Daudé
2020-11-07 19:33 ` [PATCH-for-5.2 1/5] hw/arm/armsse: Correct expansion MPC interrupt lines Philippe Mathieu-Daudé
2020-11-07 19:34 ` [PATCH-for-5.2 2/5] hw/misc/stm32f2xx_syscfg: Remove extraneous IRQ Philippe Mathieu-Daudé
2020-11-07 19:34 ` [PATCH-for-5.2 3/5] hw/arm/nseries: Remove invalid/unnecessary n8x0_uart_setup() Philippe Mathieu-Daudé
2020-11-09 14:22   ` Peter Maydell
2020-11-07 19:34 ` [PATCH-for-5.2? 4/5] hw/arm/musicpal: Don't connect two qemu_irqs directly to the same input Philippe Mathieu-Daudé
2020-11-07 19:34 ` [PATCH-for-6.0 5/5] hw/arm/musicpal: Only use qdev_get_gpio_in() when necessary Philippe Mathieu-Daudé
2020-11-09 14:23 ` [PATCH-for-5.2 0/5] hw/arm: Fix various incorrect IRQ handling Peter Maydell
2020-11-09 14:45   ` Philippe Mathieu-Daudé

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).