]> Git Repo - qemu.git/commit
qemu-char: tcp: make use GIOChannel
authorAnthony Liguori <[email protected]>
Tue, 5 Mar 2013 17:51:22 +0000 (23:21 +0530)
committerAnthony Liguori <[email protected]>
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 <[email protected]>
Signed-off-by: Amit Shah <[email protected]>
Message-id: 002f726576dfb51bca4854aa257b74d77c1cd4e8.1362505276[email protected]
Signed-off-by: Anthony Liguori <[email protected]>
qemu-char.c
This page took 0.020939 seconds and 4 git commands to generate.