Re: [PATCH v10] kvm: notify host when the guest is panicked

2012-08-30 Thread Sasha Levin
On 08/30/2012 04:03 AM, Wen Congyang wrote: > At 08/29/2012 07:56 PM, Sasha Levin Wrote: >> On 08/29/2012 07:18 AM, Wen Congyang wrote: >>> diff --git a/Documentation/virtual/kvm/pv_event.txt >>> b/Documentation/virtual/kvm/pv_event.txt >>> new file mode 100644 >>> index 000..bb04de0 >>> --- /

Re: [PATCH v10] kvm: notify host when the guest is panicked

2012-08-29 Thread Wen Congyang
At 08/29/2012 07:56 PM, Sasha Levin Wrote: > On 08/29/2012 07:18 AM, Wen Congyang wrote: >> We can know the guest is panicked when the guest runs on xen. >> But we do not have such feature on kvm. >> >> Another purpose of this feature is: management app(for example: >> libvirt) can do auto dump whe

Re: [PATCH v10] kvm: notify host when the guest is panicked

2012-08-29 Thread Sasha Levin
On 08/29/2012 07:18 AM, Wen Congyang wrote: > We can know the guest is panicked when the guest runs on xen. > But we do not have such feature on kvm. > > Another purpose of this feature is: management app(for example: > libvirt) can do auto dump when the guest is panicked. If management > app does