From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBNlL-0004bf-Ja for qemu-devel@nongnu.org; Wed, 25 Apr 2018 12:59:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBNl7-0006YF-LL for qemu-devel@nongnu.org; Wed, 25 Apr 2018 12:59:23 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:53424 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fBNl7-0006WE-Bp for qemu-devel@nongnu.org; Wed, 25 Apr 2018 12:59:09 -0400 Date: Wed, 25 Apr 2018 17:58:53 +0100 From: "Dr. David Alan Gilbert" Message-ID: <20180425165853.GA8971@work-vm> References: <1521742647-25550-1-git-send-email-a.perevalov@samsung.com> <20180329191855.GI2982@work-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180329191855.GI2982@work-vm> Subject: Re: [Qemu-devel] [PATCH v2 0/6] postcopy block time calculation + ppc32 build fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Perevalov Cc: qemu-devel@nongnu.org, v.kuramshin@samsung.com, ash.billore@samsung.com, f4bug@amsat.org, quintela@redhat.com, peterx@redhat.com, lvivier@redhat.com * Dr. David Alan Gilbert (dgilbert@redhat.com) wrote: > * Alexey Perevalov (a.perevalov@samsung.com) wrote: > > V1-V2 > > accidentally appeared __nocheck after rebase > > this patch set also rebased after latest pull request > > > > This patch set includes patches which were reverted by commit > > ee86981bd, due to build problem on 32 powerpc/arm architecture. > > Also it includes patch to fix build > > ([PATCH v4] migration: change blocktime type to uint32_t), but that > > patch was merged into: > > migration: add postcopy blocktime ctx into MigrationIncomingState > > migration: calculate vCPU blocktime on dst side > > migration: add postcopy total blocktime into query-migrate > > OK, lets get this in when 2.13 opens. > > Thanks! Queued. > Dave > > > > > based on > > commit c6740fc88ecd8f5cf3cf3185ee112c3eea41caa2 > > "hw/rdma: Implementation of PVRDMA device" > > > > Alexey Perevalov (6): > > migration: introduce postcopy-blocktime capability > > migration: add postcopy blocktime ctx into MigrationIncomingState > > migration: calculate vCPU blocktime on dst side > > migration: postcopy_blocktime documentation > > migration: add blocktime calculation into migration-test > > migration: add postcopy total blocktime into query-migrate > > > > docs/devel/migration.rst | 14 +++ > > hmp.c | 15 +++ > > migration/migration.c | 51 ++++++++- > > migration/migration.h | 13 +++ > > migration/postcopy-ram.c | 268 ++++++++++++++++++++++++++++++++++++++++++++++- > > migration/trace-events | 6 +- > > qapi/migration.json | 17 ++- > > tests/migration-test.c | 16 +++ > > 8 files changed, 392 insertions(+), 8 deletions(-) > > > > -- > > 2.7.4 > > > -- > Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK > -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK