]> Git Repo - qemu.git/commit - qemu-char.c
qemu-char: Rework qemu_chr_open_socket() for reconnect
authorCorey Minyard <[email protected]>
Thu, 2 Oct 2014 16:17:34 +0000 (11:17 -0500)
committerPaolo Bonzini <[email protected]>
Sat, 4 Oct 2014 06:59:14 +0000 (08:59 +0200)
commit43ded1a0d2381e65f0fff28269b7d02d4ead6aac
treee3f90b48f2f495d7231d66630eca29b5c5260fdb
parent9f781168c5d4d2640be89b53a41443d4f368f489
qemu-char: Rework qemu_chr_open_socket() for reconnect

Move all socket configuration to qmp_chardev_open_socket().
qemu_chr_open_socket_fd() just opens the socket.  This is getting ready
for the reconnect code, which will call open_sock_fd() on a reconnect
attempt.

Signed-off-by: Corey Minyard <[email protected]>
Reviewed-by: Paolo Bonzini <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
qemu-char.c
This page took 0.025056 seconds and 4 git commands to generate.