On Mon, Nov 18, 2019 at 02:45:19PM +0800, Micky Yun Chan wrote:
> +context = g_option_context_new(NULL);
> +g_option_context_add_main_entries(context, entries, NULL);
> +if (!g_option_context_parse(context, &argc, &argv, &error)) {
> +g_printerr("Option parsing failed: %s\n", er
On Mon, Nov 18, 2019 at 02:45:19PM +0800, Micky Yun Chan wrote:
> Subject: Re: [PATCH v2] Implement backend program convention command for
> vhost-user-blk
subject is not clear to me.
> From: michan
>
Add patch description pls.
> Signed-off-by: Micky Yun Chan (michiboo)
&
From: michan
Signed-off-by: Micky Yun Chan (michiboo)
---
contrib/vhost-user-blk/vhost-user-blk.c | 102 ++--
1 file changed, 58 insertions(+), 44 deletions(-)
diff --git a/contrib/vhost-user-blk/vhost-user-blk.c
b/contrib/vhost-user-blk/vhost-user-blk.c
index ae61034656..