[PATCH 0/3] tests: Fix some new coverity issues reported

Peter Xu posted 3 patches 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20241216161413.1644171-1-peterx@redhat.com
Maintainers: Michael Roth <michael.roth@amd.com>, Konstantin Kostiuk <kkostiuk@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>
include/qemu/osdep.h                  | 7 +++++++
qga/commands-posix-ssh.c              | 8 ++------
tests/qtest/migration/framework.c     | 8 ++------
tests/qtest/migration/tls-tests.c     | 6 +++---
tests/unit/test-crypto-tlscredsx509.c | 4 ++--
tests/unit/test-crypto-tlssession.c   | 6 +++---
tests/unit/test-io-channel-tls.c      | 6 +++---
util/osdep.c                          | 6 ++++++
8 files changed, 28 insertions(+), 23 deletions(-)
[PATCH 0/3] tests: Fix some new coverity issues reported
Posted by Peter Xu 1 year, 1 month ago
Fix four recent coverity reports on migration tests.  When at it, also
applied the same helper to some crypto/tls tests.

Thanks,

Peter Xu (3):
  osdep: Add qemu_mkdir_with_parents()
  tests: Use qemu_mkdir_with_parents() for all test code
  tests/migration: Drop arch_[source|target]

 include/qemu/osdep.h                  | 7 +++++++
 qga/commands-posix-ssh.c              | 8 ++------
 tests/qtest/migration/framework.c     | 8 ++------
 tests/qtest/migration/tls-tests.c     | 6 +++---
 tests/unit/test-crypto-tlscredsx509.c | 4 ++--
 tests/unit/test-crypto-tlssession.c   | 6 +++---
 tests/unit/test-io-channel-tls.c      | 6 +++---
 util/osdep.c                          | 6 ++++++
 8 files changed, 28 insertions(+), 23 deletions(-)

-- 
2.47.0