mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
5b36410f37
This patch fixes an issue where vMotion fails when VMCI device is not present in the vmx file.
45 lines
1.3 KiB
Plaintext
45 lines
1.3 KiB
Plaintext
.encoding = "UTF-8"
|
|
config.version = "8"
|
|
virtualHW.version = "9"
|
|
guestOS = "other"
|
|
uuid.bios = "56 4d 70 88 01 a1 98 32-e7 2b 67 90 c7 3b 64 ea"
|
|
displayName = "ATTM_VM"
|
|
memsize = "3572"
|
|
numvcpus = "2"
|
|
scsi0.present = "true"
|
|
scsi0.virtualDev = "buslogic"
|
|
scsi0:0.present = "true"
|
|
scsi0:0.deviceType = "scsi-hardDisk"
|
|
scsi0:0.fileName = "/vmfs/volumes/datastore/directory/ATTM_VM.vmdk"
|
|
ide0:0.present = "true"
|
|
ide0:0.deviceType = "atapi-cdrom"
|
|
ide0:0.autodetect = "true"
|
|
ide0:0.fileName = "auto detect"
|
|
floppy0.present = "false"
|
|
floppy1.present = "false"
|
|
ethernet0.present = "true"
|
|
ethernet0.connectionType = "bridged"
|
|
ethernet0.addressType = "generated"
|
|
ethernet0.generatedAddress = "00:0c:29:3b:64:ea"
|
|
ethernet0.generatedAddressOffset = "0"
|
|
ethernet1.present = "true"
|
|
ethernet1.connectionType = "bridged"
|
|
ethernet1.addressType = "generated"
|
|
ethernet1.generatedAddress = "00:0c:29:3b:64:f4"
|
|
ethernet1.generatedAddressOffset = "0"
|
|
svga.vramSize = "4194304"
|
|
pciBridge0.present = "true"
|
|
pciBridge4.present = "true"
|
|
pciBridge4.virtualDev = "pcieRootPort"
|
|
pciBridge4.functions = "8"
|
|
pciBridge5.present = "true"
|
|
pciBridge5.virtualDev = "pcieRootPort"
|
|
pciBridge5.functions = "8"
|
|
pciBridge6.present = "true"
|
|
pciBridge6.virtualDev = "pcieRootPort"
|
|
pciBridge6.functions = "8"
|
|
pciBridge7.present = "true"
|
|
pciBridge7.virtualDev = "pcieRootPort"
|
|
pciBridge7.functions = "8"
|
|
vmci0.present = "true"
|