qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

Add QemuMacDrivers as submodule

The QemuMacDrivers project provides virtualisation drivers for PPC MacOS
guests.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>

authored by

Mark Cave-Ayland and committed by
David Gibson
0806b30c 229e16fd

+6
+3
.gitmodules
··· 34 34 [submodule "roms/skiboot"] 35 35 path = roms/skiboot 36 36 url = git://git.qemu.org/skiboot.git 37 + [submodule "roms/QemuMacDrivers"] 38 + path = roms/QemuMacDrivers 39 + url = git://git.qemu.org/QemuMacDrivers.git
+3
pc-bios/README
··· 47 47 (OpenPower Abstraction Layer) firmware for OpenPOWER systems. It can 48 48 run an hypervisor OS or simply a host OS on the "baremetal" 49 49 platform, also known as the PowerNV (Non-Virtualized) platform. 50 + 51 + - QemuMacDrivers (https://github.com/ozbenh/QemuMacDrivers) is a project to 52 + provide virtualised drivers for PPC MacOS guests.