From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDYF9-0005Qr-Tg for qemu-devel@nongnu.org; Fri, 10 Jul 2015 09:21:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZDYF5-0001lq-TO for qemu-devel@nongnu.org; Fri, 10 Jul 2015 09:21:31 -0400 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:34320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDYF5-0001kk-Jo for qemu-devel@nongnu.org; Fri, 10 Jul 2015 09:21:27 -0400 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 10 Jul 2015 14:21:24 +0100 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 83EA11B08023 for ; Fri, 10 Jul 2015 14:22:33 +0100 (BST) Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t6ADLLF635455110 for ; Fri, 10 Jul 2015 13:21:21 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t6ADLLNe015699 for ; Fri, 10 Jul 2015 07:21:21 -0600 Message-ID: <559FC6D0.8000903@de.ibm.com> Date: Fri, 10 Jul 2015 15:21:20 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1436533106-17011-1-git-send-email-quintela@redhat.com> In-Reply-To: <1436533106-17011-1-git-send-email-quintela@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] Fix global state with savevm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela , qemu-devel@nongnu.org Cc: amit.shah@redhat.com, dgilbert@redhat.com Am 10.07.2015 um 14:58 schrieb Juan Quintela: > Hi > > Store global state for both savevm & migration in a single place. > Register globalstate save handler before loadvm happens. > > Please, review. > > Juan Quintela (2): > migration: Register global state section before loadvm > migration: store globalstate in pre_safe > > migration/migration.c | 30 ++++++++++++------------------ > vl.c | 2 +- > 2 files changed, 13 insertions(+), 19 deletions(-) > Patch 2 does not seem to fit on 2.4.0-rc0 without fixing up a bit. I fixed up but a 2.4.0-rc0 + patches managesave/start on s390 gives me ERROR: invalid runstate transition: 'inmigrate' -> 'finish-migrate' Christian