From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdEdQ-0007er-Qa for qemu-devel@nongnu.org; Fri, 17 May 2013 02:59:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdEdP-0001sh-Eq for qemu-devel@nongnu.org; Fri, 17 May 2013 02:59:24 -0400 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:36619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdEdP-0001sR-4m for qemu-devel@nongnu.org; Fri, 17 May 2013 02:59:23 -0400 Received: from /spool/local by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 17 May 2013 07:55:20 +0100 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id A56111B0806B for ; Fri, 17 May 2013 07:59:17 +0100 (BST) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps4075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r4H6x72Q37093490 for ; Fri, 17 May 2013 06:59:07 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r4H6xGke012085 for ; Fri, 17 May 2013 00:59:17 -0600 Message-ID: <5195D543.70005@de.ibm.com> Date: Fri, 17 May 2013 08:59:15 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <6020fa77df1ada026222d876fdadab0fbe746f41.1365143012.git.hutao@cn.fujitsu.com> In-Reply-To: <6020fa77df1ada026222d876fdadab0fbe746f41.1365143012.git.hutao@cn.fujitsu.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v17 1/6] add a new runstate: RUN_STATE_GUEST_PANICKED List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hu Tao Cc: Peter Maydell , Gleb Natapov , "Michael S. Tsirkin" , Jan Kiszka , qemu-devel , Markus Armbruster , Blue Swirl , Orit Wasserman , Juan Quintela , Alexander Graf , Andrew Jones , Alex Williamson , Sasha Levin , Stefan Hajnoczi , Luiz Capitulino , KAMEZAWA Hiroyuki , Anthony Liguori , Marcelo Tosatti , Paolo Bonzini On 05/04/13 08:36, Hu Tao wrote: > The guest will be in this state when it is panicked. > > Signed-off-by: Wen Congyang > Signed-off-by: Hu Tao This actually broken virsh dump without --memory-only: ERROR: invalid runstate transition: 'guest-panicked' -> 'finish-migrate' (virsh dump without memory-only falls back to migrate "exec: cat > dumpfile") Christian