[libvirt PATCH 0/4] Various cleanups

Ján Tomko posted 4 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1681999311.git.jtomko@redhat.com
src/ch/ch_driver.c      |  5 -----
src/conf/domain_conf.c  |  1 -
src/conf/storage_conf.c | 22 +++++++++-------------
src/qemu/qemu_command.c |  2 --
4 files changed, 9 insertions(+), 21 deletions(-)
[libvirt PATCH 0/4] Various cleanups
Posted by Ján Tomko 1 year ago
Found by cppcheck.

Ján Tomko (4):
  conf: domain: remove unreachable break
  qemu: command: join two adjacent conditions
  ch: pinVcpuLive: remove unused variable
  conf: storage: remove redundant condition

 src/ch/ch_driver.c      |  5 -----
 src/conf/domain_conf.c  |  1 -
 src/conf/storage_conf.c | 22 +++++++++-------------
 src/qemu/qemu_command.c |  2 --
 4 files changed, 9 insertions(+), 21 deletions(-)

-- 
2.39.2

Re: [libvirt PATCH 0/4] Various cleanups
Posted by Pavel Hrdina 1 year ago
On Thu, Apr 20, 2023 at 04:02:12PM +0200, Ján Tomko wrote:
> Found by cppcheck.
> 
> Ján Tomko (4):
>   conf: domain: remove unreachable break
>   qemu: command: join two adjacent conditions
>   ch: pinVcpuLive: remove unused variable
>   conf: storage: remove redundant condition

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>