Re: [Qemu-devel] [PATCH v3 2/4] Introduce attributes to qemu timer subsystem

2018-10-18 Thread Stefan Hajnoczi
On Thu, Oct 18, 2018 at 05:04:29PM +0600, Artem Pisarenko wrote: > Attributes are simple flags, associated with individual timers for their > whole lifetime. > They intended to be used to mark individual timers for special handling by > various qemu features which have integration into qemu-timer

[Qemu-devel] [PATCH v3 2/4] Introduce attributes to qemu timer subsystem

2018-10-18 Thread Artem Pisarenko
Attributes are simple flags, associated with individual timers for their whole lifetime. They intended to be used to mark individual timers for special handling by various qemu features which have integration into qemu-timer. New/init functions family in timer interface updated and refactored (ne