mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
af4c893eb7
* tests/.gitignore: ignore new test binaries * tests/Makefile.am: add new tests * tests/esxutilstest.c: test esxVMX_IndexToDiskName() * tests/vmx2xmldata/*: config files for the VMX to domain XML test * tests/vmx2xmltest.c: test the VMX to domain XML mapping * tests/xml2vmxdata/*: config files for the domain XML to VMX test * tests/xml2vmxtest.c: test the domain XML to VMX mapping
48 lines
1.4 KiB
XML
48 lines
1.4 KiB
XML
<domain type='vmware'>
|
|
<name>virtDebian1</name>
|
|
<uuid>564dcd37-3685-8889-35ea-719fc93c983e</uuid>
|
|
<memory>1024000</memory>
|
|
<currentMemory>120832</currentMemory>
|
|
<vcpu cpuset='0-2,5-7'>4</vcpu>
|
|
<os>
|
|
<type arch='x86_64'>hvm</type>
|
|
</os>
|
|
<clock offset='utc'/>
|
|
<on_poweroff>destroy</on_poweroff>
|
|
<on_reboot>restart</on_reboot>
|
|
<on_crash>destroy</on_crash>
|
|
<devices>
|
|
<disk type='file' device='disk'>
|
|
<driver name='lsilogic' cache='writethrough'/>
|
|
<source file='Debian1.vmdk'/>
|
|
<target dev='sda' bus='scsi'/>
|
|
</disk>
|
|
<disk type='file' device='cdrom'>
|
|
<driver name='buslogic'/>
|
|
<source file='Debian1-cdrom.iso'/>
|
|
<target dev='sdp' bus='scsi'/>
|
|
</disk>
|
|
<disk type='file' device='cdrom'>
|
|
<source file='/vmimages/tools-isoimages/linux.iso'/>
|
|
<target dev='hda' bus='ide'/>
|
|
</disk>
|
|
<disk type='block' device='cdrom'>
|
|
<source dev='/dev/scd0'/>
|
|
<target dev='hdb' bus='ide'/>
|
|
</disk>
|
|
<disk type='file' device='disk'>
|
|
<source file='Debian1-IDE.vmdk'/>
|
|
<target dev='hdd' bus='ide'/>
|
|
</disk>
|
|
<disk type='block' device='floppy'>
|
|
<source dev='/dev/fd0'/>
|
|
<target dev='fda' bus='fdc'/>
|
|
</disk>
|
|
<interface type='bridge'>
|
|
<mac address='00:0c:29:3c:98:3e'/>
|
|
<source bridge='VM Network'/>
|
|
<model type='vlance'/>
|
|
</interface>
|
|
</devices>
|
|
</domain>
|