qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Fix error handling in migration when the peer is killed.
@ 2011-02-22 15:01 Yoshiaki Tamura
  2011-02-22 15:01 ` [Qemu-devel] [PATCH 1/2] savevm: avoid qemu_savevm_state_iteate() to return 1 when qemu file has error Yoshiaki Tamura
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Yoshiaki Tamura @ 2011-02-22 15:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, Yoshiaki Tamura

Hi,

During live migration, if the receiver side of qemu gets killed, the
sender side seems to be handling the error incorrectly, like it passes
the iterate phase (stage 2) and moves on to the complete state (stage
3).  These patches fix the issue.

Yoshiaki Tamura (2):
  savevm: avoid qemu_savevm_state_iteate() to return 1 when qemu file
    has error.
  migration: add error handling to migrate_fd_put_notify().

 migration.c |    9 +++------
 savevm.c    |    7 ++++---
 2 files changed, 7 insertions(+), 9 deletions(-)

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

end of thread, other threads:[~2011-02-23  9:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-22 15:01 [Qemu-devel] [PATCH 0/2] Fix error handling in migration when the peer is killed Yoshiaki Tamura
2011-02-22 15:01 ` [Qemu-devel] [PATCH 1/2] savevm: avoid qemu_savevm_state_iteate() to return 1 when qemu file has error Yoshiaki Tamura
2011-02-22 15:01 ` [Qemu-devel] [PATCH 2/2] migration: add error handling to migrate_fd_put_notify() Yoshiaki Tamura
2011-02-23  9:39 ` [Qemu-devel] Re: [PATCH 0/2] Fix error handling in migration when the peer is killed Juan Quintela
2011-02-23  9:51   ` Yoshiaki Tamura

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).