diff options
author | Laurent Vivier | 2021-03-12 22:41:45 +0100 |
---|---|---|
committer | Laurent Vivier | 2021-03-15 21:03:06 +0100 |
commit | e1cecdca559d552bc5ab282696301858a97c3e8c (patch) | |
tree | ee059da7eadb4163b804e331c89f5b0c71601046 /MAINTAINERS | |
parent | m68k: add a system controller (diff) | |
download | qemu-e1cecdca559d552bc5ab282696301858a97c3e8c.tar.gz qemu-e1cecdca559d552bc5ab282696301858a97c3e8c.tar.xz qemu-e1cecdca559d552bc5ab282696301858a97c3e8c.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5ca3c9f851..682e4ed481 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1130,6 +1130,19 @@ F: include/hw/nubus/* F: include/hw/display/macfb.h F: include/hw/block/swim.h +virt +M: Laurent Vivier <laurent@vivier.eu> +S: Maintained +F: hw/m68k/virt.c +F: hw/char/goldfish_tty.c +F: hw/intc/goldfish_pic.c +F: hw/intc/m68k_irqc.c +F: hw/misc/virt_ctrl.c +F: include/hw/char/goldfish_tty.h +F: include/hw/intc/goldfish_pic.h +F: include/hw/intc/m68k_irqc.h +F: include/hw/misc/virt_ctrl.h + MicroBlaze Machines ------------------- petalogix_s3adsp1800 |