qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] migration: Fix possible access out of bounds
@ 2025-07-15 12:45 Fabiano Rosas
  2025-07-15 12:45 ` [PATCH 1/2] migration: Fix postcopy latency distribution formatting computation Fabiano Rosas
  2025-07-15 12:45 ` [PATCH 2/2] cutils: Add time_us_to_str Fabiano Rosas
  0 siblings, 2 replies; 10+ messages in thread
From: Fabiano Rosas @ 2025-07-15 12:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Xu, Philippe Mathieu-Daudé, Peter Maydell

Fix the issue detected by Coverity in format_time_str() and move
the function into the generic utils as suggested.

Fabiano Rosas (2):
  migration: Fix postcopy latency distribution formatting computation
  cutils: Add time_us_to_str

 include/qemu/cutils.h          |  1 +
 migration/migration-hmp-cmds.c | 19 ++-----------------
 util/cutils.c                  | 13 +++++++++++++
 3 files changed, 16 insertions(+), 17 deletions(-)

-- 
2.35.3



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

end of thread, other threads:[~2025-07-17 20:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-15 12:45 [PATCH 0/2] migration: Fix possible access out of bounds Fabiano Rosas
2025-07-15 12:45 ` [PATCH 1/2] migration: Fix postcopy latency distribution formatting computation Fabiano Rosas
2025-07-15 14:01   ` Philippe Mathieu-Daudé
2025-07-16 10:26   ` Prasad Pandit
2025-07-16 13:36     ` Fabiano Rosas
2025-07-17  6:28       ` Prasad Pandit
2025-07-17 12:35         ` Fabiano Rosas
2025-07-17 13:31   ` Daniel P. Berrangé
2025-07-15 12:45 ` [PATCH 2/2] cutils: Add time_us_to_str Fabiano Rosas
2025-07-15 14:02   ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).