[Qemu-devel] [PULL 0/7] Migration PULL requset

Juan Quintela posted 7 patches 8 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170607095926.1834-1-quintela@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
migration/migration.c |  59 ++++++-------
migration/ram.c       | 233 +++++++++++++++++++-------------------------------
migration/ram.h       |  15 +---
migration/savevm.c    |   1 -
4 files changed, 114 insertions(+), 194 deletions(-)
[Qemu-devel] [PULL 0/7] Migration PULL requset
Posted by Juan Quintela 8 years, 5 months ago
Hi

This is the migration pull requset, it contains:
- fix for segfault of io tests (QingFeng)
- half of make consistent output
- Make RAMState dynamic.

Please, apply.

Thanks, Juan.

The following changes since commit 65dfad62a176f5265f801683be64149c5ad55f7d:

  Merge remote-tracking branch 'remotes/xtensa/tags/20170606-xtensa' into staging (2017-06-06 17:00:12 +0100)

are available in the git repository at:

  git://github.com/juanquintela/qemu.git tags/migration/20170607

for you to fetch changes up to eefff991d059d299b917627d2a95bce34d2f97f3:

  qemu/migration: fix the double free problem on from_src_file (2017-06-07 10:20:56 +0200)

----------------------------------------------------------------
migration/next for 20170607

----------------------------------------------------------------
Juan Quintela (6):
      ram: Unfold get_xbzrle_cache_stats() into populate_ram_info()
      ram: We only print throttling information sometimes
      ram: Call migration_page_queue_free() at ram_migration_cleanup()
      ram: Move ZERO_TARGET_PAGE inside XBZRLE
      ram: Use MigrationStats for statistics
      ram: Make RAMState dynamic

QingFeng Hao (1):
      qemu/migration: fix the double free problem on from_src_file

 migration/migration.c |  59 ++++++-------
 migration/ram.c       | 233 +++++++++++++++++++-------------------------------
 migration/ram.h       |  15 +---
 migration/savevm.c    |   1 -
 4 files changed, 114 insertions(+), 194 deletions(-)

Re: [Qemu-devel] [PULL 0/7] Migration PULL requset
Posted by Peter Maydell 8 years, 5 months ago
On 7 June 2017 at 10:59, Juan Quintela <quintela@redhat.com> wrote:
> Hi
>
> This is the migration pull requset, it contains:
> - fix for segfault of io tests (QingFeng)
> - half of make consistent output
> - Make RAMState dynamic.
>
> Please, apply.
>
> Thanks, Juan.
>
> The following changes since commit 65dfad62a176f5265f801683be64149c5ad55f7d:
>
>   Merge remote-tracking branch 'remotes/xtensa/tags/20170606-xtensa' into staging (2017-06-06 17:00:12 +0100)
>
> are available in the git repository at:
>
>   git://github.com/juanquintela/qemu.git tags/migration/20170607
>
> for you to fetch changes up to eefff991d059d299b917627d2a95bce34d2f97f3:
>
>   qemu/migration: fix the double free problem on from_src_file (2017-06-07 10:20:56 +0200)
>
> ----------------------------------------------------------------
> migration/next for 20170607
>
> ----------------------------------------------------------------
> Juan Quintela (6):
>       ram: Unfold get_xbzrle_cache_stats() into populate_ram_info()
>       ram: We only print throttling information sometimes
>       ram: Call migration_page_queue_free() at ram_migration_cleanup()
>       ram: Move ZERO_TARGET_PAGE inside XBZRLE
>       ram: Use MigrationStats for statistics
>       ram: Make RAMState dynamic
>
> QingFeng Hao (1):
>       qemu/migration: fix the double free problem on from_src_file
>
>  migration/migration.c |  59 ++++++-------
>  migration/ram.c       | 233 +++++++++++++++++++-------------------------------
>  migration/ram.h       |  15 +---
>  migration/savevm.c    |   1 -
>  4 files changed, 114 insertions(+), 194 deletions(-)

Applied, thanks.

-- PMM