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: Thomas Huth
Subject: Re: [PATCH-for-7.0 1/5] hw/display: Rename VGA_ISA_MM -> VGA_MMIO
Date: Mon, 22 Nov 2021 16:06:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0

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é <f4bug@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 <thuth@redhat.com>




reply via email to

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