summaryrefslogtreecommitdiff
path: root/src/conf
Commit message (Expand)AuthorAgeFilesLines
* conf: numa: Allow formatting 'none' values for 'associativity' and 'policy' o...Peter Krempa2023-05-171-9/+4
* virDomainNumaDefNodeCacheParseXML: Refactor parsing of cache XMLPeter Krempa2023-05-171-46/+14
* conf: Introduce MTE domain featureMichal Privoznik2023-05-163-1/+11
* schemas: backup: Allow missing 'type' attribute for backup diskPeter Krempa2023-05-161-0/+4
* conf: backup: Fix logic for generating default backup filenamesPeter Krempa2023-05-161-2/+5
* virDomainBackupDefAssignStore: Restructure control flowPeter Krempa2023-05-161-6/+8
* conf: qemu: Add support for multi-channel mode for 'usb' sound cardsPeter Krempa2023-05-093-0/+32
* conf: Register autoptr cleanup for 'virDomainSoundDef' and refactor virDomain...Peter Krempa2023-05-092-12/+8
* conf: Store the iothread 'poll' settings in the XMLPeter Krempa2023-05-023-1/+66
* conf: cpu: add limit for maxphysaddrJán Tomko2023-04-253-0/+19
* Move default Input bus logic to PostParse handlingK Shiva2023-04-243-32/+39
* conf: storage: remove redundant conditionJán Tomko2023-04-201-13/+9
* conf: domain: remove unreachable breakJán Tomko2023-04-201-1/+0
* conf: Add missing empty lines before virDomainWatchdogDefParseXMLMartin Kletzander2023-04-201-0/+2
* conf: Initialize _virNetworkObj::dnsmasqPid to -1 in virNetworkObjNew()Michal Privoznik2023-04-191-0/+1
* conf: Restrict use of <portForward> to the passt backendAndrea Bolognani2023-04-181-0/+9
* conf: Introduce igb model for <interface>Akihiko Odaki2023-04-132-0/+2
* conf: Fix migration in some firmware autoselection scenariosAndrea Bolognani2023-04-121-2/+37
* conf: Move validation of virDomainGraphicsListenDef out of parserK Shiva Kiran2023-04-122-35/+31
* virDomainPCIAddressSetExtensionAlloc: Remove return valuePeter Krempa2023-04-111-10/+3
* virCapabilitiesFreeMachines: Remove unused functionPeter Krempa2023-04-032-22/+0
* virCapabilitiesAllocMachines: Use NULL-terminated list as argument and return...Peter Krempa2023-04-032-6/+8
* virDomainHostdevDefClear: Fix and shorten commentPeter Krempa2023-04-031-7/+1
* conf: Unexport virDomainHostdevDefClearPeter Krempa2023-04-032-67/+69
* schema: capabilities: Add 'hvf' virt type into list of allowed typesPeter Krempa2023-04-031-0/+1
* qemu/qemu_validate: Update format strings in translated messagesJiri Denemark2023-04-011-1/+1
* conf: Update format strings in translated messagesJiri Denemark2023-04-0138-407/+323
* conf/node_device_conf: Update format strings in translated messagesJiri Denemark2023-04-011-91/+87
* conf/network_conf: Update format strings in translated messagesJiri Denemark2023-04-011-215/+152
* conf/domain_validate: Update format strings in translated messagesJiri Denemark2023-04-011-74/+62
* conf/domain_conf: Update format strings in translated messagesJiri Denemark2023-04-011-481/+391
* Do not use VIR_PCI_DEVICE_ADDRESS_FMT in translationsJiri Denemark2023-04-011-2/+1
* Drop excess whitespace from error messagesJiri Denemark2023-04-011-2/+1
* conf: Clear pointer to freed bitmap holding hostdev's 'origstates'Peter Krempa2023-03-301-1/+1
* conf: Move validation check out of postparseAndrea Bolognani2023-03-222-10/+8
* conf: Don't explicitly set the secure-boot featureAndrea Bolognani2023-03-221-6/+0
* conf: Don't format firmware type/features when migratingAndrea Bolognani2023-03-221-2/+3
* conf: Remove some firmware validation checksAndrea Bolognani2023-03-221-38/+0
* capabilities: reduce scope in virCapabilitiesInitCaches()Shaleen Bathla2023-03-201-1/+1
* qemu: add luks-any encryption support for RBD imagesOr Ozeri2023-03-163-1/+3
* qemu: add support for librbd layered encryptionOr Ozeri2023-03-161-1/+3
* Introduce VIR_DOMAIN_PAUSED_API_ERRORJiri Denemark2023-03-151-0/+1
* qemu: implement QEMU NBD source reconnect delay attributeChristian Nautze2023-03-105-6/+33
* domainsnapshot: add snapshotDeleteInProgress to RNG schemaPavel Hrdina2023-03-091-0/+10
* conf: add support for 'blob' in virtio video deviceJonathon Jongsma2023-03-084-3/+21
* conf: use enum variable for video typeJonathon Jongsma2023-03-082-4/+2
* conf: switch to virXMLProp* functions for parsing videoJonathon Jongsma2023-03-081-53/+20
* util: add virXMLPropUIntDefault() functionJonathon Jongsma2023-03-083-17/+5
* conf: Refactor video model parsingJonathon Jongsma2023-03-081-35/+56
* conf: explicitly set VIR_DOMAIN_VIDEO_TYPE_DEFAULT to 0Jonathon Jongsma2023-03-082-4/+1