From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcWHE-0003nV-Jr for qemu-devel@nongnu.org; Wed, 15 May 2013 03:37:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcWHD-0007aX-Fd for qemu-devel@nongnu.org; Wed, 15 May 2013 03:37:32 -0400 Received: from [222.73.24.84] (port=36653 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcWHD-0007aM-4g for qemu-devel@nongnu.org; Wed, 15 May 2013 03:37:31 -0400 Date: Wed, 15 May 2013 15:36:53 +0800 From: Hu Tao Message-ID: <20130515073653.GB12825@localhost.localdomain> References: <1365146271-6220-1-git-send-email-hutao@cn.fujitsu.com> <51933A18.3040104@de.ibm.com> MIME-Version: 1.0 In-Reply-To: <51933A18.3040104@de.ibm.com> Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Subject: Re: [Qemu-devel] [PATCH v17] Add pvpanic device driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: Peter Maydell , Gleb Natapov , "Michael S. Tsirkin" , Jan Kiszka , seabios@seabios.org, qemu-devel , Markus Armbruster , Blue Swirl , Orit Wasserman , Juan Quintela , Alexander Graf , Andrew Jones , Alex Williamson , Kevin O'Connor , Sasha Levin , Stefan Hajnoczi , Luiz Capitulino , KAMEZAWA Hiroyuki , Anthony Liguori , Marcelo Tosatti , Paolo Bonzini On Wed, May 15, 2013 at 09:32:40AM +0200, Christian Borntraeger wrote: > On 05/04/13 09:17, Hu Tao wrote: > > pvpanic device is used to notify host(qemu) when guest panic happens. > > > > Signed-off-by: Paolo Bonzini > > Signed-off-by: Hu Tao > > Another question: are you planning to provide libvirt support? Currently > I see the guest as paused after a crash. Since there is a crashed state in > libvirt it might make sense to use that. Yep, patch for libvirt is in progress.