GitXplorerGitXplorer
G

vm-rs

public
7 stars
2 forks
4 issues

Commits

List of commits on branch master.
Unverified
f29fde526beffaa3c3976fab80e9eeaded4c50d5

Add more registers to x86 State

GGabrielMajeri committed 7 years ago
Unverified
ef8ea258514403b9ce3c2864a9a2699ff9d912e0

Get KVM to work

GGabrielMajeri committed 7 years ago
Unverified
0682d67814e4c0c9f982ae7013348342c16cd273

Fix QEMU link

GGabrielMajeri committed 7 years ago
Unverified
b2aa5f5e08214b1c058eacade69830a8577af84a

Move license information to README.md

GGabrielMajeri committed 7 years ago
Unverified
682ee5df562721ca3ef809f1f7e2ea61c9561a9c

Add memory allocation API

GGabrielMajeri committed 7 years ago
Unverified
12e13f5b9f36ec8b9221b846f786e466f38ab38f

Remove unnecessary comment

GGabrielMajeri committed 7 years ago

README

The README file for this repository.

vm-rs

Support for building virtual machines using Rust.

This project aims to provide virtual machine software similar to QEMU, as well as bindings and libraries which support such a virtual machine emulator / manager.

Supported CPU architectures

  • x86 / AMD64

Supported hardware-acceleration

License

All source code in this repository is dual licensed under Apache-2.0 and MIT.

You may use the software under either license, at your option.