qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.11 0/7] Code cleanup and minor fixes
@ 2017-08-08 13:39 Jeff Cody
  2017-08-08 13:39 ` [Qemu-devel] [PATCH for-2.11 1/7] block/ssh: don't call libssh2_init() in block_init() Jeff Cody
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Jeff Cody @ 2017-08-08 13:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-block, mitake.hitoshi, namei.unix, rjones, kwolf

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-08-08 13:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-08 13:39 [Qemu-devel] [PATCH for-2.11 0/7] Code cleanup and minor fixes Jeff Cody
2017-08-08 13:39 ` [Qemu-devel] [PATCH for-2.11 1/7] block/ssh: don't call libssh2_init() in block_init() Jeff Cody
2017-08-08 13:39 ` [Qemu-devel] [PATCH for-2.11 2/7] block/ssh: make compliant with coding guidelines Jeff Cody
2017-08-08 13:39 ` [Qemu-devel] [PATCH for-2.11 3/7] block/sheepdog: remove spurious NULL check Jeff Cody
2017-08-08 13:39 ` [Qemu-devel] [PATCH for-2.11 4/7] block/sheepdog: code beautification Jeff Cody
2017-08-08 13:39 ` [Qemu-devel] [PATCH for-2.11 5/7] block/curl: check error return of curl_global_init() Jeff Cody
2017-08-08 13:39 ` [Qemu-devel] [PATCH for-2.11 6/7] block/curl: fix minor memory leaks Jeff Cody
2017-08-08 13:39 ` [Qemu-devel] [PATCH for-2.11 7/7] block/curl: code cleanup to comply with coding style Jeff Cody

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).