]> git.proxmox.com Git - mirror_qemu.git/commit
m68k: Add serial controller to the NeXTcube machine
authorThomas Huth <huth@tuxfamily.org>
Sat, 30 Jun 2018 14:58:01 +0000 (16:58 +0200)
committerThomas Huth <huth@tuxfamily.org>
Sat, 7 Sep 2019 06:32:34 +0000 (08:32 +0200)
commitb17bed5b1727e3aa9e37fc8e8c3222130ceab22f
tree39d9579b1f4b450f7f31e26880c81510287b6b35
parentb43047a20feba0ff1eaf6a49007e2d5402df3d46
m68k: Add serial controller to the NeXTcube machine

The NeXTcube uses a normal 8530 serial controller, so we can simply use
our normal "escc" device here.
While we're at it, also add a boot-serial-test for the next-cube machine,
now that the serial output works.

Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190831074519.32613-6-huth@tuxfamily.org>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
hw/m68k/Kconfig
hw/m68k/next-cube.c
tests/boot-serial-test.c