All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Fix a few minor issues reported by Coverity
@ 2026-03-11 13:15 Sergei Heifetz
  2026-03-11 13:15 ` [PATCH v4 1/4] migration/savevm.c: reorder usage and assertion of mis->from_src_file Sergei Heifetz
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Sergei Heifetz @ 2026-03-11 13:15 UTC (permalink / raw)
  To: qemu-devel
  Cc: Fabiano Rosas, Marc-André Lureau, Paolo Bonzini,
	Philippe Mathieu-Daudé, Peter Xu, Ani Sinha, qemu-trivial

Hi. This patch series fixes several minor issues reported by our local
Coverity installation.

Changes in v4:
- Included Peter's explanation why `assert` is redundant in the commit
  message of the third patch.
- Added `Reviewed-by` tags that I missed in v2 to the other three patches.

Changes in v3:
- Nothing. I sent the second version of the series without the corresponding
'v2' suffix by mistake. I apologise.

Changes in v2:
- Remove assert(block) in system/physmem.c instead of placing it
  before the dereference.

Sergei Heifetz (4):
  migration/savevm.c: reorder usage and assertion of mis->from_src_file
  dump/dump.c: reorder usage and assertion of block
  system/physmem.c: remove useless assertion of block
  hw/usb/core.c: reorder usage and assertion of p->ep

 dump/dump.c        | 2 +-
 hw/usb/core.c      | 2 +-
 migration/savevm.c | 3 ++-
 system/physmem.c   | 2 --
 4 files changed, 4 insertions(+), 5 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2026-03-12 11:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-11 13:15 [PATCH v4 0/4] Fix a few minor issues reported by Coverity Sergei Heifetz
2026-03-11 13:15 ` [PATCH v4 1/4] migration/savevm.c: reorder usage and assertion of mis->from_src_file Sergei Heifetz
2026-03-11 13:58   ` Fabiano Rosas
2026-03-12 11:43   ` Prasad Pandit
2026-03-11 13:15 ` [PATCH v4 2/4] dump/dump.c: reorder usage and assertion of block Sergei Heifetz
2026-03-11 13:15 ` [PATCH v4 3/4] system/physmem.c: remove useless " Sergei Heifetz
2026-03-11 13:15 ` [PATCH v4 4/4] hw/usb/core.c: reorder usage and assertion of p->ep Sergei Heifetz
2026-03-11 17:37 ` [PATCH v4 0/4] Fix a few minor issues reported by Coverity Peter Xu

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.