[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH v3 2/8] plat/linuxu: Add linuxu (x86_64) timer support
Hi Costin, On 06/14/2018 04:12 PM, Simon Kuenzer wrote: +static int timer_handler(void *arg __unused) +{ + /* Yes, we handled the irq. */ + return 1; +} After I discussed this with Yuri, I think I understand what's going on here. (You only use the interrupt to wake up, right?) But the comment left me stumped a bit, because you are actually not handling the interrupt, you just claim to have handled it while not doing anything. Can you write a short comment here why not doing anything is the correct behavior, at least for now? Cheers, Florian -- Dr. Florian Schmidt フローリアン・シュミット Research Scientist, Systems and Machine Learning Group NEC Laboratories Europe Kurfürsten-Anlage 36, D-69115 Heidelberg Tel. +49 (0)6221 4342-265 Fax: +49 (0)6221 4342-155 e-mail: florian.schmidt@xxxxxxxxx ============================================================ Registered at Amtsgericht Mannheim, Germany, HRB728558 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |