From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Markus Armbruster <armbru@redhat.com>,
qemu-devel@nongnu.org, Steve Sistare <steven.sistare@oracle.com>
Cc: "Dr. David Alan Gilbert" <dave@treblig.org>,
"Jason Wang" <jasowang@redhat.com>,
"Michael Roth" <michael.roth@amd.com>,
"Peter Xu" <peterx@redhat.com>, "Fabiano Rosas" <farosas@suse.de>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: [PATCH v6 0/5] string list functions
Date: Mon, 26 Feb 2024 15:11:02 +0100 [thread overview]
Message-ID: <20240226141108.73664-1-philmd@linaro.org> (raw)
Hi Markus,
Here are the patches I queued until you told me you'd
object to the CamelCase filename strList.[ch].
Steve, please take over ;)
Since v5:
- Cover files in MAINTAINERS
- Complete @docstring mentioning g_auto.
v5: https://lore.kernel.org/qemu-devel/1708638470-114846-3-git-send-email-steven.sistare@oracle.com/
Steve Sistare (5):
util: str_split
qapi: QAPI_LIST_LENGTH
util: strv_from_strList
util: strList unit tests
migration: simplify exec migration functions
MAINTAINERS | 2 +
include/monitor/hmp.h | 1 -
include/qapi/util.h | 13 +++++++
include/qemu/strList.h | 33 ++++++++++++++++
migration/exec.c | 57 ++++------------------------
monitor/hmp-cmds.c | 19 ----------
net/net-hmp-cmds.c | 3 +-
stats/stats-hmp-cmds.c | 3 +-
tests/unit/test-strList.c | 80 +++++++++++++++++++++++++++++++++++++++
util/strList.c | 38 +++++++++++++++++++
tests/unit/meson.build | 1 +
util/meson.build | 1 +
12 files changed, 180 insertions(+), 71 deletions(-)
create mode 100644 include/qemu/strList.h
create mode 100644 tests/unit/test-strList.c
create mode 100644 util/strList.c
--
2.41.0
next reply other threads:[~2024-02-26 14:12 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-26 14:11 Philippe Mathieu-Daudé [this message]
2024-02-26 14:11 ` [PATCH v6 1/5] util: str_split Philippe Mathieu-Daudé
2024-02-26 14:11 ` [PATCH v6 2/5] qapi: QAPI_LIST_LENGTH Philippe Mathieu-Daudé
2024-02-26 14:11 ` [PATCH v6 3/5] util: strv_from_strList Philippe Mathieu-Daudé
2024-02-26 14:11 ` [PATCH v6 4/5] util: strList unit tests Philippe Mathieu-Daudé
2024-02-26 14:11 ` [PATCH v6 5/5] migration: simplify exec migration functions Philippe Mathieu-Daudé
2024-02-26 14:47 ` [PATCH v6 0/5] string list functions Steven Sistare
2024-02-27 15:28 ` Markus Armbruster
2024-02-27 15:37 ` Steven Sistare
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=20240226141108.73664-1-philmd@linaro.org \
--to=philmd@linaro.org \
--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=qemu-devel@nongnu.org \
--cc=steven.sistare@oracle.com \
/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).