From: Steven Sistare <steven.sistare@oracle.com>
To: Markus Armbruster <armbru@redhat.com>, qemu-devel@nongnu.org
Cc: philmd@linaro.org, dave@treblig.org, jasowang@redhat.com,
michael.roth@amd.com, peterx@redhat.com, farosas@suse.de
Subject: Re: [PATCH v7 0/3] string list functions
Date: Tue, 27 Feb 2024 11:21:43 -0500 [thread overview]
Message-ID: <a5b160bd-adcd-4f50-b61e-85d6092b3f63@oracle.com> (raw)
In-Reply-To: <20240227153321.467343-1-armbru@redhat.com>
All the changes look good - steve
On 2/27/2024 10:33 AM, Markus Armbruster wrote:
> This is Steve's work (v1 to v5), tweaked by Philippe (v6), and now by
> me.
>
> v7:
> * Old PATCH 1 dropped
> The proposed str_split() is a composition of g_strsplit() and a
> conversion from char ** to strList *. I'm willing to accept a
> conversion function str_list_from_strv() next to
> strv_from_str_list(). I doubt having a function for the composition
> is worth the trouble.
> * Old PATCH 4 dropped
> The tests mostly test g_strsplit(). I'm willing to accept focused
> tests for strv_from_str_list() and str_list_from_strv().
> * PATCH 1-3: Commit messages tweaked
> * PATCH 2: strv_from_strList() renamed strv_from_str_list(), and moved
> to qapi/qapi-type-helpers.c. Function comment tweaked. Local
> variable @argv renamed to @strv.
> * PATCH 3: Adjust for the rename.
>
> Steve Sistare (3):
> qapi: New QAPI_LIST_LENGTH()
> qapi: New strv_from_str_list()
> migration: simplify exec migration functions
>
> include/qapi/type-helpers.h | 8 ++++++
> include/qapi/util.h | 13 +++++++++
> migration/exec.c | 57 ++++++-------------------------------
> qapi/qapi-type-helpers.c | 14 +++++++++
> 4 files changed, 43 insertions(+), 49 deletions(-)
>
next prev parent reply other threads:[~2024-02-27 16:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-27 15:33 [PATCH v7 0/3] string list functions Markus Armbruster
2024-02-27 15:33 ` [PATCH v7 1/3] qapi: New QAPI_LIST_LENGTH() Markus Armbruster
2024-02-27 16:18 ` Philippe Mathieu-Daudé
2024-02-27 15:33 ` [PATCH v7 2/3] qapi: New strv_from_str_list() Markus Armbruster
2024-02-27 16:18 ` Philippe Mathieu-Daudé
2024-02-27 15:33 ` [PATCH v7 3/3] migration: simplify exec migration functions Markus Armbruster
2024-02-27 16:21 ` Steven Sistare [this message]
2024-03-01 11:54 ` [PATCH v7 0/3] string list functions Markus Armbruster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a5b160bd-adcd-4f50-b61e-85d6092b3f63@oracle.com \
--to=steven.sistare@oracle.com \
--cc=armbru@redhat.com \
--cc=dave@treblig.org \
--cc=farosas@suse.de \
--cc=jasowang@redhat.com \
--cc=michael.roth@amd.com \
--cc=peterx@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).