qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] host_alarm_handler


From: biswaranjan panda
Subject: [Qemu-devel] host_alarm_handler
Date: Fri, 11 Jan 2013 18:30:12 -0500

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

[Prev in Thread] Current Thread [Next in Thread]