All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/7] migration queue
@ 2018-10-11 19:25 Dr. David Alan Gilbert (git)
  2018-10-11 19:25 ` [Qemu-devel] [PULL 1/7] tests: Add migration test for aarch64 Dr. David Alan Gilbert (git)
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ 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] 15+ messages in thread

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

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-11 19:25 [Qemu-devel] [PULL 0/7] migration queue Dr. David Alan Gilbert (git)
2018-10-11 19:25 ` [Qemu-devel] [PULL 1/7] tests: Add migration test for aarch64 Dr. David Alan Gilbert (git)
2018-10-11 19:25 ` [Qemu-devel] [PULL 2/7] tests/migration: Enable the migration test on s390x, too Dr. David Alan Gilbert (git)
2018-10-17 19:28   ` Emilio G. Cota
2018-10-18  4:59     ` Thomas Huth
2018-10-18 12:38     ` Thomas Huth
2018-10-18 12:43       ` Emilio G. Cota
2018-10-18 14:53         ` Wei Huang
2018-10-19 10:42           ` Thomas Huth
2018-10-11 19:25 ` [Qemu-devel] [PULL 3/7] migration: Stop postcopy fault thread before notifying Dr. David Alan Gilbert (git)
2018-10-11 19:25 ` [Qemu-devel] [PULL 4/7] vhost-user: Fix userfaultfd leak Dr. David Alan Gilbert (git)
2018-10-11 19:25 ` [Qemu-devel] [PULL 5/7] vhost-user: Don't ask for reply on postcopy mem table set Dr. David Alan Gilbert (git)
2018-10-11 19:25 ` [Qemu-devel] [PULL 6/7] qmp, hmp: make subsystem/system-vendor identities optional Dr. David Alan Gilbert (git)
2018-10-11 19:25 ` [Qemu-devel] [PULL 7/7] migration-test: Only generate a single target architecture Dr. David Alan Gilbert (git)
2018-10-12 10:56 ` [Qemu-devel] [PULL 0/7] migration queue 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.