Home
last modified time | relevance | path

Searched refs:qdev_should_hide_device (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/
H A Dqdev-core.h1076 bool qdev_should_hide_device(const QDict *opts, bool from_json, Error **errp);
/openbmc/qemu/hw/core/
H A Dqdev.c211 bool qdev_should_hide_device(const QDict *opts, bool from_json, Error **errp) in qdev_should_hide_device() function
/openbmc/qemu/system/
H A Dqdev-monitor.c668 if (qdev_should_hide_device(opts, from_json, errp)) { in qdev_device_add_from_qdict()