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 541e9304f6
commit b5b6503248
1 changed files with 2 additions and 2 deletions

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