qemu-devel
[Top][All Lists]
Advanced

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

Re: [PULL 16/45] vl: Add option to avoid stopping VM upon guest panic


From: Paolo Bonzini
Subject: Re: [PULL 16/45] vl: Add option to avoid stopping VM upon guest panic
Date: Wed, 20 Jan 2021 15:47:58 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

On 20/01/21 14:54, Daniel P. Berrangé wrote:
Why would pause be immediately followed by poweroff ? These are independant
actions, and the mgmt app should be deciding what todo next after the
pause action. It may wish to capture a guest crash image before poweroff.

That's exactly why -action was introduced (and before that, why -no-shutdown affected the behavior of panicking too).

Guest panic will exit QEMU by default, but you can use "-action panic=pause" or "-no-shutdown" to change the default.

Paolo




reply via email to

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