summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorStafford Horne2022-05-20 15:38:13 +0200
committerStafford Horne2022-09-04 08:02:57 +0200
commitb5fcfe927b7a9cbbc0864e7fc4f34bc94631ee0e (patch)
treec6c2e4eaadc4964ad6170927e77040fff9ca6bbe /configs
parentgoldfish_rtc: Add big-endian property (diff)
downloadqemu-b5fcfe927b7a9cbbc0864e7fc4f34bc94631ee0e.tar.gz
qemu-b5fcfe927b7a9cbbc0864e7fc4f34bc94631ee0e.tar.xz
qemu-b5fcfe927b7a9cbbc0864e7fc4f34bc94631ee0e.zip
hw/openrisc: Add the OpenRISC virtual machine
This patch adds the OpenRISC virtual machine 'virt' for OpenRISC. This platform allows for a convenient CI platform for toolchain, software ports and the OpenRISC linux kernel port. Much of this has been sourced from the m68k and riscv virt platforms. The platform provides: - OpenRISC SMP with up to 4 cpus - A virtio bus with up to 8 devices - Standard ns16550a serial - Goldfish RTC - SiFive TEST device for poweroff and reboot - Generated Device Tree to automatically configure the guest kernel Signed-off-by: Stafford Horne <shorne@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/devices/or1k-softmmu/default.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/devices/or1k-softmmu/default.mak b/configs/devices/or1k-softmmu/default.mak
index 168101c39a..89c39e3123 100644
--- a/configs/devices/or1k-softmmu/default.mak
+++ b/configs/devices/or1k-softmmu/default.mak
@@ -3,3 +3,4 @@
# Boards:
#
CONFIG_OR1K_SIM=y
+CONFIG_OR1K_VIRT=y