mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
docs: Document supported targets
Move supported architecture and backend guidance from AGENTS.md into README.md and CONTRIBUTING.md. On-behalf-of: SAP philipp.schuster@sap.com Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
committed by
Rob Bradford
parent
8ff6114c46
commit
a07097af1f
@@ -11,6 +11,11 @@ license of those projects.
|
||||
New code should be under the [Apache v2
|
||||
License](https://opensource.org/licenses/Apache-2.0).
|
||||
|
||||
Cloud Hypervisor's main supported architectures are `x86_64` and `aarch64`,
|
||||
and the main hypervisor backends are KVM and MSHV. `x86_64` with KVM gets the
|
||||
most regular exercise, but changes should not make the other supported
|
||||
architecture and backend combinations worse.
|
||||
|
||||
## Coding Style & Code Comments
|
||||
|
||||
We use the [Rust Style] guide and enforce formatting and linting in CI,
|
||||
|
||||
Reference in New Issue
Block a user