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.sist...@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