iotests: Fix 051's reference output
Commit c4bacafb71 changed (improved)
qdev_init_nofail()'s error reporting, which affects iotest 051. Fix the
reference output.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
			
			
This commit is contained in:
		
							parent
							
								
									4c0542ea60
								
							
						
					
					
						commit
						2726958d5e
					
				| 
						 | 
				
			
			@ -115,8 +115,7 @@ QEMU X.Y.Z monitor - type 'help' for more information
 | 
			
		|||
Testing: -drive if=ide
 | 
			
		||||
QEMU X.Y.Z monitor - type 'help' for more information
 | 
			
		||||
(qemu) QEMU_PROG: Device needs media, but drive is empty
 | 
			
		||||
QEMU_PROG: Device initialization failed.
 | 
			
		||||
QEMU_PROG: Initialization of device ide-hd failed
 | 
			
		||||
QEMU_PROG: Initialization of device ide-hd failed: Device initialization failed.
 | 
			
		||||
 | 
			
		||||
Testing: -drive if=virtio
 | 
			
		||||
QEMU X.Y.Z monitor - type 'help' for more information
 | 
			
		||||
| 
						 | 
				
			
			@ -127,8 +126,7 @@ QEMU_PROG: -drive if=virtio: Device 'virtio-blk-pci' could not be initialized
 | 
			
		|||
Testing: -drive if=scsi
 | 
			
		||||
QEMU X.Y.Z monitor - type 'help' for more information
 | 
			
		||||
(qemu) QEMU_PROG: -drive if=scsi: Device needs media, but drive is empty
 | 
			
		||||
QEMU_PROG: Device initialization failed.
 | 
			
		||||
QEMU_PROG: Initialization of device lsi53c895a failed
 | 
			
		||||
QEMU_PROG: Initialization of device lsi53c895a failed: Device initialization failed.
 | 
			
		||||
 | 
			
		||||
Testing: -drive if=none,id=disk -device ide-cd,drive=disk
 | 
			
		||||
QEMU X.Y.Z monitor - type 'help' for more information
 | 
			
		||||
| 
						 | 
				
			
			@ -178,8 +176,7 @@ QEMU X.Y.Z monitor - type 'help' for more information
 | 
			
		|||
Testing: -drive file=TEST_DIR/t.qcow2,if=ide,readonly=on
 | 
			
		||||
QEMU X.Y.Z monitor - type 'help' for more information
 | 
			
		||||
(qemu) QEMU_PROG: Can't use a read-only drive
 | 
			
		||||
QEMU_PROG: Device initialization failed.
 | 
			
		||||
QEMU_PROG: Initialization of device ide-hd failed
 | 
			
		||||
QEMU_PROG: Initialization of device ide-hd failed: Device initialization failed.
 | 
			
		||||
 | 
			
		||||
Testing: -drive file=TEST_DIR/t.qcow2,if=virtio,readonly=on
 | 
			
		||||
QEMU X.Y.Z monitor - type 'help' for more information
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue