|
| From: | Juan Quintela |
| Subject: | Re: [Qemu-devel] [PATCH 03/12] migration: Switch to using announcement timer |
| Date: | Tue, 30 May 2017 12:10:58 +0200 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Vladislav Yasevich <address@hidden> wrote:
> Switch qemu_announce_self and virtio annoucements to use
> the announcement timer framework. This makes sure that both
> timers use the same timeouts and number of annoucement attempts
>
> Based on work by Dr. David Alan Gilbert <address@hidden>
>
> Signed-off-by: Vladislav Yasevich <address@hidden>
> static void qemu_announce_self_once(void *opaque)
> {
> - static int count = SELF_ANNOUNCE_ROUNDS;
> - QEMUTimer *timer = *(QEMUTimer **)opaque;
> + AnnounceTimer *timer = (AnnounceTimer *)opaque;
Cast from void * is never needed.
| [Prev in Thread] | Current Thread | [Next in Thread] |