]> Git Repo - qemu.git/commit - migration/exec.c
migration: convert exec socket protocol to use QIOChannel
authorDaniel P. Berrange <[email protected]>
Wed, 27 Apr 2016 10:05:06 +0000 (11:05 +0100)
committerAmit Shah <[email protected]>
Thu, 26 May 2016 06:01:47 +0000 (11:31 +0530)
commit527792fae60486c912146a14f601b830d160fe36
tree31a39a54866b0a80cff6547a41d819cf101be50c
parent64802ee57f68a2aedcdf06b8d4a65daa6d894e3a
migration: convert exec socket protocol to use QIOChannel

Convert the exec socket migration protocol driver to use
QIOChannel and QEMUFileChannel, instead of the stdio
popen APIs. It can be unconditionally built because the
QIOChannelCommand class can report suitable error messages
on platforms which can't fork processes.

Reviewed-by: Dr. David Alan Gilbert <[email protected]>
Signed-off-by: Daniel P. Berrange <[email protected]>
Message-Id: <1461751518[email protected]>
Signed-off-by: Amit Shah <[email protected]>
migration/Makefile.objs
migration/exec.c
migration/migration.c
trace-events
This page took 0.025605 seconds and 4 git commands to generate.