On 02/25/2012 04:07 PM, Andreas Färber wrote:
This function allows to obtain a singly-linked list of classes, which
can be sorted by the caller.
Signed-off-by: Andreas Färber
Cc: Anthony Liguori
Applied. Thanks.
Regards,
Anthony Liguori
---
v1 -> v2:
* Instead of object_class_foreach
Am 07.03.2012 11:21, schrieb Andreas Färber:
> Am 25.02.2012 23:07, schrieb Andreas Färber:
>> This function allows to obtain a singly-linked list of classes, which
>> can be sorted by the caller.
>>
>> Signed-off-by: Andreas Färber
>> Cc: Anthony Liguori
>
> Ping? You requested me to do it via
Am 25.02.2012 23:07, schrieb Andreas Färber:
> This function allows to obtain a singly-linked list of classes, which
> can be sorted by the caller.
>
> Signed-off-by: Andreas Färber
> Cc: Anthony Liguori
Ping? You requested me to do it via GSList instead of GTree, and the
qom-cpu branch has bee
Am 25.02.2012 23:07, schrieb Andreas Färber:
> This function allows to obtain a singly-linked list of classes, which
> can be sorted by the caller.
>
> Signed-off-by: Andreas Färber
> Cc: Anthony Liguori
> ---
> v1 -> v2:
> * Instead of object_class_foreach() using a GCompareFunc with a GTree
This function allows to obtain a singly-linked list of classes, which
can be sorted by the caller.
Signed-off-by: Andreas Färber
Cc: Anthony Liguori
---
v1 -> v2:
* Instead of object_class_foreach() using a GCompareFunc with a GTree
internally,
return a GSList so that the caller can sort h