]> git.proxmox.com Git - mirror_qemu.git/commit
hw/isa: Rename isa_get_dma() -> isa_bus_get_dma()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 15 Feb 2023 14:38:19 +0000 (15:38 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Feb 2023 21:29:02 +0000 (22:29 +0100)
commitdc8d6cf2033c813ade9863a926f2d71a22edd249
tree198ca8472ae6b0b6474358beecf6e90b058e9fca
parente5bf2779a1feafa85adae9a8ba22cbb54af00c85
hw/isa: Rename isa_get_dma() -> isa_bus_get_dma()

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é <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230215161641.32663-2-philmd@linaro.org>
hw/audio/cs4231a.c
hw/audio/gus.c
hw/audio/sb16.c
hw/block/fdc-isa.c
hw/dma/i82374.c
hw/isa/isa-bus.c
include/hw/isa/isa.h