[Qemu-devel] [PATCH v2 0/6] postcopy block time calculation + ppc32 build fix

Alexey Perevalov posted 6 patches 6 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1521742647-25550-1-git-send-email-a.perevalov@samsung.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 failed
Test s390x passed
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(-)
[Qemu-devel] [PATCH v2 0/6] postcopy block time calculation + ppc32 build fix
Posted by Alexey Perevalov 6 years, 1 month ago
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


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


Re: [Qemu-devel] [PATCH v2 0/6] postcopy block time calculation + ppc32 build fix
Posted by Dr. David Alan Gilbert 6 years, 1 month ago
* 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!

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

Re: [Qemu-devel] [PATCH v2 0/6] postcopy block time calculation + ppc32 build fix
Posted by Dr. David Alan Gilbert 6 years ago
* 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