Home
last modified time | relevance | path

Searched refs:qdev_prop_pci_devfn (Results 1 – 2 of 2) sorted by relevance

/qemu/include/hw/
H A Dqdev-properties-system.h20 extern const PropertyInfo qdev_prop_pci_devfn;
32 DEFINE_PROP_SIGNED(_n, _s, _f, _d, qdev_prop_pci_devfn, int32_t)
/qemu/hw/core/
H A Dqdev-properties-system.c840 const PropertyInfo qdev_prop_pci_devfn = { variable