migration: convert unix socket protocol to use QIOChannel
commitd984464eb9e7ebc10e65469b0b7158556489ac96
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 27 Apr 2016 10:05:02 +0000 (27 11:05 +0100)
committerAmit Shah <amit.shah@redhat.com>
Thu, 26 May 2016 06:01:37 +0000 (26 11:31 +0530)
tree0ff981cdcebd48d2ba752810d8d3d4e015d34047
parent61b67d473d2471d5b470cd4653947ddaaa2c1c44
migration: convert unix socket protocol to use QIOChannel

Convert the unix socket migration protocol driver to use
QIOChannel and QEMUFileChannel, instead of plain sockets
APIs. It can be unconditionally built, since the socket
impl of QIOChannel will report a suitable error on platforms
where UNIX sockets are unavailable.

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-Id: <1461751518-12128-13-git-send-email-berrange@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
migration/Makefile.objs
migration/migration.c
migration/unix.c
trace-events