[Qemu-devel] [PATCH v2 0/7] Code cleanup and minor fixes

Jeff Cody posted 7 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1504112061.git.jcody@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
block/curl.c     | 124 +++++++++++++++++++++++------------------
block/sheepdog.c | 164 +++++++++++++++++++++++++++----------------------------
block/ssh.c      |  72 +++++++++++++++---------
3 files changed, 199 insertions(+), 161 deletions(-)
[Qemu-devel] [PATCH v2 0/7] Code cleanup and minor fixes
Posted by Jeff Cody 6 years, 8 months ago
Minor bug fixes and code cleanup.

Changes from v1 -> v2:

Rebased to v2.10.0

Jeff Cody (7):
  block/ssh: don't call libssh2_init() in block_init()
  block/ssh: make compliant with coding guidelines
  block/sheepdog: remove spurious NULL check
  block/sheepdog: code beautification
  block/curl: check error return of curl_global_init()
  block/curl: fix minor memory leaks
  block/curl: code cleanup to comply with coding style

 block/curl.c     | 124 +++++++++++++++++++++++------------------
 block/sheepdog.c | 164 +++++++++++++++++++++++++++----------------------------
 block/ssh.c      |  72 +++++++++++++++---------
 3 files changed, 199 insertions(+), 161 deletions(-)

-- 
2.9.5