docs: Reword virDomainGetEmulatorPinInfo description
[libvirt.git] / tests / virshtestdata / attach-disk.out
blob4f7fe7d8e0842de427c5173f8a014c14fab9140d
1 <disk type='file'>
2   <source file='/nonexistent/file'/>
3   <target dev='hda'/>
4 </disk>
6 <disk type='file'>
7   <source file='/nonexistent/file'/>
8   <target dev='hda'/>
9 </disk>
11 <disk type='block'>
12   <source dev='/nonexistent/file'/>
13   <target dev='hda'/>
14 </disk>
16 error: Unknown source type: 'nothing'
18 <disk type='file' device='disk'>
19   <source file='/nonexistent/file'/>
20   <target dev='hda'/>
21 </disk>
23 <disk type='block' device='disk'>
24   <source dev='/nonexistent/file'/>
25   <target dev='hda'/>
26 </disk>
28 <disk type='file' device='cdrom'>
29   <source file='/nonexistent/file'/>
30   <target dev='hda'/>
31 </disk>
33 <disk type='block' device='cdrom'>
34   <source dev='/nonexistent/file'/>
35   <target dev='hda'/>
36 </disk>
38 <disk type='file' device='blah'>
39   <source file='/nonexistent/file'/>
40   <target dev='hda'/>
41 </disk>
43 <disk type='block' device='blah'>
44   <source dev='/nonexistent/file'/>
45   <target dev='hda'/>
46 </disk>
48 <disk type='file' device='disk'>
49   <driver name='testdriver'/>
50   <source file='/nonexistent/file'/>
51   <target dev='hda'/>
52 </disk>
54 <disk type='file' device='disk'>
55   <driver type='qcow2'/>
56   <source file='/nonexistent/file'/>
57   <target dev='hda'/>
58 </disk>
60 <disk type='file' device='disk'>
61   <driver type='raw'/>
62   <source file='/nonexistent/file'/>
63   <target dev='hda'/>
64 </disk>
66 <disk type='file' device='disk'>
67   <driver cache='none'/>
68   <source file='/nonexistent/file'/>
69   <target dev='hda'/>
70 </disk>
72 <disk type='file' device='disk'>
73   <driver type='qcow2' cache='none'/>
74   <source file='/nonexistent/file'/>
75   <target dev='hda'/>
76 </disk>
78 <disk type='file' device='disk'>
79   <driver type='qcow2'/>
80   <source file='/nonexistent/file'/>
81   <target dev='hda'/>
82   <serial>TEST_SERIAL</serial>
83 </disk>
85 <disk type='file' device='disk'>
86   <source file='/nonexistent/file'/>
87   <target dev='hda'/>
88   <readonly/>
89 </disk>
91 <disk type='file' device='disk'>
92   <source file='/nonexistent/file'/>
93   <target dev='hda'/>
94   <shareable/>
95 </disk>
97 error: No support for whatever in command 'attach-disk'
99 <disk type='file' device='disk'>
100   <driver type='qcow2'/>
101   <source file='/nonexistent/file'/>
102   <target dev='hda'/>
103   <alias name='testalias'/>
104 </disk>
106 <disk type='file' device='disk' rawio='yes'>
107   <source file='/nonexistent/file'/>
108   <target dev='hda'/>
109 </disk>
111 <disk type='file' device='disk'>
112   <source file='/nonexistent/file'/>
113   <target dev='hda'/>
114 </disk>
116 <disk type='file' device='disk'>
117   <driver name='qemu' type='qcow2' iothread='3' cache='none'/>
118   <source file='/nonexistent/file'/>
119   <target dev='hda'/>
120   <readonly/>
121   <alias name='testalias'/>
122 </disk>
124 <disk type='file' device='disk'>
125   <source file='/nonexistent/file'/>
126   <target dev='hda'/>
127   <address type='drive' controller='1' bus='2' unit='3'/>
128 </disk>
130 <disk type='file' device='disk'>
131   <source file='/nonexistent/file'/>
132   <target dev='hda'/>
133   <address type='drive' controller='1' bus='2' unit='4'/>
134 </disk>
136 <disk type='file' device='disk'>
137   <source file='/nonexistent/file'/>
138   <target dev='hda'/>
139   <address type='drive' controller='1' bus='2' unit='5'/>
140 </disk>
142 error: expecting a scsi:00.00.00 or usb:00.00 or sata:00.00.00 address.
144 error: expecting a pci:0000.00.00.00 or ccw:00.0.0000 address.
146 <disk type='file' device='disk'>
147   <source file='/nonexistent/file'/>
148   <target dev='sda'/>
149   <address type='usb' bus='12' port='34'/>
150 </disk>
152 <disk type='file' device='disk'>
153   <source file='/nonexistent/file'/>
154   <target dev='sda'/>
155   <address type='usb' bus='12' port='3'/>
156 </disk>
158 <disk type='file' device='disk'>
159   <source file='/nonexistent/file'/>
160   <target dev='sda'/>
161   <address type='usb' bus='12' port='34'/>
162 </disk>
164 error: expecting a pci:0000.00.00.00 or ccw:00.0.0000 address.
166 error: expecting an ide:00.00.00 address.
168 <disk type='file' device='disk'>
169   <source file='/nonexistent/file'/>
170   <target dev='sda'/>
171   <address type='drive' controller='1' bus='2' unit='3'/>
172 </disk>
174 <disk type='file' device='disk'>
175   <source file='/nonexistent/file'/>
176   <target dev='sda'/>
177   <address type='drive' controller='1' bus='2' unit='4'/>
178 </disk>
180 <disk type='file' device='disk'>
181   <source file='/nonexistent/file'/>
182   <target dev='sda'/>
183   <address type='drive' controller='1' bus='2' unit='5'/>
184 </disk>
186 error: expecting an ide:00.00.00 address.
188 error: expecting a pci:0000.00.00.00 or ccw:00.0.0000 address.
190 <disk type='file' device='disk'>
191   <source file='/nonexistent/file'/>
192   <target dev='sda'/>
193   <address type='drive' controller='1' bus='2' unit='3'/>
194 </disk>
196 <disk type='file' device='disk'>
197   <source file='/nonexistent/file'/>
198   <target dev='sda'/>
199   <address type='drive' controller='1' bus='2' unit='4'/>
200 </disk>
202 <disk type='file' device='disk'>
203   <source file='/nonexistent/file'/>
204   <target dev='sda'/>
205   <address type='drive' controller='1' bus='2' unit='5'/>
206 </disk>
208 error: expecting an ide:00.00.00 address.
210 error: expecting a pci:0000.00.00.00 or ccw:00.0.0000 address.
212 <disk type='file' device='disk'>
213   <source file='/nonexistent/file'/>
214   <target dev='vda'/>
215   <address type='pci' domain='0x0012' bus='0x34' slot='0x56' function='0x78'/>
216 </disk>
218 <disk type='file' device='disk'>
219   <source file='/nonexistent/file'/>
220   <target dev='vda'/>
221   <address type='pci' domain='0x0012' bus='0x34' slot='0x56' function='0x78'/>
222 </disk>
224 <disk type='file' device='disk'>
225   <source file='/nonexistent/file'/>
226   <target dev='vda'/>
227   <address type='pci' domain='0x0012' bus='0x34' slot='0x56' function='0xaa'/>
228 </disk>
230 error: expecting an ide:00.00.00 address.
232 error: expecting a scsi:00.00.00 or usb:00.00 or sata:00.00.00 address.
234 <disk type='file' device='disk'>
235   <source file='/nonexistent/file'/>
236   <target dev='vda'/>
237   <address type='pci' domain='0x0012' bus='0x34' slot='0x56' function='0x78' multifunction='on'/>
238 </disk>
240 <disk type='file' device='disk'>
241   <source file='/nonexistent/file'/>
242   <target dev='vda'/>
243   <address type='pci' domain='0x0012' bus='0x34' slot='0x56' function='0x78' multifunction='on'/>
244 </disk>
246 <disk type='file' device='disk'>
247   <source file='/nonexistent/file'/>
248   <target dev='vda'/>
249   <address type='pci' domain='0x0012' bus='0x34' slot='0x56' function='0xaa' multifunction='on'/>
250 </disk>
252 <disk type='file' device='disk'>
253   <source file='/nonexistent/file'/>
254   <target dev='vda'/>
255   <address type='ccw' cssid='0x12' ssid='0x34' devno='0x0056'/>
256 </disk>
258 <disk type='file' device='disk'>
259   <source file='/nonexistent/file'/>
260   <target dev='vda'/>
261   <address type='ccw' cssid='0x12' ssid='0x34' devno='0x0056'/>
262 </disk>
264 <disk type='file' device='disk'>
265   <source file='/nonexistent/file'/>
266   <target dev='vda'/>
267   <address type='ccw' cssid='0x12' ssid='0x34' devno='0x0056'/>
268 </disk>
270 error: expecting an ide:00.00.00 address.
272 error: expecting a scsi:00.00.00 or usb:00.00 or sata:00.00.00 address.
274 error: Invalid address.
276 error: Invalid address.
278 error: Invalid address.
280 error: --source-protocol option requires --sourcetype network
282 error: --source-protocol option requires --sourcetype network
284 <disk type='network'>
285   <source protocol='TEST' name='/nonexistent/file'>
286     <host name='hostname'/>
287   </source>
288   <target dev='hda'/>
289 </disk>
291 <disk type='network'>
292   <source protocol='TEST' name='/nonexistent/file'>
293     <host name='hostname' port='port'/>
294   </source>
295   <target dev='hda'/>
296 </disk>
298 <disk type='network'>
299   <source protocol='TEST' name='/nonexistent/file'>
300     <host name='hostname' port=''/>
301   </source>
302   <target dev='hda'/>
303 </disk>
305 <disk type='network'>
306   <source protocol='TEST' name='/nonexistent/file'>
307     <host name='' port='port'/>
308   </source>
309   <target dev='hda'/>
310 </disk>
312 <disk type='network'>
313   <source protocol='TEST' name='/nonexistent/file'>
314     <host name='' port=''/>
315   </source>
316   <target dev='hda'/>
317 </disk>
319 <disk type='network'>
320   <source protocol='TEST' name='/nonexistent/file'>
321     <host transport='trnsp' name='hostname' port='port'/>
322   </source>
323   <target dev='hda'/>
324 </disk>
326 <disk type='network'>
327   <source protocol='TEST' name='/nonexistent/file'>
328     <host transport='trnsp'/>
329   </source>
330   <target dev='hda'/>
331 </disk>
333 <disk type='network'>
334   <source protocol='TEST' name='/nonexistent/file'>
335     <host transport='trnsp' socket='/nonexistent/socket'/>
336   </source>
337   <target dev='hda'/>
338 </disk>
340 error: Option --source-host-transport is required by option --source-host-socket
343 ## Exit code: 1