mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 d751448d4f
			
		
	
	
		d751448d4f
		
	
	
	
	
		
			
			15ce94a68c("block/qed: bdrv_qed_do_open: deal with errp") has improved the qed driver's error reporting, though sadly did not add a test for it. The good news are: There already is such a test, namely 116. The bad news are: Its reference output was not adjusted, and so now it fails. Let's fix the reference output, which has the nice side effect of demonstrating 15ce94a68ca's improvements. Fixes:15ce94a68c("block/qed: bdrv_qed_do_open: deal with errp") Signed-off-by: Max Reitz <mreitz@redhat.com> Message-Id: <20210326141419.156831-1-mreitz@redhat.com>
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| QA output created by 116
 | |
| 
 | |
| == truncated header cluster ==
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
 | |
| qemu-io: can't open device TEST_DIR/t.qed: QED table offset is invalid
 | |
| 
 | |
| == invalid header magic ==
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
 | |
| qemu-io: can't open device TEST_DIR/t.qed: Image not in QED format
 | |
| 
 | |
| == invalid cluster size ==
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
 | |
| qemu-io: can't open device TEST_DIR/t.qed: QED cluster size is invalid
 | |
| 
 | |
| == invalid table size ==
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
 | |
| qemu-io: can't open device TEST_DIR/t.qed: QED table size is invalid
 | |
| 
 | |
| == invalid header size ==
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
 | |
| qemu-io: can't open device TEST_DIR/t.qed: QED table offset is invalid
 | |
| 
 | |
| == invalid L1 table offset ==
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
 | |
| qemu-io: can't open device TEST_DIR/t.qed: QED table offset is invalid
 | |
| 
 | |
| == invalid image size ==
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
 | |
| qemu-io: can't open device TEST_DIR/t.qed: QED image size is invalid
 | |
| *** done
 |