On 2/10/23 06:37, Philippe Mathieu-Daudé wrote:
isa_bus_irqs() register an array of input IRQs on
the ISA bus. Rename it as isa_bus_register_input_irqs().

Mechanical change using:

  $ sed -i -e 's/isa_bus_irqs/isa_bus_register_input_irqs/g' \
    $(git grep -wl isa_bus_irqs)

Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
  hw/hppa/machine.c    | 2 +-
  hw/i386/microvm.c    | 2 +-
  hw/i386/pc_piix.c    | 2 +-
  hw/isa/i82378.c      | 2 +-
  hw/isa/isa-bus.c     | 8 ++++----
  hw/isa/lpc_ich9.c    | 2 +-
  hw/isa/piix4.c       | 2 +-
  hw/isa/vt82c686.c    | 2 +-
  hw/mips/jazz.c       | 2 +-
  hw/ppc/pnv_lpc.c     | 2 +-
  hw/sparc64/sun4u.c   | 2 +-
  include/hw/isa/isa.h | 4 ++--
  12 files changed, 16 insertions(+), 16 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to