]> git.proxmox.com Git - mirror_qemu.git/commit
hw/display/vga-mmio: Inline vga_mm_init()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 6 Dec 2021 22:45:26 +0000 (23:45 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 13 Jan 2022 09:58:54 +0000 (10:58 +0100)
commit6bd06f773163459706017d5fead84ae899e4ac16
tree956c3be4b7443abc8fcc8a52a35b652362c1f7ac
parent3ac25236ea6dd52a44c679ebd0a8126662d0ab4e
hw/display/vga-mmio: Inline vga_mm_init()

Inline vga_mm_init() in vga_mmio_init() to simplify the
next patch review. Kind of.

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-3-f4bug@amsat.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/vga-mmio.c