qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/14] migration queue
@ 2018-02-06 15:49 Dr. David Alan Gilbert (git)
  2018-02-06 15:49 ` [Qemu-devel] [PULL 01/14] migration: Allow migrate_fd_connect to take an Error * Dr. David Alan Gilbert (git)
                   ` (14 more replies)
  0 siblings, 15 replies; 18+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2018-02-06 15:49 UTC (permalink / raw)
  To: qemu-devel, quintela
  Cc: peterx, lvivier, groug, ross.lagerwall, wei.w.wang, danielhb

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit 2b3805f370521deacab974b9c9ca07d2319a8890:

  Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-02-03-1' into staging (2018-02-05 09:31:37 +0000)

are available in the Git repository at:

  git://github.com/dagrh/qemu.git tags/pull-migration-20180206a

for you to fetch changes up to 875fcd013ab68c64802998b22f54f0184479d21b:

  migration: incoming postcopy advise sanity checks (2018-02-06 14:53:02 +0000)

----------------------------------------------------------------
Migration pull 2018-02-06

This is based off Juan's last pull with a few extras, but
also removing:
   Add migration xbzrle test
   Add migration precopy test

As well as my normal test boxes, I also gave it a test
on a 32 bit ARM box and it seems happy (a Calxeda highbank)
and a big-endian power box.

Dave

----------------------------------------------------------------
Daniel Henrique Barboza (1):
      migration/savevm.c: set MAX_VM_CMD_PACKAGED_SIZE to 1ul << 32

Dr. David Alan Gilbert (3):
      migration: Allow migrate_fd_connect to take an Error *
      migration: Route errors down through migration_channel_connect
      migration: Recover block devices if failure in device state

Greg Kurz (1):
      migration: incoming postcopy advise sanity checks

Juan Quintela (7):
      migration: Drop current address parameter from save_zero_page()
      tests: Remove deprecated migration tests commands
      tests: Consolidate accelerators declaration
      tests: Use consistent names for migration
      tests: Add deprecated commands migration test
      tests: Create migrate-start-postcopy command
      tests: Adjust sleeps for migration test

Ross Lagerwall (1):
      migration: Don't leak IO channels

