Re: [Qemu-devel] [PATCH 1/1] block: improve error handling in raw_open

2016-07-27 Thread Halil Pasic
On 07/27/2016 05:28 PM, Halil Pasic wrote: > Make raw_open for POSIX more consistent in handling errors by setting > the error object also when qemu_open fails. The error object was set > generally set in case of errors, but I guess this case was overlooked. > Do the same for win32. > > Signed-o

[Qemu-devel] [PATCH 1/1] block: improve error handling in raw_open

2016-07-27 Thread Halil Pasic
Make raw_open for POSIX more consistent in handling errors by setting the error object also when qemu_open fails. The error object was set generally set in case of errors, but I guess this case was overlooked. Do the same for win32. Signed-off-by: Halil Pasic Reviewed-by: Sascha Silbe Tested-by:

[Qemu-devel] [PATCH 1/1] block: improve error handling in raw_open

2016-07-18 Thread Halil Pasic
Make raw_open for POSIX more consistent in handling errors by setting the error object also when qemu_open fails. The error object was generally set in case of errors, but I guess this case was overlooked. Do the same for win32. Signed-off-by: Halil Pasic Reviewed-by: Cornelia Huck Reviewed-by: