Re: [Qemu-devel] [PATCH 1/1] Fold send_all() wrapper unix_write() into one function

2010-11-03 Thread Anthony Liguori
On 11/01/2010 02:02 PM, jes.soren...@redhat.com wrote: From: Jes Sorensenjes.soren...@redhat.com The current send_all() wrapper for POSIX calls does nothing but call unix_write(). Merge them to simplify the code. Signed-off-by: Jes Sorensenjes.soren...@redhat.com Applied. Thanks.

[Qemu-devel] [PATCH 1/1] Fold send_all() wrapper unix_write() into one function

2010-11-01 Thread Jes . Sorensen
From: Jes Sorensen jes.soren...@redhat.com 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.soren...@redhat.com --- qemu-char.c |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-)

[Qemu-devel] [PATCH 1/1] Fold send_all() wrapper unix_write() into one function

2010-10-15 Thread Jes . Sorensen
From: Jes Sorensen jes.soren...@redhat.com 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.soren...@redhat.com --- qemu-char.c |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-)