On 06/11/2018 00:16, Eric Blake wrote: > On 10/18/18 3:31 PM, Paolo Bonzini wrote: >> From: Artem Pisarenko <artem.k.pisare...@gmail.com> >> >> Attributes are simple flags, associated with individual timers for their >> whole lifetime. They intended to be used to mark individual timers for >> special handling when they fire. >> >> New/init functions family in timer interface updated and refactored (new >> 'attribute' argument added, timer_list replaced with >> timer_list_group+type >> combinations, comments improved to avoid info duplication). Also >> existing >> aio interface extended with attribute-enabled variants of functions, >> which create/initialize timers. >> >> Signed-off-by: Artem Pisarenko <artem.k.pisare...@gmail.com> >> Message-Id: >> <f47b81dbce734e9806f9516eba8ca588e6321c2f.1539764043.git.artem.k.pisare...@gmail.com> >> >> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> >> --- > > git bisect points to this patch as the reason that 'make check' is > failing for me with:
I think you have a stale file somewhere, because "git grep timer_init_tl 89a603a0c80ae3d6a8711571550b2ae9a01ea909" shows no occurrences. Paolo