misc: set the communication vUART default type to PCI

The current code use the legacy as the default type of communication
vUART, these were only 4 standard vUART ports, others should config by
the /etc/serial.conf, so this patch change the default type to PCI
which could be used without config files.

Tracked-On: #6690
Signed-off-by: Chenli Wei <chenli.wei@linux.intel.com>
This commit is contained in:
Chenli Wei
2022-06-17 17:35:27 +08:00
committed by acrnsi-robot
parent dff6a31844
commit 2efa77c86d
2 changed files with 2 additions and 2 deletions

View File

@@ -219,7 +219,7 @@ export default {
}
this.defaultVal.splice(index + 1, 0, {
"name": "Connection_" + this.defaultVal.length,
"type": "legacy",
"type": "pci",
"endpoint": [
{
"vm_name": "",