mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
6336fcd9f8
Previously, we accepted empty bridge name, because some old versions of
VMWare Workstation did not put it into the config. But this doesn't make
much sense - to have an interface type bridge with no name. We
circumvented this problem by generating an empty name but that is
equally wrong.
Therefore, fill in missing bridge names (according to the documentation
[1] the default bridge name is VMnet0) and error out if bridge name is
missing.
This partially reverts f246cdb5ac
1: https://docs.vmware.com/en/VMware-Workstation-Player-for-Linux/16.0/com.vmware.player.linux.using.doc/GUID-BAFA66C3-81F0-4FCA-84C4-D9F7D258A60A.html
Signed-off-by: Kristina Hanicova <khanicov@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
54 lines
1.5 KiB
Plaintext
54 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.networkName = "VMnet0"
|
|
ethernet0.connectionType = "bridged"
|
|
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"
|