]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
hw/display/milkymist-tmu2: Move inlined code from header to source
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 30 Jan 2019 12:00:05 +0000 (13:00 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 1 Feb 2019 10:58:50 +0000 (11:58 +0100)
commit70cc0c1fb0b7b7bc185ca4a233e215ef44f35913
treee27600fffa8afa5da73c536cd1d63c6b80f8023d
parent57d434407adc967a696d7afad0cc32f8f7eb4a4f
hw/display/milkymist-tmu2: Move inlined code from header to source

Move the complexity of milkymist_tmu2_create() into the
source file. Doing so we avoid to include the X11/OpenGL
headers in all LM32 devices, and we also avoid the duplicate
declaration of glx_fbconfig_attr[] (it is already declared
in hw/display/milkymist-tmu2.c).
Since TYPE_MILKYMIST_TMU2 is now accessible, use it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190130120005.23123-5-philmd@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
MAINTAINERS
hw/display/milkymist-tmu2.c
hw/lm32/milkymist-hw.h
hw/lm32/milkymist.c
include/hw/display/milkymist_tmu2.h [new file with mode: 0644]