mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
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 <dgilbert@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Message-Id: <1461751518-12128-17-git-send-email-berrange@redhat.com> Signed-off-by: Amit Shah <amit.shah@redhat.com>
This commit is contained in:
parent
64802ee57f
commit
527792fae6
4 changed files with 37 additions and 36 deletions
|
@ -1595,6 +1595,10 @@ postcopy_ram_incoming_cleanup_entry(void) ""
|
|||
postcopy_ram_incoming_cleanup_exit(void) ""
|
||||
postcopy_ram_incoming_cleanup_join(void) ""
|
||||
|
||||
# migration/exec.c
|
||||
migration_exec_outgoing(const char *cmd) "cmd=%s"
|
||||
migration_exec_incoming(const char *cmd) "cmd=%s"
|
||||
|
||||
# migration/fd.c
|
||||
migration_fd_outgoing(int fd) "fd=%d"
|
||||
migration_fd_incoming(int fd) "fd=%d"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue