Port of kvm-hello-world.c to Rust
Stars
0
Forks
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
20
commits
Add GHA to run cargo build
f58a1b5
Add output to README.md so it looks nice
29454fd
Add link to lwn.net article on KVM API
9139855
Remove unecessary MapFlags::MAP_ANONYMOUS flag
cb60cb1
Copy across some hand-crafted 16-bit x86 code for a demo
44ca9d7
Kick off VM in real mode
110b8f1
Implement kvm_{get,set}_sregs() and kvm_set_regs() functions
91c1ccd
Move VCPU and kvm_run init into vcpu_init() function
04ba5a5
Move VM and memory slot init into vm_init() function
687601e
Add some more links to useful crates
bb482f1
Set userspace memory for the VM
ded73c3
Create storage for kvm_run struct using mmap()
40929d3
Fix broken link
0f29d56
Create VCPU
8f59126
Add some comments
9ab206c