mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-04 05:09:49 +00:00
Update text-formatted release notes as a reST document, but still needs work to explain the features and is mising GitHub issue links for the known issues list. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
71 lines
2.0 KiB
ReStructuredText
71 lines
2.0 KiB
ReStructuredText
.. _release_notes:
|
|
|
|
Release Notes
|
|
#############
|
|
|
|
Version 0.1 release (July 2018)
|
|
********************************
|
|
|
|
ACRN is a flexible, lightweight reference hypervisor, built with
|
|
real-time and safety-criticality in mind, optimized to streamline
|
|
embedded development through an open source platform. Check out the
|
|
:ref:`introduction` for more information.
|
|
|
|
The project ACRN reference code can be found on GitHub in
|
|
https://github.com/projectacrn. It includes the ACRN hypervisor, the
|
|
ACRN device model, and documentation.
|
|
|
|
ACRN's key features include:
|
|
|
|
* Small footprint
|
|
* Built with real-time in mind
|
|
* Virtualization of embedded IoT device functions
|
|
* Safety-critical workload considerations
|
|
* Adaptable
|
|
* Open Source
|
|
|
|
This version 0.1 release has the following software components:
|
|
|
|
* The ACRN Hypervisor
|
|
* The ACRN Device Model
|
|
* The ACRN Virtio framework
|
|
* The ACRN Block, NIC, and console Virtio drivers
|
|
* The ACRN Virtio Backend Service(VBS) and the Virtio and Hypervisor Service Module (VHM).
|
|
|
|
Version 0.1 features include:
|
|
|
|
- Acrnctl
|
|
- Acrntrace
|
|
- Acrnlog
|
|
- SOS lifecycle
|
|
- vSBL
|
|
- virtio-blk
|
|
- virtio-net
|
|
- USB pass-thru
|
|
- CSE pass-thru
|
|
- IOC sharing (incl. cbc attach, cbc driver)
|
|
- IPU pass-thru
|
|
- BT pass-thru
|
|
- SD card pass-thru
|
|
- audio pass-thru
|
|
- surface sharing
|
|
- multi-plane, multi-pipe
|
|
- HDMI
|
|
- eDP
|
|
|
|
Known Issues
|
|
============
|
|
|
|
* GPU - Preemption (Prioritized Rendering,
|
|
* Batch Preemption, QoS Rendering)
|
|
* Preemption feature works, but performance is not optimized yet.
|
|
* Wifi not supported in guest OS
|
|
* Audio pass-through to guest OS, but can only be validated on driver level
|
|
using command line or alsa-player, and only supports limited formats
|
|
* CSME pass-through to guest OS
|
|
* GVT-g is available, need to perform features after configured properly
|
|
* Camera works in Android guest. But camera app may crash after 5 mins
|
|
* SD card works in Android guest, but does not support hot-plug.
|
|
* Surface Sharing: Sometimes the window setup on Service OS takes up to 30 second
|
|
* Sometimes system hangs, especially when workload is high (e.g. running benchmarks, playing videos)
|