mbox

[PULL,0/8] migration: fixes

Message ID cover.1465541858.git.amit.shah@redhat.com
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/migration-for-2.7-2

Message

Amit Shah June 10, 2016, 7 a.m. UTC
The following changes since commit 0c33682d5f29b0a4ae53bdec4c8e52e4fae37b34:

  target-i386: Move user-mode exception actions out of user-exec.c (2016-06-09 15:55:02 +0100)

are available in the git repository at:

  https://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/migration-for-2.7-2

for you to fetch changes up to 05db906b8a77df70922e836d629c7f545b97dad7:

  migration: rename functions to starting migrations (2016-06-10 12:12:32 +0530)

----------------------------------------------------------------
Migration:

- Fixes for TLS series
- Postcopy: Add stats, fix, test case

----------------------------------------------------------------

Andrea Arcangeli (1):
  tests: fix libqtest socket timeouts

Daniel P. Berrange (2):
  migration: fix typos in qapi-schema from latest migration additions
  migration: rename functions to starting migrations

Dr. David Alan Gilbert (5):
  Postcopy: Avoid 0 length discards
  Migration: Split out ram part of qmp_query_migrate
  Postcopy: Add stats on page requests
  test: Postcopy
  Postcopy: Check for support when setting the capability

 hmp.c                         |   4 +
 include/migration/migration.h |  28 +--
 migration/exec.c              |   4 +-
 migration/fd.c                |   4 +-
 migration/migration.c         |  91 +++++----
 migration/ram.c               |   5 +-
 migration/rdma.c              |   4 +-
 migration/socket.c            |   6 +-
 migration/tls.c               |  18 +-
 qapi-schema.json              |  16 +-
 tests/Makefile.include        |   2 +
 tests/libqtest.c              |   2 +-
 tests/postcopy-test.c         | 455 ++++++++++++++++++++++++++++++++++++++++++
 13 files changed, 556 insertions(+), 83 deletions(-)
 create mode 100644 tests/postcopy-test.c

Comments

Peter Maydell June 10, 2016, 9:55 a.m. UTC | #1
On 10 June 2016 at 08:00, Amit Shah <amit.shah@redhat.com> wrote:
> The following changes since commit 0c33682d5f29b0a4ae53bdec4c8e52e4fae37b34:
>
>   target-i386: Move user-mode exception actions out of user-exec.c (2016-06-09 15:55:02 +0100)
>
> are available in the git repository at:
>
>   https://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/migration-for-2.7-2
>
> for you to fetch changes up to 05db906b8a77df70922e836d629c7f545b97dad7:
>
>   migration: rename functions to starting migrations (2016-06-10 12:12:32 +0530)
>
> ----------------------------------------------------------------
> Migration:
>
> - Fixes for TLS series
> - Postcopy: Add stats, fix, test case
>
> ----------------------------------------------------------------

Fails to build on OSX:

/Users/pm215/src/qemu-for-merges/tests/postcopy-test.c:23:10: fatal
error: 'sys/vfs.h' file not found
#include <sys/vfs.h>
         ^

thanks
-- PMM