All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] tests: Fix some new coverity issues reported
@ 2024-12-16 16:14 Peter Xu
  2024-12-16 16:14 ` [PATCH 1/3] osdep: Add qemu_mkdir_with_parents() Peter Xu
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Peter Xu @ 2024-12-16 16:14 UTC (permalink / raw)
  To: qemu-devel
  Cc: Daniel P . Berrangé, Michael Roth, peterx, Fabiano Rosas,
	Konstantin Kostiuk

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



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-12-16 18:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-16 16:14 [PATCH 0/3] tests: Fix some new coverity issues reported Peter Xu
2024-12-16 16:14 ` [PATCH 1/3] osdep: Add qemu_mkdir_with_parents() Peter Xu
2024-12-16 16:56   ` Peter Maydell
2024-12-16 17:12     ` Peter Xu
2024-12-16 17:28       ` Konstantin Kostiuk
2024-12-16 17:54         ` Peter Xu
2024-12-16 18:34     ` Daniel P. Berrangé
2024-12-16 17:16   ` Alex Bennée
2024-12-16 16:14 ` [PATCH 2/3] tests: Use qemu_mkdir_with_parents() for all test code Peter Xu
2024-12-16 17:16   ` Alex Bennée
2024-12-16 18:35   ` Daniel P. Berrangé
2024-12-16 16:14 ` [PATCH 3/3] tests/migration: Drop arch_[source|target] Peter Xu
2024-12-16 17:15   ` Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.