Wei Wang (1):
      migration: use s->threshold_size inside migration_update_counters

 migration/channel.c    |  32 +++++------
 migration/channel.h    |   3 +-
 migration/exec.c       |   2 +-
 migration/fd.c         |   2 +-
 migration/migration.c  |  15 ++++--
 migration/migration.h  |   2 +-
 migration/ram.c        |  11 ++--
 migration/rdma.c       |   2 +-
 migration/savevm.c     |  25 +++++++--
 migration/socket.c     |   4 +-
 migration/tls.c        |   3 +-
 migration/trace-events |   2 +-
 tests/migration-test.c | 144 ++++++++++++++++++++++++++++++-------------------
 13 files changed, 151 insertions(+), 96 deletions(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [Qemu-devel] [PULL 00/14] migration queue
@ 2017-02-13 17:50 Dr. David Alan Gilbert (git)
  2017-02-14  9:52 ` Peter Maydell
  0 siblings, 1 reply; 18+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2017-02-13 17:50 UTC (permalink / raw)
  To: qemu-devel
  Cc: quintela, ashijeetacharya, amit, pbutsykin, zhang.zhanghailiang

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit df96bfab49dab2d0373e49b51bbb51ce72e1601e:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170213-1' into staging (2017-02-13 10:54:49 +0000)

are available in the git repository at:

  git://github.com/dagrh/qemu.git tags/pull-migration-20170213a

for you to fetch changes up to 982b78c5e37864c06fd7b5f156d80bf02628a855:

  virtio/migration: Migrate virtio-net to VMState (2017-02-13 17:27:14 +0000)

----------------------------------------------------------------
Migration

  Amit: migration: remove myself as maintainer
        MAINTAINERS: update my email address
  Ashijeet: migrate: Introduce zero RAM checks to skip RAM migration
  Pavel: Postcopy release RAM
  Halil: consolidate VMStateField.start
  Hailiang: COLO: fix setting checkpoint-delay not working properly
         COLO: Shutdown related socket fd while do failover
         COLO: Don't process failover request while loading VM's state
  Me:
     migration: Add VMSTATE_UNUSED_VARRAY_UINT32
     migration: Add VMSTATE_WITH_TMP
     tests/migration: Add test for VMSTATE_WITH_TMP
     virtio-net VMState conversion and new VMSTATE macros

----------------------------------------------------------------
Amit Shah (2):
      migration: remove myself as maintainer
      MAINTAINERS: update my email address

Ashijeet Acharya (1):
      migrate: Introduce zero RAM checks to skip RAM migration

Dr. David Alan Gilbert (4):
      migration: Add VMSTATE_UNUSED_VARRAY_UINT32
      migration: Add VMSTATE_WITH_TMP
      tests/migration: Add test for VMSTATE_WITH_TMP
      virtio/migration: Migrate virtio-net to VMState

Halil Pasic (1):
      migration: consolidate VMStateField.start

Pavel Butsykin (3):
      migration: add MigrationState arg for ram_save_/compressed_/page()
      add 'release-ram' migrate capability
      migration: discard non-dirty ram pages after the start of postcopy

zhanghailiang (3):
      COLO: fix setting checkpoint-delay not working properly
      COLO: Shutdown related socket fd while do failover
      COLO: Don't process failover request while loading VM's state

 MAINTAINERS                    |   5 +-
 hw/char/exynos4210_uart.c      |   2 +-
 hw/display/g364fb.c            |   2 +-
 hw/dma/pl330.c                 |   8 +-
 hw/intc/exynos4210_gic.c       |   2 +-
 hw/ipmi/isa_ipmi_bt.c          |   6 +-
 hw/net/virtio-net.c            | 316 +++++++++++++++++++++++++++--------------
 hw/net/vmxnet3.c               |   2 +-
 hw/nvram/mac_nvram.c           |   2 +-
 hw/nvram/spapr_nvram.c         |   2 +-
 hw/sd/sdhci.c                  |   2 +-
 hw/timer/m48t59.c              |   2 +-
 include/hw/virtio/virtio-net.h |   4 +-
 include/migration/colo.h       |   2 +
 include/migration/migration.h  |  10 ++
 include/migration/qemu-file.h  |   3 +-
 include/migration/vmstate.h    |  51 +++++--
 migration/colo.c               | 102 +++++++++++--
 migration/migration.c          |  16 +++
 migration/qemu-file.c          |  59 +++++++-
 migration/ram.c                |  78 ++++++++--
 migration/savevm.c             |   2 +-
 migration/vmstate.c            |  44 +++++-
 qapi-schema.json               |   9 +-
 target/s390x/machine.c         |   2 +-
 tests/test-vmstate.c           |  98 ++++++++++++-
 util/fifo8.c                   |   2 +-
 27 files changed, 648 insertions(+), 185 deletions(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2018-02-07 14:39 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-06 15:49 [Qemu-devel] [PULL 00/14] migration queue Dr. David Alan Gilbert (git)
2018-02-06 15:49 ` [Qemu-devel] [PULL 01/14] migration: Allow migrate_fd_connect to take an Error * Dr. David Alan Gilbert (git)
2018-02-06 15:49 ` [Qemu-devel] [PULL 02/14] migration: Route errors down through migration_channel_connect Dr. David Alan Gilbert (git)
2018-02-06 15:49 ` [Qemu-devel] [PULL 03/14] migration/savevm.c: set MAX_VM_CMD_PACKAGED_SIZE to 1ul << 32 Dr. David Alan Gilbert (git)
2018-02-06 15:49 ` [Qemu-devel] [PULL 04/14] migration: use s->threshold_size inside migration_update_counters Dr. David Alan Gilbert (git)
2018-02-06 15:49 ` [Qemu-devel] [PULL 05/14] migration: Drop current address parameter from save_zero_page() Dr. David Alan Gilbert (git)
2018-02-06 15:49 ` [Qemu-devel] [PULL 06/14] tests: Remove deprecated migration tests commands Dr. David Alan Gilbert (git)
2018-02-06 15:49 ` [Qemu-devel] [PULL 07/14] tests: Consolidate accelerators declaration Dr. David Alan Gilbert (git)
2018-02-06 15:49 ` [Qemu-devel] [PULL 08/14] tests: Use consistent names for migration Dr. David Alan Gilbert (git)
2018-02-06 15:49 ` [Qemu-devel] [PULL 09/14] tests: Add deprecated commands migration test Dr. David Alan Gilbert (git)
2018-02-06 15:49 ` [Qemu-devel] [PULL 10/14] tests: Create migrate-start-postcopy command Dr. David Alan Gilbert (git)
2018-02-06 15:49 ` [Qemu-devel] [PULL 11/14] tests: Adjust sleeps for migration test Dr. David Alan Gilbert (git)
2018-02-06 15:49 ` [Qemu-devel] [PULL 12/14] migration: Recover block devices if failure in device state Dr. David Alan Gilbert (git)
2018-02-06 15:49 ` [Qemu-devel] [PULL 13/14] migration: Don't leak IO channels Dr. David Alan Gilbert (git)
2018-02-06 15:49 ` [Qemu-devel] [PULL 14/14] migration: incoming postcopy advise sanity checks Dr. David Alan Gilbert (git)
2018-02-07 14:38 ` [Qemu-devel] [PULL 00/14] migration queue Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2017-02-13 17:50 Dr. David Alan Gilbert (git)
2017-02-14  9:52 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).