On Mon, 4 Aug 2025 at 15:52, Daniel P. Berrangé <berra...@redhat.com> wrote: > The migration protocol knows whether it is expecting more data or not. > If we want more data, then a call to qemu_fill_buffer must successfully > read at least 1 byte. > If we don't want more data, then we would not have triggered any call > to qemu_fill_buffer. > Thus, a call to qemu_fill_buffer which gets EOF is an error scenario.
* I see. In that case the change looks fine. Reviewed-by: Prasad Pandit <p...@fedoraproject.org> Thank you. --- - Prasad