qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] Fix broken if statements


From: Joel Schopp
Subject: [Qemu-devel] [PATCH 0/3] Fix broken if statements
Date: Wed, 21 Jul 2010 15:05:14 -0500

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(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]