Il 30/09/2014 15:33, Michael S. Tsirkin ha scritto: > > > > > The Propertyinfo.name is used to the qdev property's type, please see PATCH > > 4: > > > > - info->type = g_strdup(prop->info->legacy_name ?: > > prop->info->name); > > + info->type = g_strdup(prop->info->name); > > I would say this one is more a string than an int.
At the QOM level it is an int, even though it secondarily accepts a string in "DD.F" format. Paolo