From 14e9367cd5211c4fe355c5052f5d75fa2a923d9c Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Mon, 5 Apr 2021 16:08:18 -0700 Subject: [PATCH] doc: update release notes Add additional summary material for v2.4 updates. Signed-off-by: David B. Kinder --- doc/release_notes/release_notes_2.4.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/release_notes/release_notes_2.4.rst b/doc/release_notes/release_notes_2.4.rst index b3fa1c7c8..dc4b3483f 100644 --- a/doc/release_notes/release_notes_2.4.rst +++ b/doc/release_notes/release_notes_2.4.rst @@ -1,6 +1,6 @@ .. _release_notes_2.4: -ACRN v2.4 (Mar 2021) +ACRN v2.4 (Apr 2021) #################### We are pleased to announce the release of the Project ACRN hypervisor @@ -35,6 +35,16 @@ ACRN v2.4 requires Ubuntu 18.04. Follow the instructions in the What's New in v2.4 ****************** +Extensive work was done to redesign how ACRN +configuration is handled, update the build process to use the new +configuration system, and update the corresponding documentation. This is a +significant change and improvement to how you configure ACRN but also impacts +existing projects, as explained in the next section. + +We've also validated the hybrid_rt scenario on the next generation of Intel® +Core™ processors (codenamed Elkhart Lake) and enabled software SRAM and cache +locking for real time performance on Elkhart Lake. + ACRN Configuration and Build ============================