summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* util: Introduce virFileFindInPathFull()Andrea Bolognani2023-05-103-0/+37
* util: Small refactorAndrea Bolognani2023-05-101-6/+8
* util: include virfirewall.h in virfirewalld.hMichal Privoznik2023-05-101-0/+2
* conf: qemu: Add support for multi-channel mode for 'usb' sound cardsPeter Krempa2023-05-094-0/+35
* conf: Register autoptr cleanup for 'virDomainSoundDef' and refactor virDomain...Peter Krempa2023-05-092-12/+8
* qemu: Report domain name in unexpectedly closed monitor messageMichal Privoznik2023-05-091-3/+6
* logging: Provide empty VIRTLOGD_ARGS in the unit fileMichal Privoznik2023-05-091-0/+1
* qemu: hotplug: Reorder setup of disk backend metadataPeter Krempa2023-05-051-3/+3
* meson: Use initconfdirAndrea Bolognani2023-05-0517-16/+17
* util: Improve comment for workaroundAndrea Bolognani2023-05-041-2/+1
* qemu: Fix error messageAndrea Bolognani2023-05-041-1/+1
* cpu_riscv64.c: add update() implementationDaniel Henrique Barboza2023-05-041-1/+27
* qemu: Use configured iothread poll parameters on startupPeter Krempa2023-05-022-14/+34
* conf: Store the iothread 'poll' settings in the XMLPeter Krempa2023-05-023-1/+66
* qemu: Store all iothread's 'poll*' attributes as unsigned long longPeter Krempa2023-05-024-36/+51
* qemu: Remove iothread 'poll-' value validationPeter Krempa2023-05-022-28/+0
* virTypedParamsValidate: Allow typed params to be both _UINT and _ULLONGPeter Krempa2023-05-022-5/+23
* virTypedParamsValidate: Refactor variable declaration and cleanupPeter Krempa2023-05-021-15/+16
* util: virtypedparam: Introduce virTypedParamsGetUnsignedPeter Krempa2023-05-023-0/+57
* util: typedparam: Introduce virTypedParamListAddUnsignedPeter Krempa2023-05-023-0/+43
* util: virtypedparam: Remove return values from virTypedParamListAdd* APIsPeter Krempa2023-05-026-394/+173
* util: virtypedparam: Store errors inside virTypedParamListPeter Krempa2023-05-021-28/+34
* util: virtypedparam: Refactor return value of virTypedParamListStealParamsPeter Krempa2023-05-027-16/+35
* util: virtypedparam: Privatize definition of struct _virTypedParamListPeter Krempa2023-05-022-5/+7
* Use 'virTypedParamListFetch' for extracting identity parameters listPeter Krempa2023-05-022-2/+13
* util: virtypedparam: Introduce 'virTypedParamListFetch'Peter Krempa2023-05-023-0/+33
* qemuDomainGetStatsBlock: Don't directly access virTypedParamListPeter Krempa2023-05-021-10/+6
* util: typedparam: Introduce 'virTypedParamListConcat'Peter Krempa2023-05-023-0/+28
* util: virtypedparam: Introduce virTypedParamListNew()Peter Krempa2023-05-027-7/+16
* virtypedparam.h: Consistently use contemporary header stylePeter Krempa2023-05-021-60/+80
* util: virtypedparam: Simplify error handling in virTypedParamListAdd*Peter Krempa2023-05-021-31/+15
* virTypedParameterAssignValueVArgs: Ensure proper typed param type in callerPeter Krempa2023-05-021-15/+14
* virTypedParamsDeserialize: Remove unnecessary line breaksPeter Krempa2023-05-021-12/+6
* util: virtypedparam: Use proper enum type for all switch() statementsPeter Krempa2023-05-021-4/+8
* virTypedParameterAssignValue: Drop 'copystr' parameterPeter Krempa2023-05-021-9/+8
* virpci: Resolve leak in virPCIVirtualFunctionList cleanupTim Shearer2023-05-021-0/+1
* qemu: Stop virQEMUCaps propagation into qemuHostdevPreparePCIDevices()Michal Privoznik2023-04-254-10/+4
* qemu: Remove empty functionsMichal Privoznik2023-04-254-59/+0
* qemu: Move <hostdev> SCSI path generation into qemuDomainPrepareHostdev()Michal Privoznik2023-04-253-64/+14
* qemu_hotplug: Drop PCI backend check in qemuDomainAttachHostPCIDevice()Michal Privoznik2023-04-251-29/+1
* qemu: Deny all but VFIO PCI backends in hostdev prepare phaseMichal Privoznik2023-04-251-0/+7
* qemu: Move <hostdev/> PCI backend setting into qemuDomainPrepareHostdev()Michal Privoznik2023-04-253-63/+53
* qemu_domain: Move internals of qemuDomainPrepareHostdev() into a separate fun...Michal Privoznik2023-04-251-38/+58
* qemuDomainAttachHostDevice: Prepare device early and for all typesMichal Privoznik2023-04-251-3/+3
* qemu: allow forcing emulated maxphysaddrJán Tomko2023-04-252-8/+4
* qemu: add support for setting host-phys-bits-limitJán Tomko2023-04-251-0/+3
* conf: cpu: add limit for maxphysaddrJán Tomko2023-04-253-0/+19
* lxc: Fix access to hostdev capabilitiesMichal Privoznik2023-04-252-3/+3
* lxc: Make lxcCreateHostdevDef() less versatileMichal Privoznik2023-04-251-9/+5
* qemu_hotplug.h: Expose less functionsMichal Privoznik2023-04-252-85/+32