summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* qemu_snapshot: introduce qemuSnapshotDeleteChildrenPavel Hrdina2023-01-091-36/+63
* qemu_snapshot: introduce qemuSnapshotDeleteSinglePavel Hrdina2023-01-091-16/+31
* qemu_snapshot: refactor qemuSnapshotDeletePavel Hrdina2023-01-091-17/+20
* storage_source: introduce virStorageSourceChainLookupBySourcePavel Hrdina2023-01-093-0/+47
* qemu_blockjob: process QEMU_MONITOR_JOB_STATUS_PENDING signalPavel Hrdina2023-01-093-1/+22
* qemu_block: change qemuBlockCommit to return job pointerPavel Hrdina2023-01-093-29/+35
* qemu_block: introduce qemuBlockFinalizePavel Hrdina2023-01-092-0/+37
* qemu_block: allow configuring autofinalize for block commitPavel Hrdina2023-01-093-2/+11
* qemu_monitor_json: allow configuring autofinalize for block commitPavel Hrdina2023-01-095-9/+13
* qemu_monitor: introduce qemuMonitorJobFinalizePavel Hrdina2023-01-094-0/+44
* qemu_block: add async domain job support to qemuBlockPivotPavel Hrdina2023-01-093-2/+5
* qemu_block: add async domain job support to qemuBlockCommitPavel Hrdina2023-01-093-2/+25
* qemu_block: move qemuDomainBlockPivot out of qemu_driverPavel Hrdina2023-01-093-122/+127
* qemu_block: extract block commit code to separate functionPavel Hrdina2023-01-093-161/+187
* qemu: Always check nodeset provided to numatuneAndrea Bolognani2023-01-091-2/+4
* vz: use g_autofree and remove unnecessary labelJiang Jiacheng2023-01-091-10/+8
* vmware: use g_autofree and remove unnecessary labelJiang Jiacheng2023-01-091-18/+10
* util: use g_autofree and remove unnecessary labelJiang Jiacheng2023-01-091-19/+8
* security: use g_autofree and remove unnecessary labelJiang Jiacheng2023-01-091-63/+31
* rpc: use g_autofree and remove unnecessary labelJiang Jiacheng2023-01-092-15/+7
* remote: use g_autofree and remove unnecessary labelJiang Jiacheng2023-01-091-15/+7
* locking: use g_autofree and remove unnecessary labelJiang Jiacheng2023-01-092-51/+31
* interface: use g_autofree and remove unnecessary labelJiang Jiacheng2023-01-091-14/+8
* conf: use g_autofree and remove unnecessary labelJiang Jiacheng2023-01-098-257/+129
* qemu: Remember failed post-copy migration in jobJiri Denemark2023-01-066-12/+55
* conf: Add job parameter to virDomainObjIsFailedPostcopyJiri Denemark2023-01-065-22/+26
* conf: Drop virDomainJobOperation parameter from virDomainObjIsPostcopyJiri Denemark2023-01-065-26/+16
* virStorageSourceIsSameLocation: Use switch statement for individual storage t...Peter Krempa2023-01-061-5/+18
* remote_driver: Refactor few functions as example of auto-lockingPeter Krempa2023-01-061-22/+9
* remote_driver: Return 'virLockGuard' from 'remoteDriverLock'Peter Krempa2023-01-061-2/+10
* gendispatch: Add 'G_GNUC_WARN_UNUSED_RESULT' to output of 'aclheader'Peter Krempa2023-01-061-1/+1
* virclosecallbacks: Remove old close callbacks codePeter Krempa2023-01-063-314/+0
* qemuMigrationSrcBeginResumePhase: Remove unused 'driver' argumentPeter Krempa2023-01-061-2/+1
* qemuMigrationSrcIsAllowed: Remove unused 'driver' argumentPeter Krempa2023-01-064-11/+8
* qemu: Use new connection close callbacks APIPeter Krempa2023-01-066-87/+34
* bhyve: Use new connection close callbacks APIPeter Krempa2023-01-064-17/+15
* lxc: Use new connection close callbacks APIPeter Krempa2023-01-064-18/+16
* virclosecallbacks: Add new close callbacks APIsPeter Krempa2023-01-063-0/+365
* conf: domain: Add helper infrastructure for new connection close callbacksPeter Krempa2023-01-063-0/+39
* conf: virdomainobjlist: Remove return value from virDomainObjListCollectPeter Krempa2023-01-065-17/+10
* conf: virdomainobjlist: Introduce 'virDomainObjListCollectAll'Peter Krempa2023-01-063-12/+25
* conf: virdomainobjlist: Convert header to contemporary stylePeter Krempa2023-01-061-70/+86
* datatypes: Clean up whitespace in definition of struct _virConnectPeter Krempa2023-01-061-3/+2
* datatypes: Simplify error path of 'virGetDomain'Peter Krempa2023-01-061-10/+4
* nwfilter: use time_t for timeout for consistencyShaleen Bathla2023-01-061-3/+6
* qemu: Fix Commnad -> Command typoMartin Kletzander2023-01-061-5/+5
* qemu: fix several codecheck in qemu_monitor.cJiang Jiacheng2023-01-062-7/+7
* storage/util: replace unnecessary while loop by ifJiang Jiacheng2023-01-062-8/+2
* remote: fix misspelling in the documation of 'daemonCreateClientStream'Jiang Jiacheng2023-01-061-2/+2
* qemuProcessLaunch: fix a misspelling in logJiang Jiacheng2023-01-061-1/+1