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:
Kunhui-Li 2022-06-24 19:05:07 +08:00 committed by acrnsi-robot
parent 59c7077e2e
commit 005831c473

View File

@ -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": "",