qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH-for-7.0 1/5] hw/display: Rename VGA_ISA_MM -> VGA_MMIO


From: BALATON Zoltan
Subject: Re: [PATCH-for-7.0 1/5] hw/display: Rename VGA_ISA_MM -> VGA_MMIO
Date: Fri, 19 Nov 2021 19:15:46 +0100 (CET)

On Fri, 19 Nov 2021, Philippe Mathieu-Daudé wrote:
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()

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu>

---
configs/devices/mips-softmmu/common.mak |  2 +-
include/hw/display/vga.h                |  2 +-
hw/display/{vga-isa-mm.c => vga-mmio.c} | 16 ++++++++--------
hw/mips/jazz.c                          |  2 +-
hw/display/Kconfig                      |  2 +-
hw/display/meson.build                  |  2 +-
hw/mips/Kconfig                         |  2 +-
7 files changed, 14 insertions(+), 14 deletions(-)
rename hw/display/{vga-isa-mm.c => vga-mmio.c} (93%)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]