From 0806b30c8dff64e944456aa15bdc6957384e29a8 Mon Sep 17 00:00:00 2001 From: Mark Cave-Ayland Date: Mon, 1 May 2017 14:43:30 +0100 Subject: [PATCH] Add QemuMacDrivers as submodule The QemuMacDrivers project provides virtualisation drivers for PPC MacOS guests. Signed-off-by: Mark Cave-Ayland Signed-off-by: David Gibson --- .gitmodules | 3 +++ pc-bios/README | 3 +++ roms/QemuMacDrivers | 1 + 3 files changed, 7 insertions(+) create mode 160000 roms/QemuMacDrivers diff --git a/.gitmodules b/.gitmodules index ca323b4d87..5b0c212622 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "roms/skiboot"] path = roms/skiboot url = git://git.qemu.org/skiboot.git +[submodule "roms/QemuMacDrivers"] + path = roms/QemuMacDrivers + url = git://git.qemu.org/QemuMacDrivers.git diff --git a/pc-bios/README b/pc-bios/README index dcead369bf..ebc699d322 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. diff --git a/roms/QemuMacDrivers b/roms/QemuMacDrivers new file mode 160000 index 0000000000..d4e7d7ac66 --- /dev/null +++ b/roms/QemuMacDrivers @@ -0,0 +1 @@ +Subproject commit d4e7d7ac663fcb55f1b93575445fcbca372f17a7 -- 2.11.0