qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH 01/25] Introduce QEMU dictionary data type


From: Paolo Bonzini
Subject: [Qemu-devel] Re: [PATCH 01/25] Introduce QEMU dictionary data type
Date: Wed, 29 Jul 2009 17:24:50 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2

On 07/29/2009 03:38 PM, Avi Kivity wrote:
On 07/29/2009 04:28 PM, Luiz Capitulino wrote:

+static void *__qemu_dict_get(const struct qemu_dict *qdict,
+ const char *key, unsigned int hash)
Do not violate the standard please.

What's the problem, the '__' or the indentation?

The __ prefix is reserved for system identifiers.

Single _ + uppercase is also reserved (I've seen many _FILENAME_H header guards).

Paolo




reply via email to

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