]> git.proxmox.com Git - qemu.git/commit - qemu-char.c
Fold send_all() wrapper unix_write() into one function
authorJes Sorensen <Jes.Sorensen@redhat.com>
Mon, 1 Nov 2010 19:02:23 +0000 (20:02 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 3 Nov 2010 17:48:09 +0000 (12:48 -0500)
commit5fc9cfedfa09199e10b5f9b67dcd286bfeae4f7a
treeaaa2a1150940c050c17fa10f14af968c5b98d64a
parent07de3e60b05d13f255d12f8dfac8e3b1e5e34d7d
Fold send_all() wrapper unix_write() into one function

The current send_all() wrapper for POSIX calls does nothing but call
unix_write(). Merge them to simplify the code.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-char.c