From 66352b100f71b702cf263bc0297b029d36ffdf6a Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Fri, 18 Sep 2020 09:15:36 +0100 Subject: [PATCH] README: Reference the aarch64 tracking issue. Signed-off-by: Rob Bradford --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68aec8178..0f15368f8 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Cloud Hypervisor is implemented in [Rust](https://www.rust-lang.org/) and is bas ### Architectures -Cloud Hypervisor supports the `x86-64` and `AArch64` architecture. There are some small differences in functionality between the two architectures. +Cloud Hypervisor supports the `x86-64` and `AArch64` architecture. There are some small differences in functionality between the two architecture (see #1125). ### Guest OS