Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1708638470-114846-1-git-send-email-steven.sistare@oracle.com
Maintainers: Markus Armbruster <armbru@redhat.com>, Michael Roth <michael.roth@amd.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, "Dr. David Alan Gilbert" <dave@treblig.org>, Jason Wang <jasowang@redhat.com>
include/monitor/hmp.h | 1 -
include/qapi/util.h | 13 ++++++++
include/qemu/strList.h | 30 ++++++++++++++++++
migration/exec.c | 57 +++++----------------------------
monitor/hmp-cmds.c | 19 -----------
net/net-hmp-cmds.c | 3 +-
stats/stats-hmp-cmds.c | 3 +-
tests/unit/meson.build | 1 +
tests/unit/test-strList.c | 80 +++++++++++++++++++++++++++++++++++++++++++++++
util/meson.build | 1 +
util/strList.c | 38 ++++++++++++++++++++++
11 files changed, 175 insertions(+), 71 deletions(-)
create mode 100644 include/qemu/strList.h
create mode 100644 tests/unit/test-strList.c
create mode 100644 util/strList.c