StratoVirt is an enterprise-level virtualization platform for cloud data centers in the computing industry. It implements a set of architecture that supports three scenarios: virtual machines, containers, and serverless. StratoVirt has key technological competitive advantages in light weight and low noise, software and hardware coordination, and Rust language-level security.
StratoVirt reserves interface and design for importing more features, even standard virtualization.
Before building StratoVirt, make sure that Rust language and Cargo have already been installed. If not, you can find installation guidance from the following link:
https://www.rust-lang.org/tools/install
To build StratoVirt, clone the project and build it first:
$ git clone https://gitee.com/openeuler/stratovirt.git
$ cd stratovirt
$ cargo build --release
Now you can find StratoVirt binary in target/release/stratovirt
.
To run StratoVirt quickly, requires
# If the socket of api-channel exists, remove if first.
$ ./target/release/stratovirt \
-kernel /path/to/kernel \
-append console=ttyS0 root=/dev/vda reboot=k panic=1 \
-drive file=/path/to/rootfs,id=rootfs,readonly=off \
-api-channel unix:/path/to/socket \
-serial stdio
The detailed guidance of making rootfs, compiling kernel and building StratoVirt can be found in StratoVirt QuickStart.
StratoVirt supports much more features, the detailed guidance can be found in Configuration Guidebook.
To get more details about StratoVirt's core architecture design, refer to StratoVirt design.
We welcome new contributors! And we are happy to provide guidance and help for new contributors. StratoVirt follows Rust formatting conventions, which can be found at:
https://github.com/rust-dev-tools/fmt-rfcs/tree/master/guide https://github.com/rust-lang/rust-clippy
You can get more information about StratoVirt at:
https://gitee.com/openeuler/stratovirt/wikis
If you find a bug or have some ideas, please send an email to the virt mailing list or submit an issue.
StratoVirt is licensed under the Mulan PSL v2.
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Комментарии ( 0 )