All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] Six coverity fixes and a cleanup
@ 2015-01-26 11:12 Paolo Bonzini
  2015-01-26 11:12 ` [Qemu-devel] [PATCH 1/7] cpu-exec: drop dead assignment Paolo Bonzini
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Paolo Bonzini @ 2015-01-26 11:12 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, armbru

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

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

end of thread, other threads:[~2015-02-09 12:17 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-26 11:12 [Qemu-devel] [PATCH 0/7] Six coverity fixes and a cleanup Paolo Bonzini
2015-01-26 11:12 ` [Qemu-devel] [PATCH 1/7] cpu-exec: drop dead assignment Paolo Bonzini
2015-01-26 11:12 ` [Qemu-devel] [PATCH 2/7] cpu-exec: simplify icount code Paolo Bonzini
2015-01-26 11:12 ` [Qemu-devel] [PATCH 3/7] uri: avoid NULL arguments to strcmp Paolo Bonzini
2015-01-26 11:12 ` [Qemu-devel] [PATCH 4/7] qemu-sockets: improve error reporting in unix_listen_opts Paolo Bonzini
2015-01-26 11:12 ` [Qemu-devel] [PATCH 5/7] cutils: refine strtol error handling in parse_debug_env Paolo Bonzini
2015-02-07  8:52   ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
2015-01-26 11:12 ` [Qemu-devel] [PATCH 6/7] aes: remove a dead return statement Paolo Bonzini
2015-01-26 11:12 ` [Qemu-devel] [PATCH 7/7] migration: do floating-point division Paolo Bonzini
2015-01-26 18:06   ` Dr. David Alan Gilbert
2015-01-26 18:15     ` Juan Quintela
2015-02-07  9:00 ` [Qemu-devel] [Qemu-trivial] [PATCH 0/7] Six coverity fixes and a cleanup Michael Tokarev
2015-02-07 20:01   ` Paolo Bonzini
2015-02-07 20:39     ` Michael Tokarev
2015-02-09 12:17     ` Juan Quintela

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.