All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/7] migration queue
@ 2017-09-27 13:57 Dr. David Alan Gilbert (git)
  2017-09-27 13:57 ` [Qemu-devel] [PULL 1/7] migration: disable auto-converge during bulk block migration Dr. David Alan Gilbert (git)
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2017-09-27 13:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: pl, quintela

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

The following changes since commit 31bc1d8481af414cfa2857f905e40f7d8e6d5b2e:

  Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging (2017-09-26 19:49:08 +0100)

are available in the git repository at:

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

for you to fetch changes up to 2f168d0708581c33baf6c78d75a89e8cd705f9f6:

  migration: Route more error paths (2017-09-27 11:44:18 +0100)

----------------------------------------------------------------
Migration pull 2017-09-27

----------------------------------------------------------------
Dr. David Alan Gilbert (6):
      migration: pre_save return int
      migration: check pre_save return in vmstate_save_state
      migration: Check field save returns
      migration: wire vmstate_save_state errors up to vmstate_subsection_save
      migration: Route errors up through vmstate_save
      migration: Route more error paths

Peter Lieven (1):
      migration: disable auto-converge during bulk block migration

 docs/devel/migration.txt       |  2 +-
 hw/arm/pxa2xx.c                |  4 +++-
 hw/arm/strongarm.c             |  4 +++-
 hw/audio/wm8750.c              |  4 +++-
 hw/block/fdc.c                 |  4 +++-
 hw/block/m25p80.c              |  4 +++-
 hw/block/nand.c                |  4 +++-
 hw/block/onenand.c             |  4 +++-
 hw/char/serial.c               |  4 +++-
 hw/display/qxl.c               |  4 +++-
 hw/display/virtio-gpu.c        |  4 +---
 hw/i2c/core.c                  |  4 +++-
 hw/i386/kvm/clock.c            |  4 +++-
 hw/ide/core.c                  |  4 +++-
 hw/ide/pci.c                   |  4 +++-
 hw/input/ps2.c                 |  8 ++++++--
 hw/input/tsc210x.c             |  4 +++-
 hw/intc/apic_common.c          |  4 +++-
 hw/intc/arm_gic_common.c       |  4 +++-
 hw/intc/arm_gicv3_common.c     |  4 +++-
 hw/intc/arm_gicv3_its_common.c |  4 +++-
 hw/intc/i8259_common.c         |  4 +++-
 hw/intc/ioapic_common.c        |  4 +++-
 hw/intc/s390_flic_kvm.c        |  6 ++++--
 hw/intc/xics.c                 |  8 ++++++--
 hw/net/e1000.c                 |  4 +++-
 hw/net/e1000e.c                |  4 +++-
 hw/net/rtl8139.c               |  4 +++-
 hw/net/virtio-net.c            | 16 ++++++++++++----
 hw/net/vmxnet3.c               |  4 +++-
 hw/pci-host/piix.c             |  4 +++-
 hw/ppc/ppc.c                   |  4 +++-
 hw/ppc/spapr_iommu.c           |  4 +++-
 hw/ppc/spapr_pci.c             |  6 ++++--
 hw/s390x/css.c                 | 10 +++++++---
 hw/s390x/virtio-ccw.c          |  4 +++-
 hw/scsi/lsi53c895a.c           |  4 +++-
 hw/scsi/vmw_pvscsi.c           |  4 +++-
 hw/timer/cadence_ttc.c         |  4 +++-
 hw/timer/hpet.c                |  4 +++-
 hw/timer/i8254_common.c        |  4 +++-
 hw/timer/mc146818rtc.c         |  4 +++-
 hw/timer/pl031.c               |  4 +++-
 hw/timer/twl92230.c            |  4 +++-
 hw/usb/dev-smartcard-reader.c  |  4 +++-
 hw/usb/hcd-ehci.c              |  4 +++-
 hw/usb/redirect.c              |  4 +++-
 hw/virtio/vhost-vsock.c        |  4 +++-
 hw/virtio/virtio.c             | 13 +++++++------
 include/hw/virtio/virtio.h     |  2 +-
 include/migration/vmstate.h    |  6 +++---
 migration/block.c              |  5 +++++
 migration/block.h              |  7 +++++++
 migration/colo-comm.c          |  4 +++-
 migration/global_state.c       |  4 +++-
 migration/ram.c                |  6 +++++-
 migration/savevm.c             | 23 ++++++++++++++++------
 migration/trace-events         |  1 +
 migration/vmstate-types.c      | 11 ++++++++---
 migration/vmstate.c            | 43 +++++++++++++++++++++++++++++++-----------
 replay/replay-snapshot.c       |  4 +++-
 slirp/slirp.c                  |  8 ++++++--
 target/arm/machine.c           |  4 +++-
 target/i386/machine.c          |  7 +++++--
 target/ppc/machine.c           |  4 +++-
 target/s390x/machine.c         |  4 +++-
 target/sparc/machine.c         |  4 +++-
 tests/test-vmstate.c           | 13 +++++++++----
 68 files changed, 288 insertions(+), 105 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [Qemu-devel] [PULL 0/7] migration queue
@ 2018-10-11 19:25 Dr. David Alan Gilbert (git)
  2018-10-12 10:56 ` Peter Maydell
  0 siblings, 1 reply; 11+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2018-10-11 19:25 UTC (permalink / raw)
  To: qemu-devel, quintela; +Cc: wei, thuth, i.maximets, den

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

