Mirror of Krata Hypervisor
Go to file
Alex Zenla e219f3adf1
feature(xen): dynamic platform architecture (#194)
* wip hvm

* feat: move platform stuff all into it's own thing

* hvm work

* more hvm work

* more hvm work

* feat: rework to support multiple platforms

* hvm nonredist

* more hvm work

* more hvm work

* pvh work

* work on loading cmdline

* implement initrd loading for pvh

* partially working pvh support

* fix merge issues

* pvh works!

* swap over to pv support

* remove old kernel stuff

* fix support for pv

* pvh is gone for now

* fix(runtime): debug should be respected

* fix(xen): arm64 is currently unsupported, treat it as such at runtime

* fix(examples): use architecture cfg for boot example

* fix(x86): use IOMMU only when needed for passthrough

* chore(build): print kernel architecture during fetch
2024-06-21 02:42:45 +00:00
.github build(deps): bump actions/create-github-app-token from 1.10.0 to 1.10.1 (#177) 2024-06-04 19:23:26 +00:00
crates feature(xen): dynamic platform architecture (#194) 2024-06-21 02:42:45 +00:00
hack fix(build): kernel fetch should use host target (#159) 2024-05-16 18:13:04 +00:00
os/internal feature(xen): dynamic platform architecture (#194) 2024-06-21 02:42:45 +00:00
resources fix: service files should have kratanet depend on kratad (#18) 2024-04-04 23:44:57 +00:00
.dockerignore os: build bootable images 2024-03-10 00:22:24 +00:00
.gitattributes krata: improved doc structure 2024-03-08 08:12:10 +00:00
.gitignore vendor dependencies using krata-vendor repository 2024-03-31 15:53:10 -07:00
.gitmodules vendor dependencies using krata-vendor repository 2024-03-31 15:53:10 -07:00
Cargo.lock feature(xen): dynamic platform architecture (#194) 2024-06-21 02:42:45 +00:00
Cargo.toml build(deps): bump prost-build from 0.12.4 to 0.12.6 (#170) 2024-06-04 19:24:00 +00:00
CHANGELOG.md chore: release (#87) 2024-04-23 09:41:56 +00:00
CODE_OF_CONDUCT.md krata: improved doc structure 2024-03-08 08:12:10 +00:00
CONTRIBUTING.md feat: CONTRIBUTING.md and Bug Report template (#117) 2024-04-24 21:01:52 +00:00
Cross.toml kratactl: freebsd build 2024-03-22 04:41:38 +00:00
DEV.md feat(build): fetch kernels from image registry instead of building the kernel (#156) 2024-05-16 08:40:58 +00:00
FAQ.md feat: oci packer can now use mksquashfs if available (#70) 2024-04-15 00:19:38 +00:00
lefthook.toml krata: improved doc structure 2024-03-08 08:12:10 +00:00
LICENSE krata: relicense to Apache License 2.0 2024-03-13 11:38:14 +00:00
README.md docs: update README 2024-04-02 20:17:34 +00:00
release-plz.toml ci: fix tag names and disable semver checks for low-level crates (#17) 2024-04-03 17:16:30 +00:00
SECURITY.md krata: introduce code of conduct and security policy 2024-03-07 17:04:53 +00:00

krata

The Edera Hypervisor

license discord check nightly


Introduction

krata is a single-host hypervisor service built for OCI-compliant containers. It isolates containers using a type-1 hypervisor, providing workload isolation that can exceed the security level of KVM-based OCI-compliant runtimes.

krata utilizes the core of the Xen hypervisor, with a fully memory-safe Rust control plane to bring Xen tooling into a new secure era.

Hardware Support

Architecture Completion Level Virtualization Technology
x86_64 100% Completed Intel VT-x, AMD-V
aarch64 30% Completed AArch64 virtualization