[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 01/19] qapi: Smarter camel_to_upper() to reduce need for '
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v2 01/19] qapi: Smarter camel_to_upper() to reduce need for 'prefix' |
Date: |
Wed, 4 Sep 2024 13:18:10 +0100 |
User-agent: |
Mutt/2.2.12 (2023-09-09) |
On Wed, Sep 04, 2024 at 01:18:18PM +0200, Markus Armbruster wrote:
> camel_to_upper() converts its argument from camel case to upper case
> with '_' between words. Used for generated enumeration constant
> prefixes.
>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> Reviewed-by: Daniel P. Berrang?? <berrange@redhat.com>
The accent in my name is getting mangled in this series.
IIRC your mail client (git send-email ?) needs to be explicitly
setting a chardset eg
Content-type: text/plain; charset=utf8
so that mail clients & intermediate servers know how to interpret
the 8bit data.
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [PATCH v2 06/19] qapi/ebpf: Drop temporary 'prefix', (continued)
- [PATCH v2 06/19] qapi/ebpf: Drop temporary 'prefix', Markus Armbruster, 2024/09/04
- [PATCH v2 05/19] qapi/crypto: Drop temporary 'prefix', Markus Armbruster, 2024/09/04
- [PATCH v2 03/19] qapi/block-core: Drop temporary 'prefix', Markus Armbruster, 2024/09/04
- [PATCH v2 17/19] qapi/cryptodev: Drop unwanted 'prefix', Markus Armbruster, 2024/09/04
- [PATCH v2 11/19] qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix, Markus Armbruster, 2024/09/04
- [PATCH v2 08/19] qapi/ui: Drop temporary 'prefix', Markus Armbruster, 2024/09/04
- [PATCH v2 16/19] qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo, Markus Armbruster, 2024/09/04
- [PATCH v2 01/19] qapi: Smarter camel_to_upper() to reduce need for 'prefix', Markus Armbruster, 2024/09/04
- Re: [PATCH v2 01/19] qapi: Smarter camel_to_upper() to reduce need for 'prefix',
Daniel P . Berrangé <=
[PATCH v2 04/19] qapi/common: Drop temporary 'prefix', Markus Armbruster, 2024/09/04
[PATCH v2 12/19] qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix, Markus Armbruster, 2024/09/04
[PATCH v2 07/19] qapi/machine: Drop temporary 'prefix', Markus Armbruster, 2024/09/04