summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2021-12-06 23:45:25 +0100
committerGerd Hoffmann2022-01-13 10:58:54 +0100
commit3ac25236ea6dd52a44c679ebd0a8126662d0ab4e (patch)
tree8b9bbc618b84e2c1ebc3536f996c8eaa457941b6 /configs
parentuas: add missing return (diff)
downloadqemu-3ac25236ea6dd52a44c679ebd0a8126662d0ab4e.tar.gz
qemu-3ac25236ea6dd52a44c679ebd0a8126662d0ab4e.tar.xz
qemu-3ac25236ea6dd52a44c679ebd0a8126662d0ab4e.zip
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 <balaton@eik.bme.hu> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20211206224528.563588-2-f4bug@amsat.org> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/devices/mips-softmmu/common.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/devices/mips-softmmu/common.mak b/configs/devices/mips-softmmu/common.mak
index 752b62b1e6..d2202c839e 100644
--- a/configs/devices/mips-softmmu/common.mak
+++ b/configs/devices/mips-softmmu/common.mak
@@ -7,7 +7,7 @@ CONFIG_ISA_BUS=y
CONFIG_PCI=y
CONFIG_PCI_DEVICES=y
CONFIG_VGA_ISA=y
-CONFIG_VGA_ISA_MM=y
+CONFIG_VGA_MMIO=y
CONFIG_VGA_CIRRUS=y
CONFIG_VMWARE_VGA=y
CONFIG_SERIAL=y