[Qemu-devel] [PATCH for-2.11 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.1502198932.git.jcody@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
block/curl.c     | 124 +++++++++++++++++++++++------------------
block/sheepdog.c | 164 +++++++++++++++++++++++++++----------------------------
block/ssh.c      |  72 +++++++++++++++---------
3 files changed, 199 insertions(+), 161 deletions(-)
[Qemu-devel] [PATCH for-2.11 0/7] Code cleanup and minor fixes
Posted by Jeff Cody 6 years, 8 months ago
Some minor cleanup for a few network protocols, with a few bug fixes thrown in.
I don't think there is anything in here that needs to be for 2.10, however.

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.4