The following changes since commit 75e50c80e051423a6f55a34ee4a1eec842444a5b:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-10-10' into staging (2018-10-11 10:43:37 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 36bd9e3c8b049cb9124e04ed8bf8f9451d63de03:

  migration-test: Only generate a single target architecture (2018-10-11 19:58:26 +0100)

----------------------------------------------------------------
Migration pull 2018-10-11

With one bonus HMP/PCI fix from Denis.

----------------------------------------------------------------
Denis V. Lunev (1):
      qmp, hmp: make subsystem/system-vendor identities optional

Ilya Maximets (3):
      migration: Stop postcopy fault thread before notifying
      vhost-user: Fix userfaultfd leak
      vhost-user: Don't ask for reply on postcopy mem table set

Juan Quintela (1):
      migration-test: Only generate a single target architecture

Thomas Huth (1):
      tests/migration: Enable the migration test on s390x, too

Wei Huang (1):
      tests: Add migration test for aarch64

 hmp.c                                |   6 +-
 hw/pci/pci.c                         |  13 +-
 hw/virtio/vhost-user.c               |  20 ++-
 migration/postcopy-ram.c             |  11 +-
 qapi/misc.json                       |   4 +-
 tests/Makefile.include               |   2 +
 tests/migration-test.c               |  51 ++++++-
 tests/migration/Makefile             |  25 ++--
 tests/migration/aarch64/Makefile     |  18 +++
 tests/migration/aarch64/a-b-kernel.S |  75 +++++++++++
 tests/migration/aarch64/a-b-kernel.h |  18 +++
 tests/migration/migration-test.h     |  13 ++
 tests/migration/s390x/Makefile       |  24 ++++
 tests/migration/s390x/a-b-bios.c     |  36 +++++
 tests/migration/s390x/a-b-bios.h     | 253 +++++++++++++++++++++++++++++++++++
 15 files changed, 531 insertions(+), 38 deletions(-)
 create mode 100644 tests/migration/aarch64/Makefile
 create mode 100644 tests/migration/aarch64/a-b-kernel.S
 create mode 100644 tests/migration/aarch64/a-b-kernel.h
 create mode 100644 tests/migration/s390x/Makefile
 create mode 100644 tests/migration/s390x/a-b-bios.c
 create mode 100644 tests/migration/s390x/a-b-bios.h

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

end of thread, other threads:[~2018-10-12 10:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-27 13:57 [Qemu-devel] [PULL 0/7] migration queue Dr. David Alan Gilbert (git)
2017-09-27 13:57 ` [Qemu-devel] [PULL 1/7] migration: disable auto-converge during bulk block migration Dr. David Alan Gilbert (git)
2017-09-27 13:57 ` [Qemu-devel] [PULL 2/7] migration: pre_save return int Dr. David Alan Gilbert (git)
2017-09-27 13:57 ` [Qemu-devel] [PULL 3/7] migration: check pre_save return in vmstate_save_state Dr. David Alan Gilbert (git)
2017-09-27 13:57 ` [Qemu-devel] [PULL 4/7] migration: Check field save returns Dr. David Alan Gilbert (git)
2017-09-27 13:57 ` [Qemu-devel] [PULL 5/7] migration: wire vmstate_save_state errors up to vmstate_subsection_save Dr. David Alan Gilbert (git)
2017-09-27 13:57 ` [Qemu-devel] [PULL 6/7] migration: Route errors up through vmstate_save Dr. David Alan Gilbert (git)
2017-09-27 13:57 ` [Qemu-devel] [PULL 7/7] migration: Route more error paths Dr. David Alan Gilbert (git)
2017-09-27 23:29 ` [Qemu-devel] [PULL 0/7] migration queue Peter Maydell
2018-10-11 19:25 Dr. David Alan Gilbert (git)
2018-10-12 10:56 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.