]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/nubus: add nubus-virtio-mmio device
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Thu, 11 Jan 2024 10:29:54 +0000 (10:29 +0000)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 27 Feb 2024 08:36:39 +0000 (09:36 +0100)
commit31ae8bb15d4ddaa202ffeb03a5c90f0acf205472
tree91d9f7e1dba42fa24e949622cb96aa81a9ea60a9
parent8e8616f3db9f5e43cf3d319bbf349aca58f7c7de
hw/nubus: add nubus-virtio-mmio device

The nubus-virtio-mmio device is a Nubus card that contains a set of 32 virtio-mmio
devices and a goldfish PIC similar to the m68k virt machine that can be plugged
into the m68k q800 machine.

There are currently a number of drivers under development that can be used in
conjunction with this device to provide accelerated and/or additional hypervisor
services to 68k Classic MacOS.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-ID: <20240111102954.449462-4-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/nubus/meson.build
hw/nubus/nubus-virtio-mmio.c [new file with mode: 0644]
include/hw/nubus/nubus-virtio-mmio.h [new file with mode: 0644]