[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH V3] migration: simplify notifiers
|
From: |
Juan Quintela |
|
Subject: |
Re: [PATCH V3] migration: simplify notifiers |
|
Date: |
Wed, 18 Oct 2023 20:16:49 +0200 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux) |
Steve Sistare <steven.sistare@oracle.com> wrote:
> Pass the callback function to add_migration_state_change_notifier so
> that migration can initialize the notifier on add and clear it on
> delete, which simplifies the call sites. Shorten the function names
> so the extra arg can be added more legibly. Hide the global notifier
> list in a new function migration_call_notifiers, and make it externally
> visible so future live update code can call it.
>
> No functional change.
>
> Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
queued.
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH V3] migration: simplify notifiers,
Juan Quintela <=