From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVHWk-0000OP-IB for qemu-devel@nongnu.org; Thu, 25 Apr 2013 04:27:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVHWf-0000v8-Qa for qemu-devel@nongnu.org; Thu, 25 Apr 2013 04:27:38 -0400 Received: from mail-pd0-f172.google.com ([209.85.192.172]:49015) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVHWf-0000uy-KB for qemu-devel@nongnu.org; Thu, 25 Apr 2013 04:27:33 -0400 Received: by mail-pd0-f172.google.com with SMTP id 4so1670981pdd.31 for ; Thu, 25 Apr 2013 01:27:32 -0700 (PDT) Message-ID: <5178E8F0.50004@gmail.com> Date: Thu, 25 Apr 2013 16:27:28 +0800 From: Liu Yuan MIME-Version: 1.0 References: <1366822079-6582-1-git-send-email-namei.unix@gmail.com> <5178AD4A.6050306@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [sheepdog] [PATCH v2] sheepdog: fix loadvm operation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: MORITA Kazutaka Cc: Kevin Wolf , sheepdog@lists.wpkg.org, qemu-devel@nongnu.org, Stefan Hajnoczi On 04/25/2013 04:11 PM, MORITA Kazutaka wrote: > Are you suggesting that booting from snapshot should discard the > current state like savevm? If yes, it looks okay to me. Yeah, this will make code cleaner. I'll update v3. Thanks Yuan