[Qemu-devel] [PATCH 0/2] migration: fixes for 2.10

2017-08-01 Thread Peter Xu
Two patches isolated from the postcopy recovery series, which may be good for 2.10. Peter Xu (2): migration: fix comment disorder in RAMState io: fix qio_channel_socket_accept err handling io/channel-socket.c | 3 ++- migration/ram.c | 4 ++-- 2 files changed, 4 insertions(+), 3 deletion

[Qemu-devel] [PATCH 0/2] Migration fixes

2010-03-09 Thread Juan Quintela
This series: - fix 100% cpu use when incoming migration fails - makes unix migration to obey autostart, like the others Please, apply Juan Quintela (2): migration: Clear fd also in error cases migration: unix migration should obey autostart are the other ones migration-exec.c |4 ++-- m