Revision 37873241

b/hw/hpet.c
411 411
                           (timer->config & HPET_TN_SETVAL))
412 412
                    timer->cmp = (timer->cmp & 0xffffffff00000000ULL)
413 413
                                  | new_val;
414
                else {
414
                if (timer_is_periodic(timer)) {
415 415
                    /*
416 416
                     * FIXME: Clamp period to reasonable min value?
417 417
                     * Clamp period to reasonable max value

Also available in: Unified diff