From 8ac919a065418d8f43bb2865d53d38b66a398846 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Sat, 26 Oct 2019 18:45:43 +0200 Subject: hw/m68k: add Nubus macfb video card MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds support for a graphic framebuffer device. This device can be added as a sysbus device or as a NuBus device. It is accessed as a framebuffer but the color palette can be set. Co-developed-by: Mark Cave-Ayland Signed-off-by: Mark Cave-Ayland Signed-off-by: Laurent Vivier Reviewed-by: Hervé Poussineau Reviewed-by: Thomas Huth Message-Id: <20191026164546.30020-9-laurent@vivier.eu> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 7892ab5f02..bd0df67e62 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -922,8 +922,10 @@ M: Laurent Vivier S: Maintained F: hw/misc/mac_via.c F: hw/nubus/* +F: hw/display/macfb.c F: include/hw/misc/mac_via.h F: include/hw/nubus/* +F: include/hw/display/macfb.h MicroBlaze Machines ------------------- -- cgit v1.2.3