Home
last modified time | relevance | path

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

/dports/devel/libvirt/libvirt-7.10.0/src/libxl/
H A Dlibxl_driver.c4044 libxlDomainAttachDeviceNormalize(const virDomainDeviceDef *devConf, in libxlDomainAttachDeviceNormalize() argument
4062 if (devConf->type == VIR_DOMAIN_DEVICE_NET) in libxlDomainAttachDeviceNormalize()
4063 virMacAddrSet(&devLive->data.net->mac, &devConf->data.net->mac); in libxlDomainAttachDeviceNormalize()
4076 virDomainDeviceDef *devConf = NULL; in libxlDomainAttachDeviceFlags() local
4097 if (!(devConf = virDomainDeviceDefParse(xml, vm->def, in libxlDomainAttachDeviceFlags()
4111 devConfSave = *devConf; in libxlDomainAttachDeviceFlags()
4113 if (libxlDomainAttachDeviceConfig(vmdef, devConf) < 0) in libxlDomainAttachDeviceFlags()
4151 virDomainDeviceDefFree(devConf); in libxlDomainAttachDeviceFlags()
/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_driver.c7811 qemuDomainAttachDeviceLiveAndConfigHomogenize(const virDomainDeviceDef *devConf, in qemuDomainAttachDeviceLiveAndConfigHomogenize() argument
7832 if (devConf->type == VIR_DOMAIN_DEVICE_NET) in qemuDomainAttachDeviceLiveAndConfigHomogenize()
7833 virMacAddrSet(&devLive->data.net->mac, &devConf->data.net->mac); in qemuDomainAttachDeviceLiveAndConfigHomogenize()
7847 g_autoptr(virDomainDeviceDef) devConf = NULL; in qemuDomainAttachDeviceLiveAndConfig()
7867 if (!(devConf = virDomainDeviceDefParse(xml, vmdef, in qemuDomainAttachDeviceLiveAndConfig()
7877 devConfSave = *devConf; in qemuDomainAttachDeviceLiveAndConfig()
7879 if (virDomainDeviceValidateAliasForHotplug(vm, devConf, in qemuDomainAttachDeviceLiveAndConfig()
7883 if (virDomainDefCompatibleDevice(vmdef, devConf, NULL, in qemuDomainAttachDeviceLiveAndConfig()
7888 if (qemuDomainAttachDeviceConfig(vmdef, devConf, priv->qemuCaps, in qemuDomainAttachDeviceLiveAndConfig()