From 6d0b05c6b37c75ad21527d70a5da80d2c49401cd Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 17 Sep 2020 15:11:16 +0100 Subject: [PATCH] README: Update operating system and architecture support statements Signed-off-by: Rob Bradford --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 59cbc879e..6d7c84729 100644 --- a/README.md +++ b/README.md @@ -48,14 +48,11 @@ Cloud Hypervisor is implemented in [Rust](https://www.rust-lang.org/) and is bas ### Architectures -`cloud-hypervisor` only supports the `x86-64` CPU architecture for now. - -We're planning to add support for the `AArch64` architecture in the future. +`cloud-hypervisor` supports the `x86-64` and `AArch64` architecture. There are some small differences in functionality between the two architectures. ### Guest OS -* `64-bit Linux` -Support for *modern* 64-bit Windows guest is being evaluated. +`cloud-hypervisor` supports `64-bit Linux` with support for *modern* 64-bit Windows guests currently under development. # 2. Getting Started