[PATCH 0/5] qtest/qom-test: Leak plug, faster, better coverage

Markus Armbruster posted 5 patches 3 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250725135034.2280477-1-armbru@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>
MAINTAINERS            |  1 +
tests/qtest/qom-test.c | 11 +++--------
2 files changed, 4 insertions(+), 8 deletions(-)
[PATCH 0/5] qtest/qom-test: Leak plug, faster, better coverage
Posted by Markus Armbruster 3 months, 3 weeks ago
Markus Armbruster (5):
  qtest/qom-test: Plug memory leak with -p
  qtest/qom-test: Shallow testing of qom-list / qom-get
  qtest/qom-test: Traverse entire QOM tree
  qtest/qom-test: Don't bother to execute QMP command quit
  MAINTAINERS: Cover tests/qtest/qom-test.c

 MAINTAINERS            |  1 +
 tests/qtest/qom-test.c | 11 +++--------
 2 files changed, 4 insertions(+), 8 deletions(-)

-- 
2.49.0
Re: [PATCH 0/5] qtest/qom-test: Leak plug, faster, better coverage
Posted by Markus Armbruster 3 months, 1 week ago
Steven, this is follow-up to your work.  Care to review?