From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdFwE-0005za-HF for qemu-devel@nongnu.org; Fri, 17 May 2013 04:22:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdFw9-0001Br-Vx for qemu-devel@nongnu.org; Fri, 17 May 2013 04:22:54 -0400 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:53323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdFw9-0001Bk-MU for qemu-devel@nongnu.org; Fri, 17 May 2013 04:22:49 -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 09:18:50 +0100 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 3E15817D801A for ; Fri, 17 May 2013 09:23:55 +0100 (BST) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r4H8Ma2452494548 for ; Fri, 17 May 2013 08:22:36 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r4H8Mjft005311 for ; Fri, 17 May 2013 02:22:46 -0600 Message-ID: <5195E8D4.5020107@de.ibm.com> Date: Fri, 17 May 2013 10:22:44 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <6020fa77df1ada026222d876fdadab0fbe746f41.1365143012.git.hutao@cn.fujitsu.com> <5195D543.70005@de.ibm.com> <20130517074324.GH20302@localhost.localdomain> In-Reply-To: <20130517074324.GH20302@localhost.localdomain> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] vl: new runstate transition: RUN_STATE_GUEST_PANICKED -> RUN_STATE_FINISH_MIGRATE 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 17/05/13 09:43, Hu Tao wrote: > ERROR: invalid runstate transition: 'guest-panicked' -> 'finish-migrate' > > Reported-by: Christian Borntraeger > Signed-off-by: Hu Tao Tested-by: Christian Borntraeger