doc: more release notes 2.0 edits

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2020-06-19 09:28:54 -07:00 committed by David Kinder
parent da7c2ba3e9
commit b82e6146c4
2 changed files with 18 additions and 5 deletions

View File

@ -77,6 +77,7 @@ Enable ACRN Features
tutorials/rtvm_workload_design_guideline
tutorials/setup_openstack_libvirt
tutorials/acrn_on_qemu
tutorials/using_grub
Debug
*****
@ -100,7 +101,6 @@ Additional Tutorials
tutorials/up2
tutorials/building_acrn_in_docker
tutorials/using_grub
tutorials/acrn_ootb
tutorials/static-ip
tutorials/increase-uos-disk-size

View File

@ -15,6 +15,10 @@ resource partitioning. A wide range of User VM OSs (such as Windows 10,
Ubuntu, Android, and VxWorks) can run on ACRN, running different
workloads and applications on the same hardware platform.
A new hybrid-mode architecture adds flexibility to simultaneously
support both traditional resource sharing among VMs and complete VM
resource partitioning required for functional safety requirements.
Workload management and orchestration, rather standard and mature in
cloud environments, are enabled now in ACRN, allowing open source
orchestrators such as OpenStack to manage ACRN virtual machines. Kata
@ -103,7 +107,7 @@ Pre-launched Safety VM Support
ACRN supports a pre-launched partitioned safety VM, isolated from the
Service VM and other post-launched VM by using partitioned HW resources.
For example, in the hybrid mode, a real-time Zephyr RTOS VM can be
"pre-launched" by the hypervisor even before the Service VM is launched,
*pre-launched* by the hypervisor even before the Service VM is launched,
and with its own dedicated resources to achieve a high level of
isolation. This is designed to meet the needs of a Functional Safety OS.
@ -142,7 +146,8 @@ ACRN 2.0 improves RTVM performance with these optimizations:
of the passthrough PCI device during runtime for a DM-launched VM from
Service VM.
* **PCI bridge emulation inside hypervisor**
* **More hypervisor-emulated devices:**
This includes vPCI and vPCI bridge emulation, and vUART.
* **ART (Always Running Timer Virtualization):**
Ensure time is synchronized between Ptdev and vART
@ -156,8 +161,8 @@ scheduler in the hypervisor to make sure the physical CPU can be shared
between VMs and support for yielding an idle vCPU when it's running a
'HLT' or 'PAUSE' instruction.
Many choices for User VM OS
===========================
Large selection of OSs for User VMs
===================================
ACRN now supports Windows* 10, Android*, Ubuntu*, Xenomai, VxWorks*,
Real-Time Linux*, and Zephyr* RTOS. ACRN's Windows support now conforms
@ -165,6 +170,13 @@ to the Microsoft* Hypervisor Top-Level Functional Specification (TLFS).
ACRN 2.0 also improves overall Windows as a Guest (WaaG) stability and
performance.
GRUB bootloader
===============
The ACRN hypervisor can boot from the popular GRUB bootloader using
either the multiboot or multiboot2 prococol (the latter adding UEFI
support). GRUB provides developers with booting flexibility.
SR-IOV Support
==============
@ -260,6 +272,7 @@ Many new and updated `reference documents <https://projectacrn.github.io>`_ are
* :ref:`setup_openstack_libvirt`
* :ref:`acrn_on_qemu`
* :ref:`gpu-passthrough`
* :ref:`using_grub`
* Debug