Home
last modified time | relevance | path

Searched refs:VIR_DOMAIN_OSTYPE_HVM (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dvircapstest.c161 VIR_DOMAIN_OSTYPE_HVM, VIR_ARCH_X86_64, in test_virCapsDomainDataLookupQEMU()
163 CAPSCOMP(VIR_DOMAIN_OSTYPE_HVM, VIR_ARCH_NONE, VIR_DOMAIN_VIRT_NONE, NULL, NULL, in test_virCapsDomainDataLookupQEMU()
164 VIR_DOMAIN_OSTYPE_HVM, VIR_ARCH_X86_64, in test_virCapsDomainDataLookupQEMU()
167 VIR_DOMAIN_OSTYPE_HVM, VIR_ARCH_AARCH64, in test_virCapsDomainDataLookupQEMU()
170 VIR_DOMAIN_OSTYPE_HVM, VIR_ARCH_X86_64, in test_virCapsDomainDataLookupQEMU()
173 VIR_DOMAIN_OSTYPE_HVM, VIR_ARCH_PPC64, in test_virCapsDomainDataLookupQEMU()
176 VIR_DOMAIN_OSTYPE_HVM, VIR_ARCH_RISCV32, in test_virCapsDomainDataLookupQEMU()
179 VIR_DOMAIN_OSTYPE_HVM, VIR_ARCH_RISCV64, in test_virCapsDomainDataLookupQEMU()
183 VIR_DOMAIN_OSTYPE_HVM, VIR_ARCH_PPC64, in test_virCapsDomainDataLookupQEMU()
186 VIR_DOMAIN_OSTYPE_HVM, VIR_ARCH_PPC64LE, in test_virCapsDomainDataLookupQEMU()
H A Dxml2vmxtest.c35 guest = virCapabilitiesAddGuest(caps, VIR_DOMAIN_OSTYPE_HVM, in testCapsInit()
43 guest = virCapabilitiesAddGuest(caps, VIR_DOMAIN_OSTYPE_HVM, in testCapsInit()
H A Dvmx2xmltest.c34 guest = virCapabilitiesAddGuest(caps, VIR_DOMAIN_OSTYPE_HVM, in testCapsInit()
42 guest = virCapabilitiesAddGuest(caps, VIR_DOMAIN_OSTYPE_HVM, in testCapsInit()
H A Dtestutilsxen.c37 guest = virCapabilitiesAddGuest(caps, VIR_DOMAIN_OSTYPE_HVM, in testXLInitCaps()
H A Dtestutils.c906 guest = virCapabilitiesAddGuest(caps, VIR_DOMAIN_OSTYPE_HVM, VIR_ARCH_I686, in virTestGenericCapsInit()
916 guest = virCapabilitiesAddGuest(caps, VIR_DOMAIN_OSTYPE_HVM, VIR_ARCH_X86_64, in virTestGenericCapsInit()
H A Dtestutilsqemu.c168 guest = virCapabilitiesAddGuest(caps, VIR_DOMAIN_OSTYPE_HVM, in testQemuAddGuest()
/dports/devel/libvirt/libvirt-7.10.0/src/libxl/
H A Dxen_xm.c42 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) { in xenParseXMOS()
243 int hvm = def->os.type == VIR_DOMAIN_OSTYPE_HVM; in xenParseXMDiskList()
380 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) { in xenParseXMInputDevs()
448 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) { in xenFormatXMOS()
518 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) { in xenFormatXMInputDevs()
H A Dxen_common.c309 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) { in xenParseTimeOffset()
594 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) { in xenParseHypervisorFeatures()
655 int hvm = def->os.type == VIR_DOMAIN_OSTYPE_HVM; in xenParseVfb()
942 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) { in xenParseCharDev()
1346 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) { in xenParseEmulatedDevices()
1380 def->os.type = VIR_DOMAIN_OSTYPE_HVM; in xenParseGeneralMeta()
1389 def->os.type = VIR_DOMAIN_OSTYPE_HVM; in xenParseGeneralMeta()
1843 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) { in xenFormatTimeOffset()
1943 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) { in xenFormatCharDev()
2291 if (def->os.type != VIR_DOMAIN_OSTYPE_HVM || in xenFormatSound()
[all …]
H A Dxen_xl.c104 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) { in xenParseXLOS()
120 if (caps->guests[i]->ostype == VIR_DOMAIN_OSTYPE_HVM && in xenParseXLOS()
332 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) { in xenParseXLSpice()
784 def->os.type != VIR_DOMAIN_OSTYPE_HVM) in xenParseXLDisk()
818 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) { in xenParseXLInputDevs()
1181 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) { in xenFormatXLOS()
1737 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM && def->graphics) { in xenFormatXLSpice()
1826 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) { in xenFormatXLInputDevs()
H A Dlibxl_capabilities.c477 guest_archs[i].hvm ? VIR_DOMAIN_OSTYPE_HVM : in libxlCapsInitGuests()
715 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) { in libxlDomainGetEmulatorType()
H A Dlibxl_domain.c263 def->os.type != VIR_DOMAIN_OSTYPE_HVM) in libxlDomainDeviceDefPostParse()
305 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) { in libxlDomainDeviceDefPostParse()
361 if (def->os.type != VIR_DOMAIN_OSTYPE_HVM && def->nconsoles == 0) { in libxlDomainDefPostParse()
382 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM && in libxlDomainDefPostParse()
H A Dlibxl_conf.c132 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM || in libxlMakeDomCreateInfo()
135 c_info->type = def->os.type == VIR_DOMAIN_OSTYPE_HVM ? in libxlMakeDomCreateInfo()
344 bool hvm = def->os.type == VIR_DOMAIN_OSTYPE_HVM; in libxlMakeDomBuildInfo()
1318 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM && !attach) in libxlMakeNic()
1615 if (def->os.type != VIR_DOMAIN_OSTYPE_HVM) in libxlMakeBuildInfoVfb()
/dports/devel/libvirt/libvirt-7.10.0/src/vmware/
H A Dvmware_conf.c81 guest = virCapabilitiesAddGuest(caps, VIR_DOMAIN_OSTYPE_HVM, in vmwareCapsInit()
101 guest = virCapabilitiesAddGuest(caps, VIR_DOMAIN_OSTYPE_HVM, in vmwareCapsInit()
/dports/devel/libvirt/libvirt-7.10.0/src/ch/
H A Dch_conf.c68 guest = virCapabilitiesAddGuest(caps, VIR_DOMAIN_OSTYPE_HVM, in virCHDriverCapsInit()
/dports/devel/libvirt/libvirt-7.10.0/src/bhyve/
H A Dbhyve_capabilities.c53 guest = virCapabilitiesAddGuest(caps, VIR_DOMAIN_OSTYPE_HVM, in virBhyveCapsBuild()
/dports/devel/libvirt/libvirt-7.10.0/src/vz/
H A Dvz_driver.c100 VIR_DOMAIN_OSTYPE_HVM, in vzBuildCapabilities()
278 def->os.type == VIR_DOMAIN_OSTYPE_HVM) in vzDomainDeviceDefPostParse()
283 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) in vzDomainDeviceDefPostParse()
815 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) { in vzDomainDefineXMLFlags()
/dports/devel/libvirt/libvirt-7.10.0/src/openvz/
H A Dopenvz_conf.c1070 if (def->os.type == VIR_DOMAIN_OSTYPE_HVM) in openvzDomainDeviceDefPostParse()
/dports/devel/libvirt/libvirt-7.10.0/src/conf/
H A Ddomain_audit.c808 vm->def->os.type == VIR_DOMAIN_OSTYPE_HVM) in virDomainAuditStart()
H A Ddomain_conf.h148 VIR_DOMAIN_OSTYPE_HVM, enumerator
/dports/devel/libvirt/libvirt-7.10.0/src/hyperv/
H A Dhyperv_driver.c277 guest = virCapabilitiesAddGuest(caps, VIR_DOMAIN_OSTYPE_HVM, VIR_ARCH_I686, in hypervCapsInit()
284 guest = virCapabilitiesAddGuest(caps, VIR_DOMAIN_OSTYPE_HVM, VIR_ARCH_X86_64, in hypervCapsInit()
2763 def->os.type = VIR_DOMAIN_OSTYPE_HVM; in hypervDomainGetXMLDesc()
/dports/devel/libvirt/libvirt-7.10.0/src/vbox/
H A Dvbox_common.c103 guest = virCapabilitiesAddGuest(caps, VIR_DOMAIN_OSTYPE_HVM, in vboxCapsInit()
4039 def->os.type = VIR_DOMAIN_OSTYPE_HVM; in vboxDomainGetXMLDesc()
4241 def->os.type = VIR_DOMAIN_OSTYPE_HVM; in vboxDomainAttachDeviceImpl()
4360 def->os.type = VIR_DOMAIN_OSTYPE_HVM; in vboxDomainDetachDevice()
6130 defdom->os.type = VIR_DOMAIN_OSTYPE_HVM; in vboxDomainSnapshotGetXMLDesc()
/dports/devel/libvirt/libvirt-7.10.0/src/esx/
H A Desx_driver.c565 guest = virCapabilitiesAddGuest(caps, VIR_DOMAIN_OSTYPE_HVM, in esxCapsInit()
575 guest = virCapabilitiesAddGuest(caps, VIR_DOMAIN_OSTYPE_HVM, in esxCapsInit()
/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_capabilities.c1063 guest = virCapabilitiesAddGuest(caps, VIR_DOMAIN_OSTYPE_HVM, in virQEMUCapsInitGuestFromBinary()
1815 VIR_DOMAIN_OSTYPE_HVM, hostarch, VIR_DOMAIN_VIRT_QEMU, in virQEMUCapsGetDefaultVersion()
H A Dqemu_validate.c1064 if (def->os.type != VIR_DOMAIN_OSTYPE_HVM) { in qemuValidateDomainDef()
/dports/devel/libvirt/libvirt-7.10.0/src/vmx/
H A Dvmx.c1687 def->os.type = VIR_DOMAIN_OSTYPE_HVM; in virVMXParseConfig()

12