summaryrefslogtreecommitdiff
path: root/src/vmx
Commit message (Expand)AuthorAgeFilesLines
...
* vmx; Free @checkMACAddress in virVMXParseEthernet()Michal Privoznik2020-10-021-0/+1
* Prefer https: everywhere where possibleJán Tomko2020-09-011-3/+3
* meson: src: build libvirt.so libraryPavel Hrdina2020-08-031-0/+2
* meson: src: build libvirt.syms and libvirt.def symbol filesPavel Hrdina2020-08-032-7/+6
* meson: src: build libvirt_vmware.a static libraryPavel Hrdina2020-08-031-0/+2
* meson: src: build libvirt_vmx.a static libraryPavel Hrdina2020-08-032-15/+18
* meson: remove automake specific directivesPavel Hrdina2020-08-031-2/+0
* Add a check attribute on the mac address elementBastien Orivel2020-07-231-0/+11
* vmx: support outputing the type attribute for MAC addressesDaniel P. Berrangé2020-07-231-1/+10
* vmx: fix logic handling mac address typeDaniel P. Berrangé2020-07-231-18/+37
* Add a type attribute on the mac address elementBastien Orivel2020-07-131-3/+4
* src: fix word spell typosFangge Jin2020-07-091-1/+1
* use g_auto() for all remaining non-g_auto() virBuffersLaine Stump2020-07-081-4/+1
* Change the virtual NICs limit for the ESX driverBastien Orivel2020-07-082-7/+15
* use g_autoptr for all xmlBuffersLaine Stump2020-07-041-7/+3
* conf, vmx: check for OOM after calling xmlBufferCreate()Laine Stump2020-07-041-4/+7
* src: Fix boolean assignmentMichal Privoznik2020-05-051-2/+2
* vmx: vmware: move video default logic to driverRafael Fonseca2020-03-251-0/+4
* vmx: make 'fileName' optional for CD-ROMsPino Toscano2020-03-191-12/+13
* vmx: shortcut earlier few 'ignore' cases in virVMXParseDisk()Pino Toscano2020-03-191-24/+24
* virsh: include virutil.h where usedJán Tomko2020-02-241-0/+1
* Remove all use of virHexToBinJán Tomko2020-02-241-2/+2
* conf: add support for specifying CPU "dies" parameterDaniel P. Berrangé2020-01-161-0/+7
* conf: add xmlopt to virDomainFSDefNewJán Tomko2020-01-081-1/+1
* use g_ascii_tolower instead of c_tolower from gnulibPavel Hrdina2019-12-101-4/+2
* use g_ascii_isxdigit instead of c_isxdigit from gnulibPavel Hrdina2019-12-101-1/+1
* conf: make virCPUDef into a ref counted structDaniel P. Berrangé2019-12-091-2/+1
* conf: drop virCapsPtr param from domain post parse & validate APIsDaniel P. Berrangé2019-12-091-2/+2
* conf: drop virCapsPtr param from device post parse callbackDaniel P. Berrangé2019-12-091-1/+0
* conf: drop virCapsPtr param from post parse callbackDaniel P. Berrangé2019-12-091-1/+0
* conf: don't use passed in caps in post parse methodDaniel P. Berrangé2019-12-092-4/+6
* conf: move virt type / os type / arch validation to post-parseDaniel P. Berrangé2019-12-091-2/+7
* conf: pass in default architecture via domain XML optionsDaniel P. Berrangé2019-12-091-0/+1
* replace use of gnulib snprintf by g_snprintfPavel Hrdina2019-11-151-9/+9
* vmx: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-9/+4
* util: buffer: Remove virBufferCheckErrorPeter Krempa2019-10-241-3/+0
* Use g_strdup instead of VIR_STRDUP everywhereJán Tomko2019-10-211-7/+7
* Use g_strdup to fill in default valuesJán Tomko2019-10-211-2/+2
* Use g_strdup instead of ignoring VIR_STRDUP's valueJán Tomko2019-10-211-1/+1
* Use g_steal_pointer instead of VIR_STEAL_PTR everywhereJán Tomko2019-10-161-1/+1
* Use g_autoptr instead of VIR_AUTOPTRJán Tomko2019-10-161-1/+1
* Use G_GNUC_UNUSED everywhereJán Tomko2019-10-151-12/+12
* lib: Define and use autofree for virConfPtrMichal Privoznik2019-09-101-2/+1
* xml: namespaces: use uri instead of hrefJán Tomko2019-08-211-7/+1
* conf: domain: use virXMLNamespaceFormatNSJán Tomko2019-08-211-1/+1
* conf: domain: store namespace prefixJán Tomko2019-08-211-0/+1
* conf: domain: use generic XML namespace typesJán Tomko2019-08-211-1/+1
* src/vmx: use #pragma once in headersJonathon Jongsma2019-06-191-12/+9
* vmx: Free @firmware in virVMXParseConfigMichal Privoznik2019-04-231-0/+1
* vmx: convert to net model enumCole Robinson2019-04-161-25/+27