diff options
Diffstat (limited to 'tests/qemuxml2argvdata/qemuxml2argv-disk-drive-error-policy-wreport-rignore.xml')
-rw-r--r-- | tests/qemuxml2argvdata/qemuxml2argv-disk-drive-error-policy-wreport-rignore.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemuxml2argvdata/qemuxml2argv-disk-drive-error-policy-wreport-rignore.xml b/tests/qemuxml2argvdata/qemuxml2argv-disk-drive-error-policy-wreport-rignore.xml index 80cf5fe15..b52d3972d 100644 --- a/tests/qemuxml2argvdata/qemuxml2argv-disk-drive-error-policy-wreport-rignore.xml +++ b/tests/qemuxml2argvdata/qemuxml2argv-disk-drive-error-policy-wreport-rignore.xml @@ -18,14 +18,14 @@ <driver name='qemu' type='qcow2' cache='none' error_policy='report' rerror_policy='ignore'/> <source dev='/dev/HostVG/QEMUGuest1'/> <target dev='hda' bus='ide'/> - <address type='drive' controller='0' bus='0' unit='0'/> + <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='block' device='cdrom'> <driver name='qemu' type='raw'/> <source dev='/dev/HostVG/QEMUGuest2'/> <target dev='hdc' bus='ide'/> <readonly/> - <address type='drive' controller='0' bus='1' unit='0'/> + <address type='drive' controller='0' bus='1' target='0' unit='0'/> </disk> <controller type='usb' index='0'/> <controller type='ide' index='0'/> |