 0c8fbfb915
			
		
	
	
		0c8fbfb915
		
	
	
	
	
		
			
			The first parameter passed to _send_qemu_cmd is supposed to be the $QEMU_HANDLE. 102 does not do so here, fix it. As a result, the output changes: Now we see the prompt this command is supposedly waiting for before the resize message - as it should be. Signed-off-by: Max Reitz <mreitz@redhat.com> Message-Id: <20201217153803.101231-2-mreitz@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com>
		
			
				
	
	
		
			24 lines
		
	
	
		
			764 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			764 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| QA output created by 102
 | |
| 
 | |
| === Testing map command on truncated image ===
 | |
| 
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536
 | |
| wrote 65536/65536 bytes at offset 0
 | |
| 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| Image resized.
 | |
| 64 KiB (0x10000) bytes     allocated at offset 0 bytes (0x0)
 | |
| Offset          Length          File
 | |
| 0               0x10000         TEST_DIR/t.IMGFMT
 | |
| 
 | |
| === Testing map on an image file truncated outside of qemu ===
 | |
| 
 | |
| Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536
 | |
| wrote 65536/65536 bytes at offset 0
 | |
| 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
 | |
| QEMU X.Y.Z monitor - type 'help' for more information
 | |
| (qemu)
 | |
| Image resized.
 | |
| (qemu) qemu-io drv0 map
 | |
| 64 KiB (0x10000) bytes     allocated at offset 0 bytes (0x0)
 | |
| *** done
 |