mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-07 05:49:59 +00:00
645f4acafe
VMware uses two MAC address prefixes: 00:0c:29 and 00:50:56. The 00:0c:29 prefix is used for ESX server generated addresses. The 00:50:56 prefix is split into two parts. MAC addresses above 00:50:56:3f:ff:ff are generated by a vCenter. The rest of the 00:50:56 prefix can be assigned manually. Any MAC address within the 00:0c:29 and 00:50:56 prefix can be specified in a domain XML config and the driver will handle the details internally. * src/esx/esx_vmx.c: fix MAC address formatting * tests/xml2vmxdata/*: update test files accordingly
40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
config.version = "8"
|
|
virtualHW.version = "4"
|
|
guestOS = "other-64"
|
|
uuid.bios = "56 4d cd 37 36 85 88 89-35 ea 71 9f c9 3c 98 3e"
|
|
displayName = "virtDebian1"
|
|
memsize = "1000"
|
|
sched.mem.max = "118"
|
|
numvcpus = "4"
|
|
sched.cpu.affinity = "0,1,2,5,6,7"
|
|
scsi0.present = "true"
|
|
scsi0.virtualDev = "lsilogic"
|
|
scsi1.present = "true"
|
|
scsi1.virtualDev = "buslogic"
|
|
scsi0:0.present = "true"
|
|
scsi0:0.deviceType = "scsi-hardDisk"
|
|
scsi0:0.fileName = "/vmfs/volumes/498076b2-02796c1a-ef5b-000ae484a6a3/virtDebian1/Debian1.vmdk"
|
|
scsi0:0.writeThrough = "true"
|
|
scsi1:0.present = "true"
|
|
scsi1:0.deviceType = "cdrom-image"
|
|
scsi1:0.fileName = "/vmfs/volumes/498076b2-02796c1a-ef5b-000ae484a6a3/virtDebian1/Debian1-cdrom.iso"
|
|
ide0:0.present = "true"
|
|
ide0:0.deviceType = "cdrom-image"
|
|
ide0:0.fileName = "/vmimages/tools-isoimages/linux.iso"
|
|
ide0:1.present = "true"
|
|
ide0:1.deviceType = "atapi-cdrom"
|
|
ide0:1.fileName = "/dev/scd0"
|
|
ide1:1.present = "true"
|
|
ide1:1.deviceType = "ata-hardDisk"
|
|
ide1:1.fileName = "/vmfs/volumes/498076b2-02796c1a-ef5b-000ae484a6a3/virtDebian1/Debian1-IDE.vmdk"
|
|
floppy0.present = "true"
|
|
floppy0.fileType = "device"
|
|
floppy0.fileName = "/dev/fd0"
|
|
ethernet0.present = "true"
|
|
ethernet0.virtualDev = "vlance"
|
|
ethernet0.networkName = "VM Network"
|
|
ethernet0.connectionType = "bridged"
|
|
ethernet0.addressType = "generated"
|
|
ethernet0.generatedAddress = "00:0C:29:3C:98:3E"
|
|
ethernet0.generatedAddressOffset = "0"
|