mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
ce8fb26a66
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Matt Coleman <matt@datto.com>
18 lines
499 B
XML
18 lines
499 B
XML
<domain type='hyperv'>
|
|
<name>test_disk-hyperv</name>
|
|
<uuid>deadbeef-dead-beef-dead-beefdeadbeef</uuid>
|
|
<memory unit='KiB'>1048576</memory>
|
|
<vcpu placement='static'>3</vcpu>
|
|
<os>
|
|
<type>hvm</type>
|
|
</os>
|
|
<devices>
|
|
<disk type='file' device='disk'>
|
|
<source file='X:\test_disk-hyperv.vhdx'/>
|
|
<target dev='sda' bus='scsi'/>
|
|
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
|
|
</disk>
|
|
<controller type='scsi' index='0'/>
|
|
</devices>
|
|
</domain>
|