Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/openvmm
Home of OpenVMM and OpenHCL.
https://github.com/microsoft/openvmm
confidential-computing rust vmm
Last synced: 7 days ago
JSON representation
Home of OpenVMM and OpenHCL.
- Host: GitHub
- URL: https://github.com/microsoft/openvmm
- Owner: microsoft
- License: mit
- Created: 2024-03-01T23:12:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T20:22:53.000Z (10 days ago)
- Last Synced: 2024-12-02T21:28:37.318Z (10 days ago)
- Topics: confidential-computing, rust, vmm
- Language: Rust
- Homepage: http://openvmm.dev/
- Size: 6.9 MB
- Stars: 1,568
- Watchers: 21
- Forks: 83
- Open Issues: 73
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
- awesome-repositories - microsoft/openvmm - Home of OpenVMM and OpenHCL. (Rust)
README
# OpenVMM
[![Build Status](https://github.com/microsoft/openvmm/actions/workflows/openvmm-ci.yaml/badge.svg?branch=main)](https://github.com/microsoft/openvmm/actions/workflows/openvmm-ci.yaml)
OpenVMM is a modular, cross-platform Virtual Machine Monitor (VMM), written in
Rust.Although it can function as a traditional VMM, OpenVMM's development is
currently focused on its role in the OpenHCL paravisor.This repo is the home for both projects.
For more information, read our [guide](https://openvmm.dev/)
or our [introductory blog post](https://techcommunity.microsoft.com/t5/windows-os-platform-blog/openhcl-the-new-open-source-paravisor/ba-p/4273172).## Getting Started
For info on how to run, build, and use OpenVMM, check out the [The OpenVMM Guide][].
The guide is published out of this repo via [Markdown files](Guide/src/SUMMARY.md).
Please keep them up-to-date.[The OpenVMM Guide]: https://aka.ms/openvmmguide
## Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.## Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
trademarks or logos is subject to and must follow
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
Any use of third-party trademarks or logos are subject to those third-party's policies.