Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ppc64 port suggestion #789

Merged
merged 2 commits into from
Feb 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions basics_dev/gsoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,28 @@ for more information and qubes-specific background.

**Mentor**: [Marek Marczykowski-Górecki](/team/)

### Porting Qubes to POWER9/PPC64

**Project**: Porting Qubes to POWER9/PPC64

**Brief explanation**: Qubes currently only supports the x86_64 CPU architecture. Xen currently has NO support for Power9/PPC64 processors, KVM related modifications needs to be done to integrate this into the Qubes virtualization abstraction layer and build process, as well as work in integrating this with the Qubes toolstack and security model. This may also be beneficial in simplifying the process of porting to other architectures. Some related discussion (porting to ppc64):
[#4318](https://github.com/QubesOS/qubes-issues/issues/4318).

**Expected results**:

- Add cross-compilation support to qubes-builder and related components.
- Make ppc64 specific adjustments to Qubes toolstacks/manager (including passthrough of devices from device tree to guest domains).
- ppc64 specific integration and unit tests.
- Production of generic u-boot or uefi capable image/iso for target hardware.

**Knowledge prerequisite**:

- Libvirt and Qubes toolstacks (C and python languages).
- KVM internals
- General ppc64 architecture knowledge.

**Mentor**: [Marek Marczykowski-Górecki](/team/)

### Android development in Qubes

**Project**: Research running Android in Qubes VM (probably HVM) and connecting it to Android Studio
Expand Down