Re: [PATCH v4] Implement backend program convention command for vhost-user-blk

2019-11-18 Thread Philippe Mathieu-Daudé
Hi Micky, On 11/19/19 3:26 AM, Micky Yun Chan wrote: From: michan It seems your git setup lacks your username. This should solve it (eventually running with --global): git config user.name "Micky Yun Chan" This patch is to add standard commands defined in docs/interop/vhost-user.rst For

Re: [PATCH v4] Implement backend program convention command for vhost-user-blk

2019-11-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191119022640.11021-1-mic...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v4] Implement backend program convention command for vhost-user-blk Type: series Message-id

[PATCH v4] Implement backend program convention command for vhost-user-blk

2019-11-18 Thread Micky Yun Chan
From: michan This patch is to add standard commands defined in docs/interop/vhost-user.rst For vhost-user-* program Signed-off-by: Micky Yun Chan (michiboo) --- contrib/vhost-user-blk/vhost-user-blk.c | 109 ++-- 1 file changed, 65 insertions(+), 44 deletions(-) diff --git