3
3
Release Notes
4
4
#############
5
5
6
- Version 0.1 release (March 2018)
6
+ Version 0.1 release (July 2018)
7
7
********************************
8
8
9
- In March 2018, Intel announced the open source Project ACRN at the
10
- `Embedded Linux Conference and OpenIoT Summit North America 2018
11
- <ELC18> `_.
12
-
13
- .. _ELC18 :
14
- https://events.linuxfoundation.org/events/elc-openiot-north-america-2018/
15
-
16
9
ACRN is a flexible, lightweight reference hypervisor, built with
17
10
real-time and safety-criticality in mind, optimized to streamline
18
11
embedded development through an open source platform. Check out the
@@ -36,23 +29,42 @@ This version 0.1 release has the following software components:
36
29
* The ACRN Hypervisor
37
30
* The ACRN Device Model
38
31
* The ACRN Virtio framework
39
- * The ACRN Block & NIC & console Virtio drivers
40
- * The ACRN Virtio Backend Service(VBS) & Virtio and Hypervisor Service Module(VHM).
32
+ * The ACRN Block, NIC, and console Virtio drivers
33
+ * The ACRN Virtio Backend Service(VBS) and the Virtio and Hypervisor Service Module (VHM).
41
34
42
35
Version 0.1 features include:
43
36
44
- * ACRN hypervisor (Type 1 hypervisor)
45
- * A hybrid VMM architecture implementation
46
- * Multiple User OS supported
47
- * VM management - such as VM start/stop/pause, virtual CPU pause/resume
48
- * CPU virtualization
49
- * Memory virtualization
50
- * I/O emulation
51
- * Virtual interrupt
52
- * VT-x and VT-d support
53
- * Hypercall for guest
54
- * Device emulation
55
- * Device pass-through mechanism
56
- * Device Emulation mechanism
57
- * Virtio console
58
- * Virt-network
37
+ - Acrnctl
38
+ - Acrntrace
39
+ - Acrnlog
40
+ - SOS lifecycle
41
+ - vSBL
42
+ - virtio-blk
43
+ - virtio-net
44
+ - USB pass-thru
45
+ - CSE pass-thru
46
+ - IOC sharing (incl. cbc attach, cbc driver)
47
+ - IPU pass-thru
48
+ - BT pass-thru
49
+ - SD card pass-thru
50
+ - audio pass-thru
51
+ - surface sharing
52
+ - multi-plane, multi-pipe
53
+ - HDMI
54
+ - eDP
55
+
56
+ Known Issues
57
+ ============
58
+
59
+ * GPU - Preemption (Prioritized Rendering,
60
+ * Batch Preemption, QoS Rendering)
61
+ * Preemption feature works, but performance is not optimized yet.
62
+ * Wifi not supported in guest OS
63
+ * Audio pass-through to guest OS, but can only be validated on driver level
64
+ using command line or alsa-player, and only supports limited formats
65
+ * CSME pass-through to guest OS
66
+ * GVT-g is available, need to perform features after configured properly
67
+ * Camera works in Android guest. But camera app may crash after 5 mins
68
+ * SD card works in Android guest, but does not support hot-plug.
69
+ * Surface Sharing: Sometimes the window setup on Service OS takes up to 30 second
70
+ * Sometimes system hangs, especially when workload is high (e.g. running benchmarks, playing videos)
0 commit comments