diff options
author | Max Reitz <mreitz@redhat.com> | 2013-10-11 11:37:01 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2013-10-11 16:50:00 +0200 |
commit | e428e439df4d92ac42cb913a1dd19b86155eae86 (patch) | |
tree | b8b0d79b804110eb6184bf946872689e234ce77c /tests | |
parent | 5dd75f9afbea2e4e370c96676d34676e6f6b95b7 (diff) | |
download | qemu-e428e439df4d92ac42cb913a1dd19b86155eae86.tar.gz qemu-e428e439df4d92ac42cb913a1dd19b86155eae86.tar.bz2 qemu-e428e439df4d92ac42cb913a1dd19b86155eae86.zip |
block/raw-posix: Employ error parameter
Make use of the error parameter in the opening and creating functions in
block/raw-posix.c.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qemu-iotests/051.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/051.out b/tests/qemu-iotests/051.out index 04bb236655..e58776a046 100644 --- a/tests/qemu-iotests/051.out +++ b/tests/qemu-iotests/051.out @@ -223,6 +223,6 @@ Testing: -drive file=foo:bar QEMU_PROG: -drive file=foo:bar: could not open disk image foo:bar: Unknown protocol Testing: -drive file.filename=foo:bar -QEMU_PROG: -drive file.filename=foo:bar: could not open disk image ide0-hd0: Could not open 'foo:bar': No such file or directory +QEMU_PROG: -drive file.filename=foo:bar: could not open disk image ide0-hd0: Could not open file: No such file or directory *** done |