mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
ab4bf20ead
The domain XML generator creates the mac addres strings with lowercase strings with a separate piece of code. This patch changes the formating helper to do the same stuff to allow using it to normalize a string provided by the user. After this change some of the tests that are outputing the mac address will need to be changed.
21 lines
634 B
Plaintext
21 lines
634 B
Plaintext
.encoding = "UTF-8"
|
|
config.version = "8"
|
|
virtualHW.version = "4"
|
|
guestOS = "other"
|
|
uuid.bios = "56 4d ad 58 06 29 d3 e6-ec fe 8f f8 39 c5 e3 5d"
|
|
displayName = "Client"
|
|
memsize = "264"
|
|
numvcpus = "1"
|
|
ide0:0.present = "true"
|
|
ide0:0.deviceType = "ata-hardDisk"
|
|
ide0:0.fileName = "/vmfs/volumes/storage/Client/Debian-System1-0-cl2.vmdk"
|
|
floppy0.present = "false"
|
|
floppy1.present = "false"
|
|
ethernet0.present = "true"
|
|
ethernet0.networkName = "net2"
|
|
ethernet0.connectionType = "custom"
|
|
ethernet0.vnet = "/dev/vmnet2"
|
|
ethernet0.addressType = "generated"
|
|
ethernet0.generatedAddress = "00:0c:29:c5:e3:5d"
|
|
ethernet0.generatedAddressOffset = "0"
|