]> git.proxmox.com Git - mirror_qemu.git/commit
q800: move GLUE device into separate q800-glue.c file
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 21 Jun 2023 08:53:36 +0000 (09:53 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 22 Jun 2023 07:21:57 +0000 (09:21 +0200)
commit8e0932802f5fd6d8c5c12080d144f01b09863c3c
treea626cbf9f6f05c585b22e59cf8cf652f48d2130f
parent0b9b41fb8b4879d4dd3d2ce0a13493541c2d8d66
q800: move GLUE device into separate q800-glue.c file

This will allow the q800-glue.h header to be included separately so that the
GLUE device can be referenced externally.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230621085353.113233-8-mark.cave-ayland@ilande.co.uk>
[lv: update comment]
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
MAINTAINERS
hw/m68k/meson.build
hw/m68k/q800-glue.c [new file with mode: 0644]
hw/m68k/q800.c
include/hw/m68k/q800-glue.h [new file with mode: 0644]