On Thu, Oct 05, 2023 at 09:57:58AM -0300, Fabiano Rosas wrote: > > @@ -2008,9 +1996,14 @@ static void *source_return_path_thread(void *opaque) > > } > > > > out: > > - if (qemu_file_get_error(rp)) { > > + if (err) { > > Need to keep both checks here.
The next patch did that. Let me squash that into this.. Thanks, -- Peter Xu