summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lib: Replace virFileMakePath() with g_mkdir_with_parents()Michal Privoznik2021-03-0440-88/+88
* lib: Replace virFileMakePathWithMode() with g_mkdir_with_parents()Michal Privoznik2021-03-0416-22/+22
* build: Require glib >= 2.56Jim Fehlig2021-03-042-2/+2
* docs: Spell out our policy concerning minor releasesAndrea Bolognani2021-03-041-0/+1
* netdev_bandwidth_conf: Remove redundant variables/labelsKristina Hanicova2021-03-041-25/+17
* Use g_autoptr instead of virNetDevBandwidthFree where possibleKristina Hanicova2021-03-044-9/+5
* Use g_steal_pointer where possibleKristina Hanicova2021-03-042-6/+3
* netdev_bandwidth_conf: Refractor virNetDevBandwidthParse()Kristina Hanicova2021-03-042-5/+5
* netdev_bandwidth_conf: Use g_autofree where possibleKristina Hanicova2021-03-041-11/+5
* vsh-table: Use g_autofree where possibleKristina Hanicova2021-03-041-9/+4
* build-aux: require GNU grep on FreeBSDRoman Bogorodskiy2021-03-043-6/+20
* node_device_conf: Remove redundant variables/labelsKristina Hanicova2021-03-041-128/+85
* node_device_conf: use g_autoptr in virNodeDevCapPCIDevIommuGroupParseXML()Kristina Hanicova2021-03-041-10/+4
* node_device_conf: Refactoring functions in order to remove VIR_FREEKristina Hanicova2021-03-041-15/+7
* node_device_conf: Use g_autofree where possibleKristina Hanicova2021-03-041-53/+23
* domain_conf: Fix check for hyperv stimerTim Wiederhake2021-03-041-1/+1
* domain_conf: Add missing break in switchTim Wiederhake2021-03-041-0/+1
* domain_conf: Reduce scope of node in virDomainFeaturesDefParseTim Wiederhake2021-03-041-2/+2
* domain_conf: Reduce scope of gic_version in virDomainFeaturesDefParseTim Wiederhake2021-03-041-2/+1
* domain_conf: Reduce scope of tmp in virDomainFeaturesDefParseTim Wiederhake2021-03-041-17/+9
* vircgroup: drop unused function virCgroupSetupCpuSharesPavel Hrdina2021-03-043-23/+0
* cgroup: use virCgroupSetCpuShares instead of virCgroupSetupCpuSharesPavel Hrdina2021-03-044-31/+7
* vircgroup: enforce range limit for cpu.sharesPavel Hrdina2021-03-046-5/+35
* cpu_map: Fix spelling of svme-addr-chk featureJiri Denemark2021-03-043-3/+3
* libxl: Fix node device detach when driver unspecifiedJim Fehlig2021-03-021-1/+4
* Translated using Weblate (Finnish)Ricky Tigg2021-03-021-324/+255
* cpu_map: Install x86_EPYC-Milan.xmlJiri Denemark2021-03-021-0/+1
* cpu_map: Add EPYC-Milan x86 CPU modelJiri Denemark2021-03-022-0/+93
* util: virerror: Remove virReportOOMErrorPeter Krempa2021-03-024-39/+0
* virVMXConvertToUTF8: Report non-OOM error on failure of xmlBufferCreateStaticPeter Krempa2021-03-021-6/+2
* storage: Don't report OOM error on failure of glfs_newPeter Krempa2021-03-022-2/+4
* util: json: Report non-OOM error on yajl failurePeter Krempa2021-03-021-2/+4
* virVBoxSnapshotConfSaveVboxFile: abort() on failure to allocate xmlDoc and co...Peter Krempa2021-03-021-8/+4
* libxl: abort() on failure of libxl_cpu_bitmap_alloc()Peter Krempa2021-03-022-8/+5
* vbox: abort() on allocation failure in UTF8<->UTF16 conversionPeter Krempa2021-03-022-22/+13
* hyperv: abort() failure of wsmc_fault_new()Peter Krempa2021-03-021-6/+2
* util: iohelper: Don't handle OOM from posix_memalignPeter Krempa2021-03-021-4/+3
* virURIFormat: abort() on failurePeter Krempa2021-03-021-5/+3
* util: virprocess: abort() on CPU_ALLOC failurePeter Krempa2021-03-021-8/+4
* virXMLParseHelper: abort() on allocation failurePeter Krempa2021-03-021-4/+2
* virXMLXPathContextNew: abort() on allocation failurePeter Krempa2021-03-021-4/+2
* Don't report OOM error on xmlCopyNode failurePeter Krempa2021-03-022-3/+6
* util: xml: Add wrapper for 'xmlNewNode'Peter Krempa2021-03-026-34/+30
* util: xml: Add virXMLBufferCreate wrapperPeter Krempa2021-03-026-17/+21
* util: virnetlink: Add wrapper for 'nlmsg_alloc_simple'Peter Krempa2021-03-026-59/+32
* virfirewall: Remove impossible OOM error reportingPeter Krempa2021-03-021-9/+1
* virfirewall: virFirewallAddRuleFullV: Remove OOM check from VIR_APPEND_ELEMENTPeter Krempa2021-03-021-13/+6
* virfirewall: Remove OOM checks from virFirewallStartTransactionPeter Krempa2021-03-021-10/+3
* virfirewall: Don't check OOM in ADD_ARG macroPeter Krempa2021-03-021-17/+3
* virCloseCallbacksGetForConn: Remove OOM handlingPeter Krempa2021-03-021-14/+1