Statistics
| Branch: | Revision:

root / tests / test-qdev-global-props.c @ feature-archipelago

History | View | Annotate | Download (5 kB)

# Date Author Comment
747b0cb4 08/16/2013 07:44 pm Eduardo Habkost

tests: Unit tests for qdev global properties handling

This tests the qdev global-properties handling code.

Signed-off-by: Eduardo Habkost <>
Signed-off-by: Andreas Färber <>

99a0b036 08/16/2013 07:44 pm Eduardo Habkost

qdev: Set globals in instance_post_init function

This way, properties registered in the instance_init function of
child classes will be handled properly by qdev_prop_set_globals(), too.

Includes a unit test for the new functionality.

Signed-off-by: Eduardo Habkost <>...