From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlH1U-0000Ol-4e for qemu-devel@nongnu.org; Mon, 03 Nov 2014 07:46:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlH1N-00006i-VC for qemu-devel@nongnu.org; Mon, 03 Nov 2014 07:46:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlH1N-00006d-Os for qemu-devel@nongnu.org; Mon, 03 Nov 2014 07:46:09 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sA3Ck9Gk030906 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 3 Nov 2014 07:46:09 -0500 Date: Mon, 3 Nov 2014 18:16:01 +0530 From: Amit Shah Message-ID: <20141103124600.GF19349@grmbl.mre> References: <1413359710-2799-1-git-send-email-quintela@redhat.com> <1413359710-2799-5-git-send-email-quintela@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1413359710-2799-5-git-send-email-quintela@redhat.com> Subject: Re: [Qemu-devel] [PATCH 4/7] runstate: migration allows more transitions now List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: kwolf@redhat.com, qemu-devel@nongnu.org, laine@redhat.com, lcapitulino@redhat.com On (Wed) 15 Oct 2014 [09:55:07], Juan Quintela wrote: > Next commit would allow to move from incoming migration to error happening on source. > > Should we add more states to this transition? Luiz? Yes; e.g. migrating in suspend-to-ram state. Amit