summaryrefslogtreecommitdiff
path: root/tests/xmconfigdata/test-fullvirt-old-cdrom.xml
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2008-05-08 14:41:56 +0000
committerDaniel P. Berrange <berrange@redhat.com>2008-05-08 14:41:56 +0000
commit021bd31706555c500610aa8cf262371771e6d396 (patch)
tree1024a616190ed9bac74b11090c6134c5e9abb173 /tests/xmconfigdata/test-fullvirt-old-cdrom.xml
parent979edb4a64402b82f1da08546c3262281209b1e3 (diff)
downloadlibvirt-021bd31706555c500610aa8cf262371771e6d396.tar.gz
Added disk target bus type to Xen driver
Diffstat (limited to 'tests/xmconfigdata/test-fullvirt-old-cdrom.xml')
-rw-r--r--tests/xmconfigdata/test-fullvirt-old-cdrom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/xmconfigdata/test-fullvirt-old-cdrom.xml b/tests/xmconfigdata/test-fullvirt-old-cdrom.xml
index e6c1d5958a..439a38f478 100644
--- a/tests/xmconfigdata/test-fullvirt-old-cdrom.xml
+++ b/tests/xmconfigdata/test-fullvirt-old-cdrom.xml
@@ -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'>