qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [5055] Handle terminating signals (Gerd Hoffmann)


From: Jan Kiszka
Subject: [Qemu-devel] Re: [5055] Handle terminating signals (Gerd Hoffmann)
Date: Fri, 22 Aug 2008 15:21:39 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

Gerd Hoffmann wrote:
>>>> --- a/vl.c
>>>> +++ b/vl.c
>>>> @@ -7624,8 +7624,10 @@ static int main_loop(void)
>>>>                  timeout = 0;
>>>>              }
>>>>          } else {
>>>> -            if (shutdown_requested)
>>>> +            if (shutdown_requested) {
>>>> +                ret = EXCP_INTERRUPT;
>>>>                  break;
>>>> +            }
>>> Fix looks fine to me.
>> So we don't need to bother about no_shutdown in this path?
> 
> I don't think so.  The no_shutdown makes qemu stop the vm instead of
> exiting instantly, probably to allow analyzing the situation in case of
> a guest-triggered shutdown.  There is no point in doing so in case the
> vm already is in stopped state.

OK, makes sense.

Jan

-- 
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux




reply via email to

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