* Re: [Qemu-devel] [PATCH 1/4] object: add object_property_add_bool
[not found] ` <4FE8DFD7.2070307@us.ibm.com>
@ 2012-07-02 12:29 ` Paolo Bonzini
0 siblings, 0 replies; only message in thread
From: Paolo Bonzini @ 2012-07-02 12:29 UTC (permalink / raw)
To: Anthony Liguori
Cc: Kevin Wolf, Stefan Hajnoczi, Markus Armbruster, qemu-devel,
Amit Shah, Igor Mammedov, Andreas Färber
Il 26/06/2012 00:01, Anthony Liguori ha scritto:
> The various object_property_set_* functions are inconsistent because I
> didn't write them. I'm not sure why they take value/name. They should
> take name/value IMHO.
void object_property_set(Object *obj, Visitor *v, const char *name,
Error **errp)
s/v/value/ and you get object_property_set_*. I don't like it either,
but I was trying to be consistent...
Paolo
^ permalink raw reply [flat|nested] only message in thread