Hi,

I was making some changes to qemu and for a particular change I needed to
stop the host_alarm_handler being called because of  SIGALRM.

To disable any SIGALRM being generated, I changed

ev.sigev_notify = SIGEV_NONE;

in *dynticks_start_timer *from ev.sigev_notify = SIGEV_SIGNAL. Yet
I see that host_alarm_handler is invoked when qemu runs.
*
*
Can anyone suggest a way I could disable the SIGALRM ?
*
*
Thanks!
*
*
Biswa* *

Reply via email to