This website requires JavaScript.
Explore
Help
Sign in
dsg
/
cloud-hypervisor
Watch
2
Star
0
Fork
You've already forked cloud-hypervisor
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
vmsilo fork of cloud-hypervisor
7
commits
1
branch
0
tags
34
MiB
Rust
97.8%
Shell
1.8%
Python
0.2%
Dockerfile
0.1%
539367b58c
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Samuel Ortiz
539367b58c
cloud-hypervisor: Initial kernel booting implementation
...
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-05-07 18:49:51 +02:00
arch
cloud-hypervisor: Add the architecture crates
2019-05-07 18:40:40 +02:00
arch_gen
cloud-hypervisor: Add the architecture crates
2019-05-07 18:40:40 +02:00
src
cloud-hypervisor: Initial kernel booting implementation
2019-05-07 18:49:51 +02:00
vmm
cloud-hypervisor: Initial kernel booting implementation
2019-05-07 18:49:51 +02:00
.gitignore
cloud-hypervisor: Initial commit
2019-05-07 10:19:57 +02:00
Cargo.lock
cloud-hypervisor: Initial kernel booting implementation
2019-05-07 18:49:51 +02:00
Cargo.toml
cloud-hypervisor: Call into the test_vm() routine
2019-05-07 16:06:21 +02:00
README.md
README: Placeholder to create a usable initial repo
2019-05-06 17:08:29 +02:00
README.md
Cloud Hypervisor