All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] Recovery from network failure during Postcopy Migration
@ 2016-08-21 20:58 Md Haris Iqbal
  2016-08-21 20:58 ` [Qemu-devel] [PATCH 1/6] Migration: Reconnect network in case of network failure during pc migration (source) Md Haris Iqbal
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Md Haris Iqbal @ 2016-08-21 20:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, Md Haris Iqbal

Final Report Link : https://harisphnx.github.io

Usage : Once the network fails, wait for both the sides to error out and go
        into recovery. This can be understood by the error messages printed at
        the terminal.
        Once both the sides are under recovery, the reconnection can be tried.
        First in destination side console, enter the migrate_incoming command
        with the new -r flaga along with the same details as used in the
        beginning.
        Then, same goes for the source side. Use the migrate command with the
        new -r flag and similar details as used in the beginning.

Md Haris Iqbal (6):
  Migration: Reconnect network in case of network failure during pc
    migration (source)
  migration : General additions for migration recovery
  Migration: Reconnect network in case of network failure during pc
    migration (destination)
  Migration: New bitmap for postcopy migration failure
  Migration: Recovering pages lost due to n/w failure during pc
    migration (source)
  Migration: Recovering pages lost due to n/w failure during pc
    migration (destination)

 hmp-commands.hx               |  34 +++---
 hmp.c                         |   7 +-
 include/migration/migration.h |  17 +++
 include/migration/qemu-file.h |   1 +
 include/sysemu/sysemu.h       |   1 +
 migration/migration.c         | 259 ++++++++++++++++++++++++++++++++++++++----
 migration/postcopy-ram.c      |  12 ++
 migration/qemu-file.c         |   5 +
 migration/ram.c               | 108 +++++++++++++++++-
 migration/savevm.c            |  52 +++++++--
 qapi-schema.json              |  18 ++-
 qemu-version.h                |   1 +
 qmp-commands.hx               |   7 +-
 vl.c                          |   4 +
 14 files changed, 472 insertions(+), 54 deletions(-)
 create mode 100644 qemu-version.h

-- 
2.7.4

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

end of thread, other threads:[~2016-08-21 21:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-21 20:58 [Qemu-devel] [PATCH 0/6] Recovery from network failure during Postcopy Migration Md Haris Iqbal
2016-08-21 20:58 ` [Qemu-devel] [PATCH 1/6] Migration: Reconnect network in case of network failure during pc migration (source) Md Haris Iqbal
2016-08-21 20:58 ` [Qemu-devel] [PATCH 2/6] migration : General additions for migration recovery Md Haris Iqbal
2016-08-21 20:58 ` [Qemu-devel] [PATCH 3/6] Migration: Reconnect network in case of network failure during pc migration (destination) Md Haris Iqbal
2016-08-21 20:58 ` [Qemu-devel] [PATCH 4/6] Migration: New bitmap for postcopy migration failure Md Haris Iqbal
2016-08-21 20:58 ` [Qemu-devel] [PATCH 5/6] Migration: Recovering pages lost due to n/w failure during pc migration (source) Md Haris Iqbal
2016-08-21 20:58 ` [Qemu-devel] [PATCH 6/6] Migration: Recovering pages lost due to n/w failure during pc migration (destination) Md Haris Iqbal
2016-08-21 21:10 ` [Qemu-devel] [PATCH 0/6] Recovery from network failure during Postcopy Migration no-reply

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.