summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* util: viraudit: remove unnecessary includesJán Tomko2020-03-061-3/+0
* util: audit: drop support for old libauditJán Tomko2020-03-061-12/+0
* virthread: Free thread name only after worker has finishedMichal Privoznik2020-03-061-1/+1
* test: fix leak of authentication infoDaniel P. Berrangé2020-03-061-0/+6
* aa-helper: use g_autofree in create_profileJán Tomko2020-03-051-28/+17
* vz: use g_autofree in prlsdkConvertCpuInfoJán Tomko2020-03-051-13/+9
* virmacmap: Use g_autofree in virMacMapWriteFileLockedJán Tomko2020-03-051-8/+4
* docs: add page describing the libvirt daemonsDaniel P. Berrangé2020-03-052-0/+695
* VIR_FREE: Replace internals by g_clear_pointerPeter Krempa2020-03-053-26/+3
* testQemuMonitorJSONqemuMonitorJSONGetTargetArch: Fix uninitialized use of 'arch'Peter Krempa2020-03-051-9/+5
* cmdDomHostname: Fix uninitialized use of 'hostname' by refactoring cleanupPeter Krempa2020-03-051-12/+6
* virLXCProcessSetupNamespaceName: Fix potential uninitialized free of 'path'Peter Krempa2020-03-051-2/+1
* virNetworkPortDefSaveStatus: Fix potentially uninitialized 'path' by refactor...Peter Krempa2020-03-051-12/+7
* src: add pthread_np.h include for FreeBSDDaniel P. Berrangé2020-03-051-0/+4
* src: improve thread naming with human targetted namesDaniel P. Berrangé2020-03-0518-57/+101
* src: set the OS level thread nameDaniel P. Berrangé2020-03-053-8/+46
* qemu: drop ability to open monitor from FDDaniel P. Berrangé2020-03-052-15/+0
* qemu: drop support for agent connections on PTYsDaniel P. Berrangé2020-03-051-34/+2
* qemuhotplugtestcpus: Always use 'query-cpus-fast'Peter Krempa2020-03-056-489/+491
* qemuMonitorJSONSetMigrationParams: Refactor command construction and cleanupPeter Krempa2020-03-051-18/+7
* util: json: Convert virJSONValueNewObject() to g_new0Peter Krempa2020-03-0521-137/+32
* qemu_shim: Ignore SIGPIPEMichal Privoznik2020-03-051-0/+1
* qemu_shim: Allow other users to enter the root dirMichal Privoznik2020-03-051-0/+6
* qemu: Don't compare local and remote hostnames on migrationMichal Privoznik2020-03-051-7/+5
* admin: use g_autofreeGaurav Agrawal2020-03-041-9/+5
* tests: do not include skipped tests in failedTestsJán Tomko2020-03-041-1/+1
* qemu: Don't request nested entries in qemuBlockGetNamedNodeDataPeter Krempa2020-03-045-7/+15
* qemu: monitor: Add 'flat' parameter for qemuMonitorJSONQueryNamedBlockNodesPeter Krempa2020-03-043-6/+10
* qemuCheckpointDiscardBitmaps: Use qemuBlockGetNamedNodeDataPeter Krempa2020-03-041-3/+1
* qemu: monitor: Refactor variable cleanup in qemuMonitorJSONQueryNamedBlockNodesPeter Krempa2020-03-041-12/+5
* qemu: capabilities: Add capability for the 'flat' argument of 'query-named-bl...Peter Krempa2020-03-043-0/+4
* qemu: monitor: Remove leftovers from password callbackPeter Krempa2020-03-041-9/+0
* tests: qemucapabilities: Update capabilities of qemu-5.0.0 on x86_64Peter Krempa2020-03-042-2724/+3237
* conf: default to virtio bus for input passthroughJán Tomko2020-03-041-1/+2
* conf: only allow virtio bus for input passthroughJán Tomko2020-03-041-0/+6
* qemu: build vhost-user-fs device command lineJán Tomko2020-03-044-2/+133
* qemu: use the vhost-user schemas to find binaryJán Tomko2020-03-045-0/+67
* qemu: put virtiofsd in the emulator cgroupJán Tomko2020-03-043-0/+46
* qemu: add code for handling virtiofsdJán Tomko2020-03-048-3/+376
* qemu: forbid migration with vhost-user-fs deviceJán Tomko2020-03-041-0/+10
* qemu: validate virtiofs filesystemsJán Tomko2020-03-041-5/+77
* qemu: add virtiofsd_debug to qemu.confJán Tomko2020-03-045-0/+12
* conf: add virtiofs-related elements and attributesJán Tomko2020-03-047-3/+197
* conf: qemu: add virtiofs fsdriver typeJán Tomko2020-03-0412-1/+149
* docs: add virtiofs kbaseJán Tomko2020-03-042-0/+150
* qemu: add QEMU_CAPS_DEVICE_VHOST_USER_FSJán Tomko2020-03-047-0/+12
* qemuxml2xmltest: set driver as privilegedJán Tomko2020-03-041-0/+1
* qemu: pass virDomainObjPtr to qemuExtDevicesSetupCgroupJán Tomko2020-03-043-3/+4
* qemuExtDevicesStart: pass logManagerJán Tomko2020-03-043-1/+5
* schema: wrap fsDriver in a choice groupJán Tomko2020-03-041-23/+27