From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFhax-0004hp-4l for qemu-devel@nongnu.org; Mon, 26 Jan 2015 06:12:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFhas-0001Qw-7n for qemu-devel@nongnu.org; Mon, 26 Jan 2015 06:12:39 -0500 Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 26 Jan 2015 12:12:20 +0100 Message-Id: <1422270747-23994-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/7] Six coverity fixes and a cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, armbru@redhat.com Patch 2 is the cleanup. The other six patches make the tcg, utils and migration components clean. Paolo Bonzini (7): cpu-exec: drop dead assignment cpu-exec: simplify icount code uri: avoid NULL arguments to strcmp qemu-sockets: improve error reporting in unix_listen_opts cutils: refine strtol error handling in parse_debug_env aes: remove a dead return statement migration: do floating-point division cpu-exec.c | 12 +++--------- migration/migration.c | 2 +- util/aes.c | 2 +- util/cutils.c | 4 ++-- util/qemu-sockets.c | 24 ++++++++++++++++++------ util/uri.c | 4 +++- 6 files changed, 28 insertions(+), 20 deletions(-) -- 1.8.3.1