qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1] migration/multifd: correct multifd_send_thread to trace t


From: Juan Quintela
Subject: Re: [PATCH v1] migration/multifd: correct multifd_send_thread to trace the flags
Date: Thu, 16 Mar 2023 15:33:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Wei Wang <wei.w.wang@intel.com> wrote:
> The p->flags could be updated via the send_prepare callback, e.g. OR-ed
> with MULTIFD_FLAG_ZLIB via zlib_send_prepare. Assign p->flags to the
> local "flags" before the send_prepare callback could only get partial of
> p->flags. Fix it by moving the assignment of p->flags to the local flags
> after the callback, so that the correct flags can be traced.
>
> Fixes: ab7cbb0b9a3b ("multifd: Make no compression operations into its own 
> structure")
> Signed-off-by: Wei Wang <wei.w.wang@intel.com>


Reviewed-by: Juan Quintela <quintela@redhat.com>

Good catch.  Thanks.
queued.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]