On 10/31/2011 08:23 AM, TeLeMan wrote:
>    static void qemu_rearm_alarm_timer(struct qemu_alarm_timer *t)
>    {
>  -    if (!alarm_has_dynticks(t))
>  +    int64_t nearest_delta_ns;
>  +    assert(alarm_has_dynticks(t));
"mmtimer" and "win32" alarms have no rearm. Should we remove these two alarms?

Yes. I think with iothread they are broken, or almost broken.

Paolo





Reply via email to