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 Sorensen 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 Applied. Thanks. Regards, Anthony Liguori --- qemu-char.c |8

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

2010-11-01 Thread Jes . Sorensen
From: Jes Sorensen 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 --- qemu-char.c |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/qemu-char.c b/qemu-char.c index 6d2

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

2010-10-15 Thread Jes . Sorensen
From: Jes Sorensen 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 --- qemu-char.c |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/qemu-char.c b/qemu-char.c index 6d2