On 7 June 2017 at 10:59, Juan Quintela <quint...@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