From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH 0/2] Introduce panic hypercall Date: Tue, 21 Jun 2011 11:09:21 +0300 Message-ID: <4E0051B1.8060801@redhat.com> References: <1308577094-17551-1-git-send-email-gollub@b1-systems.de> <20110620153825.GH13042@redhat.com> <4DFF6B20.7090107@redhat.com> <201106201826.32975.gollub@b1-systems.de> <4DFF76B1.8020509@redhat.com> <20110621060251.GB491@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Daniel Gollub , "Daniel P. Berrange" , kvm@vger.kernel.org, qemu-devel To: Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:16055 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754087Ab1FUIJ3 (ORCPT ); Tue, 21 Jun 2011 04:09:29 -0400 In-Reply-To: <20110621060251.GB491@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 06/21/2011 09:02 AM, Gleb Natapov wrote: > On Mon, Jun 20, 2011 at 07:34:57PM +0300, Avi Kivity wrote: > > >The only two things which came to my mind are: > > > > > > * NMI (aka. ipmitool diag) - already available in qemu/kvm - but requires > > > in-guest kexec/kdump > > > * Hardware-Watchdog (also available in qemu/libvirt) > > > > A watchdog has the advantage that is also detects lockups. > > > And has disadvantage that all time base heuristics are bite us in the > end. The perf-based watchdog counts clocks-not-halted, not time, so it is safe from time issues. We could make the hardware watchdog cheat in the same way. -- error compiling committee.c: too many arguments to function