Home
last modified time | relevance | path

Searched refs:qemuDomainSupportsNicdev (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_interface.c728 if (!qemuDomainSupportsNicdev(def, net)) { in qemuInterfaceOpenVhostNet()
H A Dqemu_domain.h798 bool qemuDomainSupportsNicdev(virDomainDef *def,
H A Dqemu_hotplug.c1330 if (!qemuDomainSupportsNicdev(vm->def, net)) { in qemuDomainAttachNetDevice()
H A Dqemu_command.c9011 if (qemuDomainSupportsNicdev(def, net)) { in qemuBuildInterfaceCommandLine()
H A Dqemu_domain.c9650 qemuDomainSupportsNicdev(virDomainDef *def, in qemuDomainSupportsNicdev() function