]> git.proxmox.com Git - mirror_qemu.git/commit
hw/dma/i8257: Rename DMA_init() to i8257_dma_init()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 8 Mar 2018 22:39:23 +0000 (23:39 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 12 Mar 2018 15:12:48 +0000 (16:12 +0100)
commit55f613ac25420384b2c4645420fea2f9bab15379
tree2a11965b143c9ca18523ae00169cf8123f48c40d
parentbb3d5ea858e7f888563a56c8e2d99df47882a4cf
hw/dma/i8257: Rename DMA_init() to i8257_dma_init()

- Move the header from hw/isa/ to hw/dma/
- Remove the old i386/pc dependency
- use a bool type for the high_page_enable argument

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180308223946.26784-3-f4bug@amsat.org>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
12 files changed:
MAINTAINERS
hw/dma/i82374.c
hw/dma/i8257.c
hw/i386/pc.c
hw/mips/mips_fulong2e.c
hw/mips/mips_jazz.c
hw/mips/mips_malta.c
hw/sparc/sun4m.c
hw/sparc64/sun4u.c
include/hw/dma/i8257.h [new file with mode: 0644]
include/hw/isa/i8257.h [deleted file]
include/hw/isa/isa.h