All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/4] strtosz() cleanups
@ 2011-01-24 15:33 Jes.Sorensen
  2011-01-24 15:33 ` [Qemu-devel] [PATCH 1/4] strtosz(): use unsigned char and switch to qemu_isspace() Jes.Sorensen
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: Jes.Sorensen @ 2011-01-24 15:33 UTC (permalink / raw)
  To: kwolf; +Cc: qemu-devel

From: Jes Sorensen <Jes.Sorensen@redhat.com>

Hi,

Here is an updated version of the strtosz() fixes that were discussed
earlier. Per discussing with Anthony on irc, he is ok with them going
in like this.

This is a respin to fix a patch conflict in the block tree, and it
pulls the two patch sets into one set of four patches instead. No
functional change.

Cheers,
Jes


Jes Sorensen (4):
  strtosz(): use unsigned char and switch to qemu_isspace()
  strtosz() use qemu_toupper() to simplify switch statement
  strtosz(): Fix name confusion in use of modf()
  strtosz(): Use suffix macros in switch() statement

 cutils.c |   28 ++++++++++++----------------
 1 files changed, 12 insertions(+), 16 deletions(-)

-- 
1.7.3.4

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

end of thread, other threads:[~2011-01-25 13:20 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-24 15:33 [Qemu-devel] [PATCH v4 0/4] strtosz() cleanups Jes.Sorensen
2011-01-24 15:33 ` [Qemu-devel] [PATCH 1/4] strtosz(): use unsigned char and switch to qemu_isspace() Jes.Sorensen
2011-01-24 16:10   ` Markus Armbruster
2011-01-24 16:11     ` Jes Sorensen
2011-01-24 16:40       ` Markus Armbruster
2011-01-24 15:33 ` [Qemu-devel] [PATCH 2/4] strtosz() use qemu_toupper() to simplify switch statement Jes.Sorensen
2011-01-24 15:33 ` [Qemu-devel] [PATCH 3/4] strtosz(): Fix name confusion in use of modf() Jes.Sorensen
2011-01-24 15:33 ` [Qemu-devel] [PATCH 4/4] strtosz(): Use suffix macros in switch() statement Jes.Sorensen
2011-01-24 16:08   ` Markus Armbruster
2011-01-24 16:10     ` Jes Sorensen
2011-01-24 16:39       ` Markus Armbruster
2011-01-24 16:41         ` Jes Sorensen
2011-01-24 17:47           ` Markus Armbruster
2011-01-25  9:19             ` Jes Sorensen
2011-01-25 10:17               ` Markus Armbruster
2011-01-25 11:54                 ` Jes Sorensen
2011-01-24 15:45 ` [Qemu-devel] Re: [PATCH v4 0/4] strtosz() cleanups Kevin Wolf
2011-01-24 17:28   ` Stefan Weil
2011-01-25  9:18     ` Jes Sorensen
2011-01-25 10:14       ` Markus Armbruster
2011-01-25 11:52         ` Jes Sorensen
2011-01-25 13:19           ` Markus Armbruster

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.