Re: [PATCH 1/2] pvpanic: introduce crashloaded for pvpanic

2020-01-21 Thread Markus Armbruster
Paolo Bonzini writes: > On 21/01/20 09:22, Markus Armbruster wrote: >> zhenwei pi writes: >> >>> Add bit 1 for pvpanic. This bit means that guest hits a panic, but >>> guest wants to handle error by itself. Typical case: Linux guest runs >>> kdump in panic. It will help us to separate the abnor

Re: [PATCH 1/2] pvpanic: introduce crashloaded for pvpanic

2020-01-21 Thread Paolo Bonzini
On 21/01/20 09:22, Markus Armbruster wrote: > zhenwei pi writes: > >> Add bit 1 for pvpanic. This bit means that guest hits a panic, but >> guest wants to handle error by itself. Typical case: Linux guest runs >> kdump in panic. It will help us to separate the abnormal reboot from >> normal opera

Re: [PATCH 1/2] pvpanic: introduce crashloaded for pvpanic

2020-01-21 Thread Markus Armbruster
zhenwei pi writes: > Add bit 1 for pvpanic. This bit means that guest hits a panic, but > guest wants to handle error by itself. Typical case: Linux guest runs > kdump in panic. It will help us to separate the abnormal reboot from > normal operation. > > Signed-off-by: zhenwei pi > --- > docs/s

Re: [PATCH 1/2] pvpanic: introduce crashloaded for pvpanic

2020-01-18 Thread Paolo Bonzini
On 14/01/20 03:31, zhenwei pi wrote: > Add bit 1 for pvpanic. This bit means that guest hits a panic, but > guest wants to handle error by itself. Typical case: Linux guest runs > kdump in panic. It will help us to separate the abnormal reboot from > normal operation. > > Signed-off-by: zhenwei pi