From 3ac25236ea6dd52a44c679ebd0a8126662d0ab4e Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Mon, 6 Dec 2021 23:45:25 +0100 Subject: hw/display: Rename VGA_ISA_MM -> VGA_MMIO There is no ISA bus part in the MMIO VGA device, so rename: * hw/display/vga-isa-mm.c -> hw/display/vga-mmio.c * CONFIG_VGA_ISA_MM -> CONFIG_VGA_MMIO * ISAVGAMMState -> VGAMmioState * isa_vga_mm_init() -> vga_mmio_init() Reviewed-by: BALATON Zoltan Reviewed-by: Thomas Huth Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20211206224528.563588-2-f4bug@amsat.org> Signed-off-by: Gerd Hoffmann --- include/hw/display/vga.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/hw/display') diff --git a/include/hw/display/vga.h b/include/hw/display/vga.h index 5f7825e0e3..c16a5c26da 100644 --- a/include/hw/display/vga.h +++ b/include/hw/display/vga.h @@ -24,8 +24,7 @@ enum vga_retrace_method { extern enum vga_retrace_method vga_retrace_method; -int isa_vga_mm_init(hwaddr vram_base, - hwaddr ctrl_base, int it_shift, - MemoryRegion *address_space); +int vga_mmio_init(hwaddr vram_base, hwaddr ctrl_base, + int it_shift, MemoryRegion *address_space); #endif -- cgit v1.2.3-55-g7522