lkml.org 
[lkml]   [2012]   [Jun]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [Qemu-devel] [PATCH 3/3] deal with guest panicked event
On Tue, 12 Jun 2012 14:55:37 +0800
Wen Congyang <wency@cn.fujitsu.com> wrote:

> >> +static void panicked_perform_action(void)
> >> +{
> >> + switch(panicked_action) {
> >> + case PANICKED_REPORT:
> >> + panicked_mon_event("report");
> >> + break;
> >> +
> >> + case PANICKED_PAUSE:
> >> + panicked_mon_event("pause");
> >> + vm_stop(RUN_STATE_GUEST_PANICKED);
> >> + break;
> >> +
> >> + case PANICKED_QUIT:
> >> + panicked_mon_event("quit");
> >> + exit(0);
> >> + break;
> >> + }
> >
> > Having the data argument is not needed/wanted. The mngt app can guess it if it
> > needs to know it, but I think it doesn't want to.
>
> Libvirt will do something when the kernel is panicked, so it should know the action
> in qemu side.

But the action will be set by libvirt itself, no?


\
 
 \ /
  Last update: 2012-06-12 15:22    [from the cache]
©2003-2011 Jasper Spaans