Outgoing migration still uses a Unix socket and or exec netcat until
the next patch.
* src/qemu/qemu_migration.c (qemuMigrationPrepareTunnel):
Replace Unix socket with simpler pipe.
Suggested by Paolo Bonzini.
---
v1 was ack'd here but not yet applied:
https://www.redhat.com/archives/libvir-list/2011-January/msg00742.html
changes in v2: rebase to latest upstream
src/qemu/qemu_migration.c | 44 ++++++++++++--------------------------------
1 files changed, 12 insertions(+), 32 deletions(-)