From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCCLL-00007m-W7 for qemu-devel@nongnu.org; Tue, 07 Nov 2017 17:27:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eCCLL-0004bp-0W for qemu-devel@nongnu.org; Tue, 07 Nov 2017 17:27:39 -0500 From: Jeff Cody Date: Tue, 7 Nov 2017 17:27:17 -0500 Message-Id: Subject: [Qemu-devel] [PATCH v3 0/7] Code cleanup and minor fixes (for 2.11) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-block@nongnu.org, mitake.hitoshi@lab.ntt.co.jp, namei.unix@gmail.com, rjones@redhat.com, kwolf@redhat.com, eblake@redhat.com Changes from v2 -> v3: Patch 1: Return -EIO for ssh_state_init() (Thanks Eric) Patch 4: fixed missed line (Thanks Eric) Patch 7: fixed opaque pointer assignment (Thanks Eric) git-backport-diff -r master.. -u 81fb084 001/7:[0007] [FC] 'block/ssh: don't call libssh2_init() in block_init()' 002/7:[----] [--] 'block/ssh: make compliant with coding guidelines' 003/7:[----] [--] 'block/sheepdog: remove spurious NULL check' 004/7:[0010] [FC] 'block/sheepdog: code beautification' 005/7:[----] [--] 'block/curl: check error return of curl_global_init()' 006/7:[----] [--] 'block/curl: fix minor memory leaks' 007/7:[0002] [FC] 'block/curl: code cleanup to comply with coding style' 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 | 166 +++++++++++++++++++++++++++---------------------------- block/ssh.c | 69 ++++++++++++++--------- 3 files changed, 197 insertions(+), 162 deletions(-) -- 2.9.5