diff options
author | Mark Cave-Ayland | 2017-05-01 15:43:30 +0200 |
---|---|---|
committer | David Gibson | 2017-05-11 01:45:15 +0200 |
commit | 0806b30c8dff64e944456aa15bdc6957384e29a8 (patch) | |
tree | 01558e3e8076c8a6a89132470e9b28c0b0102b97 /.gitmodules | |
parent | ppc/xics: preserve P and Q bits for KVM IRQs (diff) | |
download | qemu-0806b30c8dff64e944456aa15bdc6957384e29a8.tar.gz qemu-0806b30c8dff64e944456aa15bdc6957384e29a8.tar.xz qemu-0806b30c8dff64e944456aa15bdc6957384e29a8.zip |
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 '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |