Sorry,I was misunderstanding it.
If The main loop will iterate again, it is unquestionable.
--
E.Furukawa
> On Thu, Dec 06, 2012 at 12:30:19AM +, Furukawa, Eiji wrote:
> >
> > The select() do not masked signal in os_host_main_loop_wait.
> >
> > For example, qemu-timer.c gives SIGALRM regul
On Thu, Dec 06, 2012 at 12:30:19AM +, Furukawa, Eiji wrote:
>
> The select() do not masked signal in os_host_main_loop_wait.
>
> For example, qemu-timer.c gives SIGALRM regularly.
> Even if a buffer of select is empty,
What does "a buffer of select is empty" mean?
> I think that it is a pr
jnoczi [mailto:stefa...@gmail.com]
> Sent: Thursday, November 29, 2012 11:18 PM
> To: Furukawa, Eiji/古川 英治
> Cc: qemu-devel@nongnu.org
> Subject: Re: [Qemu-devel] main-loop.c: About Select handling
>
> On Wed, Nov 28, 2012 at 03:08:24AM +, Furukawa, Eiji wrote:
> > Abo
On Wed, Nov 28, 2012 at 03:08:24AM +, Furukawa, Eiji wrote:
> About a source of qemu-1.2.0/main-loop.c
> The select handling of os_host_main_loop_wait function
> I do not seem to do Exit by interrupts such as SIGUSR1
> Will not it be necessary to make modifications?
>
> Before
> LineNumber:30