mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
5b36410f37
This patch fixes an issue where vMotion fails when VMCI device is not present in the vmx file.
17 lines
448 B
Plaintext
17 lines
448 B
Plaintext
.encoding = "UTF-8"
|
|
config.version = "8"
|
|
virtualHW.version = "7"
|
|
guestOS = "other"
|
|
uuid.bios = "56 4d 9b ef ac d9 b4 e0-c8 f0 ae a8 b9 10 35 15"
|
|
displayName = "serial-network"
|
|
memsize = "4"
|
|
numvcpus = "1"
|
|
floppy0.present = "false"
|
|
floppy1.present = "false"
|
|
serial0.present = "true"
|
|
serial0.fileType = "network"
|
|
serial0.fileName = "tcp://192.168.0.17:42001"
|
|
serial0.network.endPoint = "client"
|
|
serial0.yieldOnMsrRead = "true"
|
|
vmci0.present = "true"
|