]> xenbits.xensource.com Git - people/sstabellini/mojo.git/.git/commit
Introduce runtime support for aarch64
authorStefano Stabellini <sstabellini@kernel.org>
Sat, 20 Jan 2018 00:23:53 +0000 (16:23 -0800)
committerStefano Stabellini <sstabellini@kernel.org>
Mon, 22 Jan 2018 22:57:29 +0000 (14:57 -0800)
commitfd5d1b5e9201b44a5dc16c541686157d1f6d9092
tree929c93a3625e8bcf17907311cb8065afb955d0e7
parenta462d72e871b7dc00824c75227560acec9a34926
Introduce runtime support for aarch64

Introduce two new containers:
- qemu-system-aarch64-builder: it builds a qemu system binary capable
  of running Xen on ARM
- qemu-system-aarch64: the runnable container with the
  qemu-system-aarch64 binary and the run script

Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
run-aarch64.sh [new file with mode: 0755]
runtime/qemu-system-aarch64-builder/Dockerfile [new file with mode: 0644]
runtime/qemu-system-aarch64-builder/build.yml [new file with mode: 0644]
runtime/qemu-system-aarch64-builder/run.sh [new file with mode: 0755]
runtime/qemu-system-aarch64/Dockerfile [new file with mode: 0644]
runtime/qemu-system-aarch64/build.yml [new file with mode: 0644]
runtime/qemu-system-aarch64/run.sh [new file with mode: 0755]
runtime/series