mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-05 12:25:19 +00:00
README: Syntax cleanups
Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
parent
789ee7b3e4
commit
0f48b61265
28
README.md
28
README.md
@ -36,16 +36,16 @@ Cloud Hypervisor is implemented in [Rust](https://www.rust-lang.org/) and is bas
|
|||||||
|
|
||||||
### High Level
|
### High Level
|
||||||
|
|
||||||
* KVM based
|
- KVM based
|
||||||
* Minimal emulation
|
- Minimal emulation
|
||||||
* Low latency
|
- Low latency
|
||||||
* Low memory footprint
|
- Low memory footprint
|
||||||
* Low complexity
|
- Low complexity
|
||||||
* High performance
|
- High performance
|
||||||
* Small attack surface
|
- Small attack surface
|
||||||
* 64-bit support only
|
- 64-bit support only
|
||||||
* CPU, memory, PCI hotplug
|
- CPU, memory, PCI hotplug
|
||||||
* Machine to machine migration
|
- Machine to machine migration
|
||||||
|
|
||||||
### Architectures
|
### Architectures
|
||||||
|
|
||||||
@ -53,7 +53,7 @@ Cloud Hypervisor supports the `x86-64` and `AArch64` architecture. There are som
|
|||||||
|
|
||||||
### Guest OS
|
### Guest OS
|
||||||
|
|
||||||
Cloud Hypervisor supports `64-bit Linux` with support for *modern* 64-bit Windows guests currently under development.
|
Cloud Hypervisor supports `64-bit Linux` with support for _modern_ 64-bit Windows guests currently under development.
|
||||||
|
|
||||||
# 2. Getting Started
|
# 2. Getting Started
|
||||||
|
|
||||||
@ -225,8 +225,9 @@ $ ./cloud-hypervisor/target/release/cloud-hypervisor \
|
|||||||
Cloud Hypervisor is under active development. No API or feature stability is guaranteed.
|
Cloud Hypervisor is under active development. No API or feature stability is guaranteed.
|
||||||
|
|
||||||
As of 2020-07-02, the following cloud images are supported:
|
As of 2020-07-02, the following cloud images are supported:
|
||||||
* [Ubuntu Bionic](https://cloud-images.ubuntu.com/bionic/current/) (cloudimg)
|
|
||||||
* [Ubuntu Focal](https://cloud-images.ubuntu.com/focal/current/) (cloudimg)
|
- [Ubuntu Bionic](https://cloud-images.ubuntu.com/bionic/current/) (cloudimg)
|
||||||
|
- [Ubuntu Focal](https://cloud-images.ubuntu.com/focal/current/) (cloudimg)
|
||||||
|
|
||||||
Direct kernel boot to userspace should work with a rootfs from most distributions.
|
Direct kernel boot to userspace should work with a rootfs from most distributions.
|
||||||
|
|
||||||
@ -297,4 +298,3 @@ etc, are all equal and welcome means of contribution. See the [CONTRIBUTING](CON
|
|||||||
|
|
||||||
Get an [invite to our Slack channel](https://join.slack.com/t/cloud-hypervisor/shared_invite/enQtNjY3MTE3MDkwNDQ4LWQ1MTA1ZDVmODkwMWQ1MTRhYzk4ZGNlN2UwNTI3ZmFlODU0OTcwOWZjMTkwZDExYWE3YjFmNzgzY2FmNDAyMjI)
|
Get an [invite to our Slack channel](https://join.slack.com/t/cloud-hypervisor/shared_invite/enQtNjY3MTE3MDkwNDQ4LWQ1MTA1ZDVmODkwMWQ1MTRhYzk4ZGNlN2UwNTI3ZmFlODU0OTcwOWZjMTkwZDExYWE3YjFmNzgzY2FmNDAyMjI)
|
||||||
and [join us on Slack](https://cloud-hypervisor.slack.com/).
|
and [join us on Slack](https://cloud-hypervisor.slack.com/).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user