]> git.proxmox.com Git - qemu.git/commit - qom/object.c
qom: Introduce object_class_get_list()
authorAndreas Färber <afaerber@suse.de>
Sat, 25 Feb 2012 22:07:34 +0000 (23:07 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 14 Mar 2012 20:30:39 +0000 (15:30 -0500)
commit418ba9e5d6849ef2e8512d8853628ce4bf37937a
tree02ee87f1782cd7d38e96d6a8520eee7884d5df6f
parentac4510337d1e461d4d56889db9691c49d3597cdb
qom: Introduce object_class_get_list()

This function allows to obtain a singly-linked list of classes, which
can be sorted by the caller.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Cc: Anthony Liguori <anthony@codemonkey.ws>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
include/qemu/object.h
qom/object.c