summaryrefslogtreecommitdiff
path: root/src/qemu/qemu_conf.c
Commit message (Expand)AuthorAgeFilesLines
* meson: Stop looking for dbus-daemonAndrea Bolognani2023-05-111-0/+1
* meson: Stop looking for QEMU helpersAndrea Bolognani2023-05-101-0/+4
* qemu: Update format strings in translated messagesJiri Denemark2023-04-011-42/+33
* qemu: Remove duplicate user/group lookupAndrea Bolognani2023-03-031-6/+0
* qemu: Align arguments correctlyAndrea Bolognani2023-03-011-1/+1
* qemu: add passtStateDir to qemu driver configLaine Stump2023-01-091-0/+2
* qemu: Use new connection close callbacks APIPeter Krempa2023-01-061-6/+11
* virQEMUDriverGetDomainCapabilities: Validate argumentsMichal Privoznik2023-01-051-0/+21
* qemu_conf: Introduce a knob to set SCHED_COREMichal Privoznik2022-10-201-0/+38
* qemu: Separate out hugepages basedir makingMichal Privoznik2022-10-171-0/+27
* virdomainjob: make drivers use job object in the domain objectKristina Hanicova2022-09-071-1/+5
* conf: extend xmlopt with job config & add job object into domain objectKristina Hanicova2022-09-071-1/+2
* qemu: Remove unused includesPeng Liang2022-06-161-5/+0
* qemu_conf: Use automatic memory managementTim Wiederhake2022-03-171-42/+21
* qemu: remove sharedDevices hash tableJán Tomko2022-01-191-292/+0
* qemu: remove all use of SGIOJán Tomko2022-01-191-121/+0
* util: remove virGetUnprivSGIOSysfsPathJán Tomko2022-01-191-39/+4
* qemu: validate VNC password lengthDaniel P. Berrangé2021-12-161-0/+6
* qemu: Remove 'else' branches after 'return' or 'goto'Kristina Hanicova2021-11-241-6/+5
* qemu: Remove unnecessary variables and labelsKristina Hanicova2021-11-231-9/+6
* qemu: Check if unpriv_sgio is already set before trying to set itMichal Privoznik2021-10-051-3/+11
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-102/+102
* qemu_conf: properly set 'deprecation_behavior' default valuePavel Hrdina2021-04-131-0/+2
* qemu: conf: Add 'deprecation_behavior' setting to qemu.confPeter Krempa2021-04-061-0/+4
* Do not check return value of VIR_EXPAND_NJiri Denemark2021-03-221-5/+1
* Replace virStringListLength by g_strv_lengthPeter Krempa2021-02-111-2/+2
* qemu: replace VIR_FREE with g_free in all *Dispose() functionsLaine Stump2021-02-051-61/+61
* qemu: replace VIR_FREE with g_free in all vir*Free() functionsLaine Stump2021-02-051-3/+3
* qemu: Don't cache NUMA capsMichal Privoznik2020-12-071-22/+1
* qemu: Fix some issues in virQEMUDriverConfigLoadNVRAMEntryJohn Ferlan2020-12-021-3/+2
* lib: Replace VIR_AUTOSTRINGLIST with GStrvMichal Privoznik2020-12-021-5/+5
* qemu_conf: Fix double free problem for cfg->firmwaresTuguoyi2020-12-011-0/+1
* qemu: conf: Introduce "migrate_tls_force" qemu.conf optionPeter Krempa2020-11-241-0/+2
* qemu_conf: fix a typo in commentJán Tomko2020-11-181-1/+1
* qemu: Don't cache domCaps in virQEMUDriverGetDomainCapabilities()Michal Privoznik2020-11-161-13/+14
* qemu: conf: Enable 'backup_tls_x509_verify' by defaultPeter Krempa2020-11-161-1/+1
* qemu: conf: Enable 'migrate_tls_x509_verify' by defaultPeter Krempa2020-11-161-1/+1
* qemu: conf: Enable 'chardev_tls_x509_verify' by defaultPeter Krempa2020-11-161-1/+1
* qemu: conf: Allow individual control of default value for *_tls_x509_verifyPeter Krempa2020-11-161-8/+14
* util: hash: Retire 'virHashTable' in favor of 'GHashTable'Peter Krempa2020-11-061-2/+2
* qemu_conf: Don't even attempt to enable rememberOwner if unsupportedMichal Privoznik2020-11-061-1/+6
* qemu: use g_new0Ján Tomko2020-10-051-12/+8
* virBitmapNew: Don't check return valuePeter Krempa2020-10-051-2/+1
* qemu: Separate out namespace handling codeMichal Privoznik2020-08-031-0/+1
* Use g_strfeev instead of virStringFreeListJán Tomko2020-08-031-3/+3
* src: fix word spell typosFangge Jin2020-07-091-1/+1
* qemu: conf: Add configuration of TLS environment for NBD transport of pull-ba...Peter Krempa2020-07-071-0/+17
* qemu: conf: Add configuration of TLS key encryption for 'vxhs' and 'nbd' disksPeter Krempa2020-07-071-4/+9
* virQEMUDriverConfigLoadSpecificTLSEntry: Split up fetching of server-only con...Peter Krempa2020-07-071-9/+16
* virQEMUDriverConfigLoadSpecificTLSEntry: Move fetching of 'chardev_tls' above...Peter Krempa2020-07-071-2/+2