mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
f246cdb5ac
This patch adds support for vmx files with empty networkName values (which is the case for vmx generated by Workstation). It also adds support for vmx containing NATed network interfaces. Update test suite accordingly
53 lines
1.5 KiB
Plaintext
53 lines
1.5 KiB
Plaintext
.encoding = "UTF-8"
|
|
config.version = "8"
|
|
virtualHW.version = "8"
|
|
virtualHW.productCompatibility = "hosted"
|
|
displayName = "debian6"
|
|
guestOS = "debian6-64"
|
|
memsize = "512"
|
|
numvcpus = "1"
|
|
vcpu.hotadd = "TRUE"
|
|
scsi0.present = "TRUE"
|
|
scsi0.virtualDev = "lsilogic"
|
|
scsi0:0.present = "TRUE"
|
|
scsi0:0.fileName = "/data/vmware/disk.vmdk"
|
|
ide1:0.present = "TRUE"
|
|
ide1:0.fileName = "/usr/lib/vmware/isoimages/linux.iso"
|
|
ide1:0.deviceType = "cdrom-image"
|
|
floppy0.startConnected = "FALSE"
|
|
floppy0.fileName = ""
|
|
floppy0.autodetect = "TRUE"
|
|
ethernet0.present = "TRUE"
|
|
ethernet0.connectionType = "nat"
|
|
ethernet0.virtualDev = "e1000"
|
|
ethernet0.wakeOnPcktRcv = "FALSE"
|
|
ethernet0.addressType = "static"
|
|
ethernet0.address = "00:50:56:2F:D3:46"
|
|
usb.present = "TRUE"
|
|
usb.vbluetooth.startConnected = "TRUE"
|
|
ehci.present = "TRUE"
|
|
sound.present = "TRUE"
|
|
sound.startConnected = "FALSE"
|
|
sound.fileName = "-1"
|
|
sound.autodetect = "TRUE"
|
|
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"
|
|
hpet0.present = "TRUE"
|
|
powerType.powerOff = "hard"
|
|
powerType.powerOn = "hard"
|
|
powerType.suspend = "hard"
|
|
powerType.reset = "hard"
|
|
serial0.present = "FALSE"
|