Added disk target bus type to Xen driver

This commit is contained in:
Daniel P. Berrange
2008-05-08 14:41:56 +00:00
parent 979edb4a64
commit 021bd31706
59 changed files with 129 additions and 102 deletions

View File

@@ -23,12 +23,12 @@
<disk type='block' device='disk'>
<driver name='phy'/>
<source dev='/dev/HostVG/XenGuest2'/>
<target dev='hda'/>
<target dev='hda' bus='ide'/>
</disk>
<disk type='file' device='cdrom'>
<driver name='file'/>
<source file='/root/boot.iso'/>
<target dev='hdc'/>
<target dev='hdc' bus='ide'/>
<readonly/>
</disk>
<interface type='bridge'>