On 2/15/23 01:27, Philippe Mathieu-Daudé wrote:
ide_create_drive() operates on a IDEBus; rename it as
ide_bus_create_drive() to emphasize its first argument
is a IDEBus.

Mechanical change using:

   $ sed -i -e 's/ide_create_drive/ide_bus_create_drive/g' \
         $(git grep -wl ide_create_drive)

Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
  hw/arm/sbsa-ref.c         | 2 +-
  hw/ide/ahci.c             | 2 +-
  hw/ide/isa.c              | 4 ++--
  hw/ide/macio.c            | 2 +-
  hw/ide/microdrive.c       | 2 +-
  hw/ide/mmio.c             | 4 ++--
  hw/ide/pci.c              | 2 +-
  hw/ide/qdev.c             | 2 +-
  include/hw/ide/internal.h | 2 +-
  9 files changed, 11 insertions(+), 11 deletions(-)

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

r~

Reply via email to