On 19/11/2021 18.11, 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é <f4...@amsat.org>
---
  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%)

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


Reply via email to