Home
last modified time | relevance | path

Searched refs:props_ (Results 1 – 4 of 4) sorted by relevance

/qemu/include/hw/
H A Dqdev-core.h135 Property *props_; member
/qemu/hw/core/
H A Dqdev-properties.c774 prop = qdev_prop_walk(DEVICE_CLASS(class)->props_, name); in qdev_prop_find()
1068 dc->props_ = props; in device_class_set_props()
H A Dqdev.c720 klass->props_ = NULL; in device_class_base_init()
/qemu/system/
H A Dqdev-monitor.c808 qdev_print_props(mon, dev, DEVICE_CLASS(class)->props_, indent); in qdev_print()