Skip to content

Commit 1b69099

Browse files
committed
修复QMP电源管理,添加内核、系统ACPI支持,修改手机端电源逻辑,重构QMP/QGA通信关联,增大最终端缓冲, 默认设置TERM=xterm
1 parent 838fe23 commit 1b69099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entry/src/main/ets/lib/startVm.ets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function startVm(options: VmOptions) {
6767
"systemd.mask=run-lock.mount systemd.mask=sys-kernel-debug.mount systemd.mask=dev-hugepages.mount " +
6868
"cryptomgr.notests rodata=off rcupdate.rcu_cpu_stall_timeout=60 " +
6969
"rcu_expedited=1 init_on_free=0 init_on_alloc=1 page_poison=0 slub_debug=- " +
70-
"TERM=ansi init=" + options.init]
70+
"TERM=xterm init=" + options.init]
7171
const monitor = ['-qmp', 'unix:' + options.qmpUnixSocket + ',server,nowait',
7272
'-qmp', 'unix:' + options.qmpUnixSocketUI + ',server,nowait']
7373
const qga = [

0 commit comments

Comments
 (0)