mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
d080338594
These XMLs live in a separate directory, there's no need for them to have a special prefix in addition. Dinding proper file based on vmx2xmltest.c is also needlessly complicated. The steps used for mass rename are similar to v4.0.0-rc1~186. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
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"
|