mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 05:02:24 +00:00
config_tools: add default value for virtio console
add default value for virtio console Tracked-On: #6690 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
parent
59c7077e2e
commit
005831c473
@ -137,8 +137,8 @@ export default {
|
||||
this.defaultVal = []
|
||||
}
|
||||
this.defaultVal.push({
|
||||
"use_type": "",
|
||||
"backend_type": "",
|
||||
"use_type": "Virtio console",
|
||||
"backend_type": "stdio",
|
||||
"output_file_path": "",
|
||||
"sock_file_path": "",
|
||||
"tty_device_path": "",
|
||||
|
Loading…
Reference in New Issue
Block a user