blob: 2aeb5962f076ff6a6619a7458cbce8fcac0d24e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
qemu-io: Exit code is always zero
The qemu-io always returns zero on exit independently on errors occurred during the command execution.
Example,
$ qemu-io -c 'write 128 234' /tmp/run1/test-1/test.img
offset 128 is not sector aligned
$ echo $?
0
qemu.git HEAD: 41a1a9c42c4e
|