Statistics
| Branch: | Revision:

root / tests / qemu-iotests / 016.out @ 08e4ed6c

History | View | Annotate | Download (783 Bytes)

# Date Author Comment
8655d2de 05/10/2012 11:32 am Paolo Bonzini

qemu-io: correctly print non-integer values as decimals

qemu-io's cvtstr function sometimes will incorrectly omit the
decimal part of the number, and sometimes will incorrectly include
it. This patch fixes both. The former is more serious, and can
be seen in the patches to 027.out and 033.out....

4bacf057 02/22/2012 05:17 pm Christoph Hellwig

qemu-iotests: test I/O after EOF for growable files

Signed-off-by: Christoph Hellwig <>
Reviwed-by: Kevin Wolf <>