]> git.proxmox.com Git - qemu.git/commit - qemu-char.c
qemu-char: tcp: make use GIOChannel
authorAnthony Liguori <aliguori@us.ibm.com>
Tue, 5 Mar 2013 17:51:22 +0000 (23:21 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 8 Mar 2013 19:57:14 +0000 (13:57 -0600)
commit2ea5a7af7bfa576a5936400ccca4144caca9640b
treef919f4b810db7c1eb34e41ed816075f383522554
parent76a9644b711541472d9fb3a9b418acd55d9464a1
qemu-char: tcp: make use GIOChannel

I didn't bother switching to g_io_channel_read/write because we need to use
sendmsg on Unix.  No problem though since we're using an unbuffered channel.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Message-id: 002f726576dfb51bca4854aa257b74d77c1cd4e8.1362505276.git.amit.shah@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-char.c