On Wed, Mar 22, 2017 at 10:21:13AM -0400, John Ferlan wrote:
Hopefully the quantity doesn't scare anyone off... These are
mostly
innocuous, but separated each out to appease the masses.
The first patch fixes a recently uncovered Coverity warning regarding
FORWARD_NULL of the 'formatStr'... According to an IRC response from
pkrempa the format should be set up properly in qemuDomainSnapshotPrepare
Patches 2-22 resolve various different build issues in the Coverity
environment that sets "lv_cv_static_analysis=yes" during the build.
This is 'reproducible' if one sets that as part of their autogen.sh
processing - something that we should probably do in the CI build
environment so we can get all those ATTRIBUTE_NONNULL checks to be
run on a daily basis.
I was using that and I had some issues that were about more than just a
build issue. Trying it now, it cleanly says it just needs some fixes
for the NUNNULL parameters. That's nice. With optimizations this
series might even fix things, let's see =)
ACK to this series.