aboutsummaryrefslogtreecommitdiff
path: root/pc-bios
diff options
context:
space:
mode:
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2017-05-01 14:43:30 +0100
committerDavid Gibson <david@gibson.dropbear.id.au>2017-05-11 09:45:15 +1000
commit0806b30c8dff64e944456aa15bdc6957384e29a8 (patch)
tree01558e3e8076c8a6a89132470e9b28c0b0102b97 /pc-bios
parent229e16fd247c7d39822627916d18b52f733cbfa1 (diff)
downloadqemu-0806b30c8dff64e944456aa15bdc6957384e29a8.zip
qemu-0806b30c8dff64e944456aa15bdc6957384e29a8.tar.gz
qemu-0806b30c8dff64e944456aa15bdc6957384e29a8.tar.bz2
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>
Diffstat (limited to 'pc-bios')
-rw-r--r--pc-bios/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/pc-bios/README b/pc-bios/README
index dcead36..ebc699d 100644
--- a/pc-bios/README
+++ b/pc-bios/README
@@ -47,3 +47,6 @@
(OpenPower Abstraction Layer) firmware for OpenPOWER systems. It can
run an hypervisor OS or simply a host OS on the "baremetal"
platform, also known as the PowerNV (Non-Virtualized) platform.
+
+- QemuMacDrivers (https://github.com/ozbenh/QemuMacDrivers) is a project to
+ provide virtualised drivers for PPC MacOS guests.