qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 09/11] hw/isa: Rename isa_bus_irqs() -> isa_bus_register_inpu


From: Richard Henderson
Subject: Re: [PATCH 09/11] hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()
Date: Sat, 11 Feb 2023 07:37:53 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

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é<philmd@linaro.org>
---
  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 <richard.henderson@linaro.org>

r~



reply via email to

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