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 /default-configs/devices | |
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 'default-configs/devices')
-rw-r--r-- | default-configs/devices/m68k-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/devices/m68k-softmmu.mak b/default-configs/devices/m68k-softmmu.mak index 6629fd2aa3..7f8619e427 100644 --- a/default-configs/devices/m68k-softmmu.mak +++ b/default-configs/devices/m68k-softmmu.mak @@ -8,3 +8,4 @@ CONFIG_AN5206=y CONFIG_MCF5208=y CONFIG_NEXTCUBE=y CONFIG_Q800=y +CONFIG_M68K_VIRT=y |