Am 31.10.2011 11:05, schrieb Paolo Bonzini:
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
They can't be more broken: I noticed today that QEMU on W32 aborts
with the default timer (mmtimer) very quickly.
Stefan