From: Stefan Weil <weil@mail.berlios.de>
To: Kevin Wolf <kwolf@redhat.com>
Cc: Jes.Sorensen@redhat.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Re: [PATCH v4 0/4] strtosz() cleanups
Date: Mon, 24 Jan 2011 18:28:02 +0100 [thread overview]
Message-ID: <4D3DB6A2.3060903@mail.berlios.de> (raw)
In-Reply-To: <4D3D9E8B.20000@redhat.com>
Am 24.01.2011 16:45, schrieb Kevin Wolf:
> Am 24.01.2011 16:33, schrieb Jes.Sorensen@redhat.com:
>> 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(-)
>>
>
> Thanks, applied all to the block branch.
>
> Kevin
There was some discussion regarding this patch set.
I agree with Markus that part of the first patch
should be removed: don't change char to unsigned char.
It's not necessary, and the result is, that now unsigned chars
are assigned to chars which might raise future compiler
warnings.
Stefan
next prev parent reply other threads:[~2011-01-24 17:29 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D3DB6A2.3060903@mail.berlios.de \
--to=weil@mail.berlios.de \
--cc=Jes.Sorensen@redhat.com \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).