Re: [PATCH v1] tools: add readv_exact to xenctrl

2020-11-06 Thread Wei Liu
On Wed, Oct 28, 2020 at 03:41:51PM +0100, Olaf Hering wrote: > Read a batch of iovec's. > > In the common case of short reads, finish individual iov's with read_exact. > > Signed-off-by: Olaf Hering I see your series, so I will drop this one and go over that series instead. Wei.

[PATCH v1] tools: add readv_exact to xenctrl

2020-10-28 Thread Olaf Hering
Read a batch of iovec's. In the common case of short reads, finish individual iov's with read_exact. Signed-off-by: Olaf Hering --- Users will follow, next month probably. tools/libs/ctrl/xc_private.c | 54 +++- tools/libs/ctrl/xc_private.h | 1 + 2 files