On 15/02/2023 17.16, Philippe Mathieu-Daudé wrote:
isa_get_dma() returns a DMA channel handler from an ISABus.
To emphasize this, rename it as isa_bus_get_dma().

Mechanical change using:

   $ sed -i -e 's/isa_get_dma/isa_bus_get_dma/g' \
         $(git grep -l isa_get_dma)

Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
  hw/audio/cs4231a.c   | 2 +-
  hw/audio/gus.c       | 2 +-
  hw/audio/sb16.c      | 4 ++--
  hw/block/fdc-isa.c   | 2 +-
  hw/dma/i82374.c      | 2 +-
  hw/isa/isa-bus.c     | 2 +-
  include/hw/isa/isa.h | 2 +-
  7 files changed, 8 insertions(+), 8 deletions(-)

Reviewed-by: Thomas Huth <th...@redhat.com>


Reply via email to