On Fri, Aug 01, 2025 at 06:02:11PM +0100, Daniel P. Berrangé wrote: > The code handling the return value of qio_channel_read proceses > len == 0 (EOF) separately from len < 1 (error), but in both > cases ends up calling qemu_file_set_error_obj() with -EIO as the > errno. This logic can be merged into one codepath to simplify it. > > Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
Reviewed-by: Peter Xu <pet...@redhat.com> -- Peter Xu