|
| From: | Juan Quintela |
| Subject: | Re: [PATCH v4] migration: Support QLIST migration |
| Date: | Wed, 23 Oct 2019 10:06:00 +0200 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) |
Eric Auger <address@hidden> wrote:
> Support QLIST migration using the same principle as QTAILQ:
> 94869d5c52 ("migration: migrate QTAILQ").
>
> The VMSTATE_QLIST_V macro has the same proto as VMSTATE_QTAILQ_V.
> The change mainly resides in QLIST RAW macros: QLIST_RAW_INSERT_HEAD
> and QLIST_RAW_REVERSE.
>
> Tests also are provided.
>
> Signed-off-by: Eric Auger <address@hidden>
Reviewed-by: Juan Quintela <address@hidden>
With the minor fix found by peter.
| [Prev in Thread] | Current Thread | [Next in Thread] |