]> xenbits.xensource.com Git - libvirt.git/shortlog
libvirt.git
2021-02-11 Laine Stumpqemu: plug <teaming> config from <hostdev> into qemu...
2021-02-11 Laine Stumpconf: parse/format <teaming> element in plain <hostdev>
2021-02-11 Laine Stumpschema: separate teaming element definition from interf...
2021-02-11 Laine Stumpconf: separate Parse/Format functions for virDomainNetT...
2021-02-11 Laine Stumpconf: use virDomainNetTeamingInfoPtr instead of virDoma...
2021-02-11 Laine Stumpconf: make teaming info an official type
2021-02-11 Laine Stumpqemu: match alias when looking for proper <interface...
2021-02-11 Jim Fehligqemu: Validate TPM TIS device
2021-02-11 Jim Fehligqemu: Fix swtpm device with aarch64
2021-02-11 Peter Krempavirstringtest: Remove testing of virStringSplitCount
2021-02-11 Peter Krempautil: virstring: Remove virStringListJoin
2021-02-11 Peter KrempaReplace virStringListJoin by g_strjoinv
2021-02-11 Peter KrempavirStringSplitCount: Reimplement using g_strsplit and...
2021-02-11 Peter Krempautil: virstring: Remove virStringSplit
2021-02-11 Peter KrempaReplace virStringSplit with g_strsplit
2021-02-11 Peter Krempautil: virstring: Remove virStringListLength
2021-02-11 Peter KrempaReplace virStringListLength by g_strv_length
2021-02-11 Peter KrempavirPolkitCheckAuth: Avoid virStringListLength in loop...
2021-02-11 Peter KrempaReplace virStringListLength where actual lenght is...
2021-02-11 Peter Krempaqemuvhostusertest: Base iteration on string lists
2021-02-11 Peter Krempaqemufirmwaretest: Base iteration on string lists
2021-02-11 Peter KrempavirStorageBackendSheepdogAddVolume: Clean up memory...
2021-02-11 Peter Krempautil: virstring: Remove virStringListHasString
2021-02-11 Peter KrempaReplace virStringListHasString by g_strv_contains
2021-02-11 Peter KrempaqemuProcessUpdateDevices: Refactor cleanup and memory...
2021-02-11 Peter Krempavz: Replace virStringSplitCount(, , , NULL) with virStr...
2021-02-11 Peter KrempavirStringListGetFirstWithPrefix: Remove unused helper
2021-02-11 Peter KrempavirCgroupGetValueForBlkDev: Rewrite lookup of returned...
2021-02-11 Peter Krempautil: virstring: Remove virStringListAdd and virStringL...
2021-02-11 Peter Krempaqemusecuritytest: Store 'notRestored' files in a hash...
2021-02-11 Peter Krempavirfirewalltest: Avoid use of 'virStringListAdd'
2021-02-11 Peter Krempavirfirewalltest: Shuffle the code around to remove...
2021-02-11 Peter KrempaxenParseXLNamespaceData: Pre-calculate the length of...
2021-02-11 Peter Krempautil: macmap: Convert to use GSList for storing macs...
2021-02-11 Peter Krempaqemu: Convert 'priv->dbusVMStateIds' to a GSList
2021-02-11 Peter KrempavirResctrlMonitorGetStats: Don't use 'virStringListAdd'
2021-02-11 Peter KrempavirResctrlInfoGetMonitorPrefix: Don't use 'virStringLis...
2021-02-11 Peter Krempax86ModelParseFeatures: Don't construct list using ...
2021-02-11 Peter KrempavirCPUDefCheckFeatures: Don't use 'virStringListAdd...
2021-02-11 Peter KrempaqemuInteropFetchConfigs: Don't use 'virStringListAdd...
2021-02-11 Peter KrempavirHookCall: Don't use 'virStringListAdd' to construct...
2021-02-11 Peter Krempaqemu: namespace: Don't use 'virStringListAdd' inside...
2021-02-11 Peter Krempautil: Add helpers for auto-freeing GSList filled with...
2021-02-11 Peter KrempaqemuNamespaceUnlinkPaths: Fix inconsistent cleanup...
2021-02-11 Peter KrempaqemuNamespaceUnlinkPaths: Fix wrong use of iterator...
2021-02-11 Peter KrempaqemuDomainGetPreservedMounts: Refactor to return NULL...
2021-02-11 Peter Krempautil: macmap: Remove unused cleanup labels and 'ret...
2021-02-11 Peter Krempautil: virmacmap: Use g_autofree for virJSONValue
2021-02-11 Jan KuparinenTranslated using Weblate (Finnish)
2021-02-11 Michal Privoznikqemu: Do not Use canonical path for system memory
2021-02-11 Michal Privoznikqemu_capabilities: Introduce QEMU_CAPS_X_USE_CANONICAL_...
2021-02-10 Jim Fehligbuild: Remove unused 'conflicts' key from virt_daemon_unit
2021-02-10 Jiri Denemarkschemas: Add support for maximum CPU mode
2021-02-10 Pavel Hrdinatests: add cgroup nested tests
2021-02-10 Pavel Hrdinavircgroup: introduce nested cgroup to properly work...
2021-02-10 Pavel Hrdinavircgroup: introduce virCgroupV1Exists and virCgroupV2E...
2021-02-10 Pavel Hrdinavircgroupv2: move task into cgroup before enabling...
2021-02-10 Pavel Hrdinavircgroupv1: refactor virCgroupV1DetectPlacement
2021-02-10 Pavel Hrdinavircgroup: use DBus call to systemd for some APIs
2021-02-10 Pavel Hrdinavirsystemd: introduce virSystemdGetMachineUnitByPID
2021-02-10 Pavel Hrdinavirsystemd: introduce virSystemdGetMachineByPID
2021-02-10 Pavel Hrdinavirsystemd: export virSystemdHasMachined
2021-02-10 Daniel P. Berrangéqemu: wire up support for maximum CPU model
2021-02-10 Daniel P. Berrangéqemu: probe for "-cpu max" support
2021-02-10 Daniel P. Berrangécpu: wire up support for maximum CPU mode
2021-02-10 Daniel P. Berrangéconf: add reporting of "maximum" CPU mode in domain...
2021-02-10 Daniel P. Berrangéconf: define a new "maximum" CPU mode
2021-02-10 Michal PrivoznikvirStorageSourceClear: Unref @vhostuser
2021-02-10 Michal Privoznikvsh: Drop unused @text arg from readline generators
2021-02-10 Michal Privoznikvsh: Rework vshReadlineCommandGenerator()
2021-02-10 Michal Privoznikvsh: Simplify condition for calling completer callback
2021-02-10 Michal Privoznikvsh: Deduplicate filtering in vshReadlineCommandGenerator()
2021-02-10 Michal Privoznikvsh: Deduplicate filtering in vshReadlineOptionsGenerator()
2021-02-10 Michal Privoznikvsh: Rewrite opt->type check in vshReadlineParse()
2021-02-10 Michal Privoznikvsh: Use g_auto() for string lists returned in readline...
2021-02-10 Michal Privoznikvsh: Prefer g_strdup_printf() over g_snprintf() in...
2021-02-10 Michal Privoznikvsh: Accept NULL @list in vshCompleterFilter()
2021-02-10 Michal Privoznikvsh: Use g_auto(GStrv) to free string list returned...
2021-02-10 Michal Privoznikvsh: Don't put VSH_OT_ALIAS onto list of completions
2021-02-10 Michal Privozniklib: Substitute some STREQLEN with STRPREFIX
2021-02-10 Andrea Bolognanitests: Only mock $INODE64 symbols on x86_64 macOS
2021-02-10 Michal Privoznikqemu_capabilities: Parse "deprecated" in virQEMUCapsLoa...
2021-02-10 Michal Privoznikqemu_capabilities: Don't leak @str in virQEMUCapsLoadMa...
2021-02-09 Jim Fehligbuild: Fix generation of virtproxyd socket files
2021-02-09 Peter Krempaqemucapabilitiesdata: Update 6.0.0 x86_64 capability...
2021-02-09 Peter Krempaqemuxml2argvdata: luks-disks-source-qcow2: Remove speci...
2021-02-09 Peter Krempaqemuxml2argvdata: disk-cache: Remove specific machine...
2021-02-09 Peter Krempaqemuxml2argvdata: disk-cdrom-network: Remove specific...
2021-02-09 Andrea Bolognanigitlab: Fix build container dependencies for build...
2021-02-09 Andrea Bolognanicpu: Fix build on some aarch64 platforms
2021-02-09 Andrea Bolognanicpu: Only retrieve AT_HWCAP once
2021-02-09 Andrea Bolognanicpu: Only include <sys/auxv.h> if available
2021-02-08 Michal Privoznikqemu: Release <memory/> device address on failed hotplug
2021-02-08 Roman Bogorodskiybhyve: auto allocate nmdm console paths
2021-02-08 Jan KuparinenTranslated using Weblate (Finnish)
2021-02-08 Pavel Hrdinaconf: allow virtio driver attributes for vhostuser...
2021-02-06 Roman Bogorodskiybhyve: drop emulator binary value check
2021-02-05 Jim Fehligdocs: Remove broken link to Xen channel doc
2021-02-05 Jakob Mengdocs: Add 'known_hosts_verify' parameter for libssh...
2021-02-05 Yi LiqemuDomainAttachRedirdevDevice: Remove need_release...
next