From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36450 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ObfbZ-00066b-A0 for qemu-devel@nongnu.org; Wed, 21 Jul 2010 16:09:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ObfZs-0003vB-UT for qemu-devel@nongnu.org; Wed, 21 Jul 2010 16:07:42 -0400 Received: from e8.ny.us.ibm.com ([32.97.182.138]:46520) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ObfZs-0003i6-QF for qemu-devel@nongnu.org; Wed, 21 Jul 2010 16:07:40 -0400 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by e8.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id o6LK45nn019525 for ; Wed, 21 Jul 2010 16:04:05 -0400 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o6LK67Hh133654 for ; Wed, 21 Jul 2010 16:06:08 -0400 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o6LK5LFS004162 for ; Wed, 21 Jul 2010 14:05:21 -0600 From: Joel Schopp Date: Wed, 21 Jul 2010 15:05:14 -0500 Message-Id: <1279742717-10804-1-git-send-email-jschopp@austin.ibm.com> Subject: [Qemu-devel] [PATCH 0/3] Fix broken if statements List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Joel Schopp I have decided to apply the broken window theory of crime http://en.wikipedia.org/wiki/Broken_windows_theory to code, and more specifically to qemu. I'm hoping that fixing seemingly trivial bugs will actually fix some more serious bugs, make the code run just a bit smoother, or at the very least leave us with easier to maintain code. Joel Schopp (3): remove dead code from hw/loader.c fix variable type in qemu-io.c remove pointless if from vl.c hw/loader.c | 5 ----- qemu-io.c | 4 ++-- vl.c | 4 +--- 3 files changed, 3 insertions(+), 10 deletions(-)