Skip to content

Commit 1bed8b2

Browse files
ailun258dbkinder
authored andcommitted
add release notes for v0.1 release
this is the release notes for v0.1, will add a link to attach change log for people review detail
1 parent 1d24a04 commit 1bed8b2

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed

doc/v0.1/release-note.rst

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
ACRN V0.1 release note
2+
3+
4+
Main features supported in this release:
5+
6+
Acrnctl
7+
Acrntrace
8+
Acrnlog
9+
sos lifecycle
10+
vSBL
11+
virtio-blk
12+
virtio-net
13+
USB passthru
14+
CSE passthru
15+
IOC sharing (incl. cbc attach, cbc driver)
16+
IPU passthru
17+
BT passthru
18+
SD card passthru
19+
audio passthru
20+
pre-emption
21+
surface sharing
22+
multi-plane, multi-pipe
23+
HDMI
24+
eDP
25+
26+
Commands Supported by ACRN Hypervisor:
27+
28+
Command
29+
help
30+
Provides helpful description about all available commands in hypervisor shell.
31+
32+
vm_list
33+
Lists available VMs and displays the VM name, ID, and running state (“ON” for a running VM, and “OFF” otherwise).
34+
35+
vm_console
36+
Switches the console from the hypervisor shell to a VM’s shell.
37+
38+
set_loglevel
39+
set_loglevel <console_loglevel> [mem_loglevel] - Set loglevel[0-6]
40+
set log level so that people are able to get what they need from logout put, acrnlog defined 5 log levels, please refer to section 9.5 of Getting started guide
41+
42+
get_loglevel
43+
get the log level
44+
45+
logdump
46+
logdump <pcpu id>
47+
48+
dump log
49+
50+
vmexit
51+
show vmexit profiling
52+
53+
dump_ioapic
54+
show native ioapic info
55+
56+
vioapic
57+
vioapic <vm_id>
58+
show vioapic info
59+
60+
int
61+
show interrupt info per CPU
62+
63+
lsreq
64+
show ioreq info
65+
66+
pt
67+
show pass-through device info
68+
69+
vcpu_dumpmem
70+
vcpu_dumpmem <vm_id,vcpu_id, gva, length>
71+
72+
dump memory for a specific vcpu
73+
74+
vcpu_dumpreg
75+
vcpu_dumpreg <vm_id, vcpu_id>
76+
dump registers for a specific vcpu
77+
78+
vcpu_list
79+
lists all VCPU in all VMs
80+
81+
82+
Known Issues:
83+
84+
GPU – Preemption (Prioritized Rendering,
85+
Batch Preemption, QoS Rendering)
86+
Preemption feature works, but performance is not optimized yet.
87+
88+
Wifi
89+
Wifi not supported in guest OS
90+
91+
Audio
92+
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
93+
94+
CSME
95+
CSME pass-through to guest OS
96+
97+
Graphic
98+
GVT-g is available, need to perform features after configured properly
99+
100+
Camera/IPU
101+
Camera works in Android guest. But camera app may crash after 5 mins
102+
103+
SD card
104+
SD card works in Android guest, but does not support hot-plug.
105+
106+
Surface Sharing
107+
Sometimes the window setup on Service OS takes up to 30 second
108+
109+
stability
110+
Sometimes system hangs, especially when workload is high (e.g. running benchmarks, playing videos)
111+
112+
Change log:
113+
114+

0 commit comments

Comments
 (0)