]> git.proxmox.com Git - mirror_qemu.git/commit
Return path: Open a return path on QEMUFile for sockets
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 5 Nov 2015 18:10:43 +0000 (18:10 +0000)
committerJuan Quintela <quintela@redhat.com>
Tue, 10 Nov 2015 13:51:49 +0000 (14:51 +0100)
commitadc468e9b9ad866cd95b1e567291f9dcc1f49f1c
tree803260cac1eabca9f08a3f3622b06547d9106e9d
parentc1fcf220c95b17f1a05adb799824d2c352ff9281
Return path: Open a return path on QEMUFile for sockets

Postcopy needs a method to send messages from the destination back to
the source, this is the 'return path'.

Wire it up for 'socket' QEMUFile's.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
include/migration/qemu-file.h
migration/qemu-file-unix.c
migration/qemu-file.c