commit | 2ea5a7af7bfa576a5936400ccca4144caca9640b | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Tue Mar 05 23:21:22 2013 +0530 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Mar 08 13:57:14 2013 -0600 |
tree | f919f4b810db7c1eb34e41ed816075f383522554 | |
parent | 76a9644b711541472d9fb3a9b418acd55d9464a1 [diff] |
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>