qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 14/20] hw/ide: Rename ide_init2() -> ide_bus_init_output_irq(


From: Richard Henderson
Subject: Re: [PATCH 14/20] hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()
Date: Wed, 15 Feb 2023 09:15:12 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

On 2/15/23 01:27, Philippe Mathieu-Daudé wrote:
ide_init2() initializes a IDEBus, and set its output IRQ.
To emphasize this, rename it as ide_bus_init_output_irq().

Mechanical change using:

   $ sed -i -e 's/ide_init2/ide_bus_init_output_irq/g' \
         $(git grep -l ide_init2)

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  hw/ide/ahci.c             | 2 +-
  hw/ide/cmd646.c           | 2 +-
  hw/ide/core.c             | 4 ++--
  hw/ide/isa.c              | 2 +-
  hw/ide/macio.c            | 2 +-
  hw/ide/microdrive.c       | 2 +-
  hw/ide/mmio.c             | 2 +-
  hw/ide/piix.c             | 3 ++-
  hw/ide/sii3112.c          | 2 +-
  hw/ide/via.c              | 2 +-
  include/hw/ide/internal.h | 4 ++--
  11 files changed, 14 insertions(+), 13 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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