qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] qemu-vmsr-helper: fix socket loop breakage


From: Paolo Bonzini
Subject: [PATCH 0/2] qemu-vmsr-helper: fix socket loop breakage
Date: Tue, 30 Jul 2024 18:35:14 +0200

Coverity reported a breakage that snuck in between v5 and v6 of
the series, when the socket loop of qemu-vmsr-helper was changed to
allow sending multiple requests on the same socket.  Unfortunately, the
condition of the while loop is botched and the loop will never be entered.
Clean it up, and also improve the error reporting to be more like
qemu-pr-helper's.

Paolo

Paolo Bonzini (2):
  qemu-vmsr-helper: fix socket loop breakage
  qemu-vmsr-helper: implement --verbose/-v

 tools/i386/qemu-vmsr-helper.c | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

-- 
2.45.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]