I run the sources through clang analyzer again and made patches for
some of the issues.

Blue Swirl (9):
  win32: improve version.o dependency
  qemu-io: remove unnecessary assignment
  scsi-bus: remove duplicate table entries
  hid: fix misassignment
  kvm: remove unnecessary assignments
  cpu-exec: remove unnecessary assignment
  openpic: avoid a warning from clang analyzer
  lsi53c895a: avoid a warning from clang analyzer
  Sparc64: remove useless variable

 Makefile                 |    2 +-
 cpu-exec.c               |    5 +++--
 hw/hid.c                 |    2 +-
 hw/lsi53c895a.c          |   14 ++++++++------
 hw/openpic.c             |    1 +
 hw/scsi-bus.c            |    4 +---
 qemu-io.c                |    1 -
 target-i386/kvm.c        |    2 +-
 target-sparc/op_helper.c |    6 ++----
 9 files changed, 18 insertions(+), 19 deletions(-)

Reply via email to