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)
commiteeb3e9787c29ebdbe13cd5ee07015688b6f0bda4
treeaaa2a1150940c050c17fa10f14af968c5b98d64a
parentf608ac551bcccb9445cf85756b4ed8f8d8c96a77
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