qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH 0/5] ppc: Remove irq_inputs


From: Daniel Henrique Barboza
Subject: Re: [PATCH 0/5] ppc: Remove irq_inputs
Date: Mon, 11 Jul 2022 13:25:02 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0

Queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks,


Daniel

On 7/5/22 11:58, Cédric Le Goater wrote:
Hello,

This replaces the IRQ array 'irq_inputs' with GPIO lines and removes
'irq_inputs' when all CPUs have been converted.

Thanks,

C.

Cédric Le Goater (5):
   ppc64: Allocate IRQ lines with qdev_init_gpio_in()
   ppc/40x: Allocate IRQ lines with qdev_init_gpio_in()
   ppc/6xx: Allocate IRQ lines with qdev_init_gpio_in()
   ppc/e500: Allocate IRQ lines with qdev_init_gpio_in()
   ppc: Remove unused irq_inputs

  target/ppc/cpu.h       |  1 -
  hw/intc/xics.c         | 10 ++++++----
  hw/intc/xive.c         |  4 ++--
  hw/ppc/e500.c          |  8 ++++----
  hw/ppc/mac_newworld.c  | 16 ++++++++--------
  hw/ppc/mac_oldworld.c  |  2 +-
  hw/ppc/pegasos2.c      |  2 +-
  hw/ppc/ppc.c           | 30 ++++++------------------------
  hw/ppc/ppc405_uc.c     |  4 ++--
  hw/ppc/ppc440_bamboo.c |  4 ++--
  hw/ppc/prep.c          |  2 +-
  hw/ppc/prep_systemio.c |  2 +-
  hw/ppc/sam460ex.c      |  4 ++--
  hw/ppc/virtex_ml507.c  | 10 +++++-----
  target/ppc/cpu_init.c  |  5 -----
  15 files changed, 41 insertions(+), 63 deletions(-)




reply via email to

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