From a82b7fd4d15b603f13c6122241c4a9082b4e4c2e Mon Sep 17 00:00:00 2001 From: wenlingz Date: Mon, 18 Feb 2019 11:56:36 +0800 Subject: [PATCH] add features list on release_note_0.6 --- doc/release_notes_0.6.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/release_notes_0.6.rst b/doc/release_notes_0.6.rst index d263bafca..f672f68e8 100644 --- a/doc/release_notes_0.6.rst +++ b/doc/release_notes_0.6.rst @@ -55,6 +55,16 @@ for ACRN real time support will continue. * An `ACRN brochure update (English and Chinese) `_ +- :acrn-issue:`888` - Security: Service OS Support for Platform Security Discovery +- :acrn-issue:`1498` - add watchdog MSI and INTR support in DM +- :acrn-issue:`2056` - Enable SMAP in hypervisor +- :acrn-issue:`2288` - Display interface - MIPI support +- :acrn-issue:`2343` - Rework TMR and EOI_EXIT_BITMAP updating logic +- :acrn-issue:`2344` - Add UP2 ACRN SBL binary to E2E build +- :acrn-issue:`2358` - Remove the flooding kernel message from vhm for memory setup +- :acrn-issue:`2395` - change DISCARD to synchronous mode +- :acrn-issue:`2351` - Enable post-launched hybrid mode + Fixed Issues ************