From 2dff9b5dd975b2fdd91b9b49014dfde1870f1687 Mon Sep 17 00:00:00 2001 From: Thovthe <3664947+Thovthe@users.noreply.github.com> Date: Sun, 17 Feb 2019 13:12:15 -1000 Subject: [PATCH] Update gsoc.md --- basics_dev/gsoc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basics_dev/gsoc.md b/basics_dev/gsoc.md index 8adee31e..d853bc85 100644 --- a/basics_dev/gsoc.md +++ b/basics_dev/gsoc.md @@ -560,11 +560,11 @@ Some related discussion: ### Porting Qubes to POWER9/PPC64 -**Project**: Porting Qubes to POWER9/PPC64 +**Project**: Porting Qubes to POWER9/ppc64 **Brief explanation**: -Qubes currently only supports the x86_64 CPU architecture. Xen has **deprecated** support for Power9/PPC64 processors. Here are two directions to tackle this project from: +Qubes currently supports the x86_64 CPU architecture. PowerPC is desirable for security purposes as it is the only architecture where one can get performant hardware with entirely open source firmware. Xen has **deprecated** support for Power9/PPC64 processors. Here are two directions to tackle this project from: - Port Qubes to KVM then work on ppc64 specifics Implement some missing functionality in KVM then implement KVM support in the Qubes Hypervisor Abstraction Layer and build process. Improving the HAL will also be beneficial for simplifying the process of porting to further architectures and hypervisors.