m68k: add Virtual M68k Machine
commite1cecdca559d552bc5ab282696301858a97c3e8c
authorLaurent Vivier <laurent@vivier.eu>
Fri, 12 Mar 2021 21:41:45 +0000 (12 22:41 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 15 Mar 2021 20:03:06 +0000 (15 21:03 +0100)
treeee059da7eadb4163b804e331c89f5b0c71601046
parent0791bc02b8fbf9d55626b57f45255ba1b6ea83d5
m68k: add Virtual M68k Machine

The machine is based on Goldfish interfaces defined by Google
for Android simulator. It uses Goldfish-rtc (timer and RTC),
Goldfish-pic (PIC) and Goldfish-tty (for serial port and early tty).

The machine is created with 128 virtio-mmio bus, and they can
be used to use serial console, GPU, disk, NIC, HID, ...

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210312214145.2936082-6-laurent@vivier.eu>
MAINTAINERS
default-configs/devices/m68k-softmmu.mak
hw/m68k/Kconfig
hw/m68k/meson.build
hw/m68k/virt.c [new file with mode: 0644]
include/standard-headers/asm-m68k/bootinfo-virt.h [new file with mode: 0644]