From patchwork Wed May 10 07:01:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Gibson X-Patchwork-Id: 760440 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wN6nR4Qsdz9rxw for ; Wed, 10 May 2017 17:10:03 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=gibson.dropbear.id.au header.i=@gibson.dropbear.id.au header.b="CXR1/KM2"; dkim-atps=neutral Received: from localhost ([::1]:40742 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8Ll3-0000ue-0m for incoming@patchwork.ozlabs.org; Wed, 10 May 2017 03:10:01 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8Lco-0002Qk-E9 for qemu-devel@nongnu.org; Wed, 10 May 2017 03:01:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8Lcm-0007mo-1R for qemu-devel@nongnu.org; Wed, 10 May 2017 03:01:30 -0400 Received: from ozlabs.org ([103.22.144.67]:60227) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d8Lcl-0007lz-Mw; Wed, 10 May 2017 03:01:27 -0400 Received: by ozlabs.org (Postfix, from userid 1007) id 3wN6bQ3xv0z9s7y; Wed, 10 May 2017 17:01:22 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1494399682; bh=gxFtrl1WyVcVeM0tInL0wcuvUJUeCAG6UE0nhUnt8V8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=CXR1/KM2siAj6WhLh9fY2SpSL9w7W1luVY3KzesZNweP5yixrj2vPWSPO1F6zXrnj N644Pz4n+BLCjDzKt8NWJzhkgqSUfsy0iSCwZ6jU9PGTfyNrXFqagjNXuplwChqN3+ Jtm/6x1AqJ3H6cKJpkfztWQFj77wvexN5NOsAE+A= From: David Gibson To: peter.maydell@linaro.org Date: Wed, 10 May 2017 17:01:03 +1000 Message-Id: <20170510070115.13063-11-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170510070115.13063-1-david@gibson.dropbear.id.au> References: <20170510070115.13063-1-david@gibson.dropbear.id.au> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 103.22.144.67 Subject: [Qemu-devel] [PULL 10/22] Add QemuMacDrivers as submodule X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mdroth@linux.vnet.ibm.com, nikunj@linux.vnet.ibm.com, aik@ozlabs.ru, mark.cave-ayland@ilande.co.uk, agraf@suse.de, qemu-devel@nongnu.org, qemu-ppc@nongnu.org, clg@kaod.org, sjitindarsingh@gmail.com, bharata@linux.vnet.ibm.com, sam.bobroff@au1.ibm.com, David Gibson Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" From: Mark Cave-Ayland 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 ca323b4..5b0c212 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 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. diff --git a/roms/QemuMacDrivers b/roms/QemuMacDrivers new file mode 160000 index 0000000..d4e7d7a --- /dev/null +++ b/roms/QemuMacDrivers @@ -0,0 +1 @@ +Subproject commit d4e7d7ac663fcb55f1b93575445fcbca372f17a7