Re: [Qemu-devel] [PATCH v2 0/2] block: More robust error handling around perm check

2017-03-07 Thread Kevin Wolf
Am 07.03.2017 um 12:07 hat Fam Zheng geschrieben: > v2: Fix error handling in both patches. [Kevin] > > These are a couple cases added with the op blocker changes, where errp is > available but we still use error_abort. Fix them for obvious reasons. Thanks, applied to the block branch. Kevin

[Qemu-devel] [PATCH v2 0/2] block: More robust error handling around perm check

2017-03-07 Thread Fam Zheng
v2: Fix error handling in both patches. [Kevin] These are a couple cases added with the op blocker changes, where errp is available but we still use error_abort. Fix them for obvious reasons. Fam Zheng (2): block: Don't use error_abort in blk_new_open commit: Don't use error_abort in commit_s