hyperhq / runv

Hypervisor-based Runtime for OCI
Apache License 2.0
826 stars 129 forks source link

add multiarch support #311

Closed pmorjan closed 8 years ago

pmorjan commented 8 years ago

This patch adds initial support for s390x and ppc64le. The idea is to put all platform specific code into separated files for conditional compilation with the regular go build tool. Currently only a few functions related to qemu execution need to be adjusted. That's great.

This pr is mainly to explore options. We are getting good results on s390x running regular Docker container. ppc64le is also on it's way. Thanks. peter