Releases: ericvh/cca-cpu
Releases · ericvh/cca-cpu
v0.1.0
v0.0.4
v0.0.3
This release optimizes file system backmounts by removing CPU from the loop when running in simulation. Instead we are just using pre-existing virtio-9p backmounts and a u-root script which mounts things in a similar fashion to cpu so that you have access to your original container's development environment (and binaries) but just uses the existing console prompts of the FVP linux host and realm.
v0.0.2
Initial release
Initial draft of cca-cpu demo including automated build environment
- builds core artifacts from a simple Makefile skeleton
- provides make rules for building qemu and FVP docker images to use to run artifacts
- provides some initial scripts to test things out
Signed-off-by: Eric Van Hensbergen ericvh@kernel.org