Lib Virt
[Prev Page][Next Page]
- Re: [PATCH] build: Remove unused 'conflicts' key from virt_daemon_unit, (continued)
- [PATCH] build: Fix generation of virtproxyd socket files,
Jim Fehlig
- [libvirt PATCH v2 0/6] APIs for reporting tainting and deprecation messages,
Daniel P. Berrangé
- [PATCH 0/2] Fix two memleaks in virQEMUCapsLoadMachines(),
Michal Privoznik
- [libvirt PATCH 0/5] qemu: support "max" CPU model,
Daniel P. Berrangé
- [libvirt PATCH 0/9] fix cgroups on systemd hosts,
Pavel Hrdina
- [libvirt PATCH 1/9] virsystemd: export virSystemdHasMachined,
Pavel Hrdina
- [libvirt PATCH 2/9] virsystemd: introduce virSystemdGetMachineByPID,
Pavel Hrdina
- [libvirt PATCH 3/9] virsystemd: introduce virSystemdGetMachineUnitByPID,
Pavel Hrdina
- [libvirt PATCH 8/9] vircgroup: introduce nested cgroup to properly work with systemd,
Pavel Hrdina
- [libvirt PATCH 4/9] vircgroup: use DBus call to systemd for some APIs,
Pavel Hrdina
- [libvirt PATCH 5/9] vircgroupv1: refactor virCgroupV1DetectPlacement,
Pavel Hrdina
- [libvirt PATCH 9/9] tests: add cgroup nested tests,
Pavel Hrdina
- [libvirt PATCH 7/9] vircgroup: introduce virCgroupV1Exists and virCgroupV2Exists,
Pavel Hrdina
- [libvirt PATCH 6/9] vircgroupv2: move task into cgroup before enabling controllers,
Pavel Hrdina
- Re: [libvirt PATCH 0/9] fix cgroups on systemd hosts,
Michal Privoznik
- [PATCH v2 00/13] Introduce virtio-mem <memory/> model,
Michal Privoznik
- [PATCH v2 02/13] qemu_process: Deduplicate code in qemuProcessNeedHugepagesPath(),
Michal Privoznik
- [PATCH v2 07/13] qemu: Wire up <memory/> live update,
Michal Privoznik
- [PATCH v2 01/13] virhostmem: Introduce virHostMemGetTHPSize(),
Michal Privoznik
- [PATCH v2 09/13] Introduce MEMORY_DEVICE_SIZE_CHANGE event,
Michal Privoznik
- [PATCH v2 10/13] qemu: Refresh the actual size of virtio-mem on monitor reconnect,
Michal Privoznik
- [PATCH v2 03/13] qemu_process: Drop needless check in qemuProcessNeedMemoryBackingPath(),
Michal Privoznik
- [PATCH v2 12/13] news: document recent virtio memory addition,
Michal Privoznik
- [PATCH v2 05/13] conf: Introduce virtio-mem <memory/> model,
Michal Privoznik
- [PATCH v2 06/13] qemu: Build command line for virtio-mem,
Michal Privoznik
- [PATCH v2 11/13] virsh: Introduce update-memory command,
Michal Privoznik
- [PATCH v2 13/13] kbase: Document virtio-mem,
Michal Privoznik
- [PATCH v2 08/13] qemu: Wire up MEMORY_DEVICE_SIZE_CHANGE event,
Michal Privoznik
- [PATCH v2 04/13] qemu_capabilities: Introduce QEMU_CAPS_DEVICE_VIRTIO_MEM_PCI,
Michal Privoznik
- [libvirt PATCH] gitlab: Fix build container dependencies for build jobs,
Andrea Bolognani
- [PATCH v2 0/2] rpc: avoid crash when system time jump back,
BiaoxiangYe
- tpm-tis device for ARM virt,
Jim Fehlig
- generation of virtproxd socket files,
Jim Fehlig
- [PATCH] qemu: Release <memory/> device address on failed hotplug,
Michal Privoznik
- [PATCH] rpc: avoid crash when system time jump back,
BiaoxiangYe
- [libvirt PATCH 0/3] cpu: Fix build on some aarch64 platforms,
Andrea Bolognani
- [PATCH] bhyve: auto allocate nmdm console paths,
Roman Bogorodskiy
- [PATCH 0/4] tests: qemu: Update test data after dropping old machine types,
Peter Krempa
- [PATCH 00/40] Replace various string helpers (and fixes for surrounding code),
Peter Krempa
- [PATCH 01/40] qemuMonitorJSONObjectProperty: Make 'str' member const,
Peter Krempa
- [PATCH 03/40] util: macmap: Remove unused cleanup labels and 'ret' variables,
Peter Krempa
- [PATCH 04/40] qemuDomainGetPreservedMounts: Refactor to return NULL-terminated string lists,
Peter Krempa
- [PATCH 02/40] util: virmacmap: Use g_autofree for virJSONValue,
Peter Krempa
- [PATCH 06/40] qemuNamespaceUnlinkPaths: Fix inconsistent cleanup handling,
Peter Krempa
- [PATCH 05/40] qemuNamespaceUnlinkPaths: Fix wrong use of iterator variable,
Peter Krempa
- [PATCH 07/40] util: Add helpers for auto-freeing GSList filled with strings,
Peter Krempa
- [PATCH 08/40] qemu: namespace: Don't use 'virStringListAdd' inside loops,
Peter Krempa
- [PATCH 11/40] virCPUDefCheckFeatures: Don't use 'virStringListAdd' to construct list,
Peter Krempa
- [PATCH 18/40] virfirewalltest: Shuffle the code around to remove a loop,
Peter Krempa
- [PATCH 19/40] virfirewalltest: Avoid use of 'virStringListAdd',
Peter Krempa
- [PATCH 15/40] qemu: Convert 'priv->dbusVMStateIds' to a GSList,
Peter Krempa
- [PATCH 20/40] qemusecuritytest: Store 'notRestored' files in a hash table,
Peter Krempa
- [PATCH 21/40] util: virstring: Remove virStringListAdd and virStringListRemove,
Peter Krempa
- [PATCH 22/40] virCgroupGetValueForBlkDev: Rewrite lookup of returned string,
Peter Krempa
- [PATCH 23/40] virStringListGetFirstWithPrefix: Remove unused helper,
Peter Krempa
- [PATCH 26/40] Replace virStringListHasString by g_strv_contains,
Peter Krempa
- [PATCH 27/40] util: virstring: Remove virStringListHasString,
Peter Krempa
- [PATCH 28/40] virStorageBackendSheepdogAddVolume: Clean up memory handling,
Peter Krempa
- [PATCH 29/40] qemufirmwaretest: Base iteration on string lists,
Peter Krempa
- [PATCH 30/40] qemuvhostusertest: Base iteration on string lists,
Peter Krempa
- [PATCH 09/40] virHookCall: Don't use 'virStringListAdd' to construct list in loop,
Peter Krempa
- [PATCH 34/40] util: virstring: Remove virStringListLength,
Peter Krempa
- [PATCH 35/40] Replace virStringSplit with g_strsplit,
Peter Krempa
- [PATCH 25/40] qemuProcessUpdateDevices: Refactor cleanup and memory handling,
Peter Krempa
- [PATCH 37/40] virStringSplitCount: Reimplement using g_strsplit and g_strv_length,
Peter Krempa
- [PATCH 36/40] util: virstring: Remove virStringSplit,
Peter Krempa
- [PATCH 38/40] Replace virStringListJoin by g_strjoinv,
Peter Krempa
- [PATCH 12/40] x86ModelParseFeatures: Don't construct list using 'virStringListAdd',
Peter Krempa
- [PATCH 16/40] util: macmap: Convert to use GSList for storing macs instead of string lists,
Peter Krempa
- [PATCH 40/40] virstringtest: Remove testing of virStringSplitCount,
Peter Krempa
- [PATCH 13/40] virResctrlInfoGetMonitorPrefix: Don't use 'virStringListAdd' to construct list,
Peter Krempa
- [PATCH 10/40] qemuInteropFetchConfigs: Don't use 'virStringListAdd' to construct list,
Peter Krempa
- [PATCH 17/40] xenParseXLNamespaceData: Pre-calculate the length of array,
Peter Krempa
- [PATCH 31/40] Replace virStringListLength where actual lenght is not needed,
Peter Krempa
- [PATCH 33/40] Replace virStringListLength by g_strv_length,
Peter Krempa
- [PATCH 24/40] vz: Replace virStringSplitCount(, , , NULL) with virStringSplit,
Peter Krempa
- [PATCH 39/40] util: virstring: Remove virStringListJoin,
Peter Krempa
- [PATCH 14/40] virResctrlMonitorGetStats: Don't use 'virStringListAdd',
Peter Krempa
- [PATCH 32/40] virPolkitCheckAuth: Avoid virStringListLength in loop condition,
Peter Krempa
- Re: [PATCH 00/40] Replace various string helpers (and fixes for surrounding code),
Michal Privoznik
- [PATCH] Rework qemuMigrationDstPrecreateDisk(),
Yi Li
- [PULL v2 08/16] hw/i386: Remove the deprecated pc-1.x machine types,
Michael S. Tsirkin
- [libvirt PATCH 0/6] APIs for reporting tainting and deprecation messages,
Daniel P. Berrangé
- [libvirt PATCH] conf: allow virtio driver attributes for vhostuser disk,
Pavel Hrdina
- [libvirt PATCH] tests: Only mock $INODE64 symbols on x86_64 macOS,
Andrea Bolognani
- [PATCH] util: Remove '\n' from vhostuser ifname,
Yalei Li
- [PATCH] docs: Remove broken link to Xen channel doc,
Jim Fehlig
- Re: [PATCH 3/3] utils: Deprecate inexact fractional suffix sizes,
Eric Blake
- [PATCH 2/3] utils: Deprecate hex-with-suffix sizes,
Eric Blake
- [PATCH] bhyve: relax emulator binary value check,
Roman Bogorodskiy
- [PATCH 00/12] vsh: Improve completer code,
Michal Privoznik
- [PATCH 06/12] vsh: Use g_auto() for string lists returned in readline command/options generators,
Michal Privoznik
- [PATCH 03/12] vsh: Use g_auto(GStrv) to free string list returned by completer callback,
Michal Privoznik
- [PATCH 04/12] vsh: Accept NULL @list in vshCompleterFilter(),
Michal Privoznik
- [PATCH 08/12] vsh: Deduplicate filtering in vshReadlineOptionsGenerator(),
Michal Privoznik
- [PATCH 01/12] lib: Substitute some STREQLEN with STRPREFIX,
Michal Privoznik
- [PATCH 10/12] vsh: Simplify condition for calling completer callback,
Michal Privoznik
- [PATCH 07/12] vsh: Rewrite opt->type check in vshReadlineParse(),
Michal Privoznik
- [PATCH 05/12] vsh: Prefer g_strdup_printf() over g_snprintf() in vshReadlineOptionsGenerator(),
Michal Privoznik
- [PATCH 12/12] vsh: Drop unused @text arg from readline generators,
Michal Privoznik
- [PATCH 02/12] vsh: Don't put VSH_OT_ALIAS onto list of completions,
Michal Privoznik
- [PATCH 11/12] vsh: Rework vshReadlineCommandGenerator(),
Michal Privoznik
- [PATCH 09/12] vsh: Deduplicate filtering in vshReadlineCommandGenerator(),
Michal Privoznik
- Re: [PATCH 00/12] vsh: Improve completer code,
Jonathon Jongsma
- [libvirt PATCH] Revert "tests: Avoid gnulib replacements in mocks",
Andrea Bolognani
- [libvirt PATCH 0/2] tests: Improve macOS stat() mocking logic,
Andrea Bolognani
- [PATCH] qemuBlockDiskDetectNodes: just return when alias is null,
Yi Li
- [PATCH 0/3 V3] Linstor storage backend,
Rene Peinthor
- [libvirt PATCH 00/15] eliminate VIR_FREE in all *Dispose() functions,
Laine Stump
- [libvirt PATCH 01/15] conf: simplify virDomainCapsDispose(),
Laine Stump
- [libvirt PATCH 02/15] rpc: eliminate static function virNetLibsshSessionAuthMethodsFree(),
Laine Stump
- [libvirt PATCH 03/15] bhyve: replace VIR_FREE with g_free in all *Dispose() functions,
Laine Stump
- [libvirt PATCH 04/15] libxl: replace VIR_FREE with g_free in all *Dispose() functions,
Laine Stump
- [libvirt PATCH 05/15] qemu: replace VIR_FREE with g_free in all *Dispose() functions,
Laine Stump
- [libvirt PATCH 07/15] access: replace VIR_FREE with g_free in all *Dispose() functions,
Laine Stump
- [libvirt PATCH 06/15] interface: replace VIR_FREE with g_free in all *Dispose() functions,
Laine Stump
- [libvirt PATCH 13/15] conf: replace VIR_FREE with g_free in all *Dispose() functions,
Laine Stump
- [libvirt PATCH 14/15] tests: replace VIR_FREE with g_free in all *Dispose() functions,
Laine Stump
- [libvirt PATCH 12/15] util: replace VIR_FREE with g_free in all *Dispose() functions,
Laine Stump
- [libvirt PATCH 15/15] datatypes: replace VIR_FREE with g_free in all *Dispose() functions,
Laine Stump
- [libvirt PATCH 10/15] rpc: replace VIR_FREE with g_free in all *Dispose() functions,
Laine Stump
- [libvirt PATCH 11/15] security: replace VIR_FREE with g_free in all *Dispose() functions,
Laine Stump
- [libvirt PATCH 09/15] logging: replace VIR_FREE with g_free in all *Dispose() functions,
Laine Stump
- [libvirt PATCH 08/15] hypervisor: replace VIR_FREE with g_free in all *Dispose() functions,
Laine Stump
- Re: [libvirt PATCH 00/15] eliminate VIR_FREE in all *Dispose() functions,
Daniel Henrique Barboza
- [libvirt PATCH v2 00/24] eliminate VIR_FREE in all *Free() functions,
Laine Stump
- [libvirt PATCH v2 01/24] conf: replace remaining straggler VIR_FREE with g_free in vir*Free(),
Laine Stump
- [libvirt PATCH v2 04/24] libxl: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH v2 02/24] util: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH v2 06/24] test_driver: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH v2 05/24] qemu: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH v2 07/24] vbox: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH v2 18/24] storage: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH v2 16/24] tools: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH v2 19/24] libvirtd: replace straggler VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH v2 17/24] tests: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH v2 20/24] util: rename two *Free() functions while changing VIR_FREE to g_free,
Laine Stump
- [libvirt PATCH v2 22/24] qemu: pass pointers instead of copying objects for qemuFirmware*FreeContent(),
Laine Stump
- [libvirt PATCH v2 24/24] rpc: rename virNetSessionAuthMethodsFree to virNetSessionAuthMethodsClear,
Laine Stump
- [libvirt PATCH v2 23/24] qemu: replace VIR_FREE with g_free in qemuFirmware*FreeContent(),
Laine Stump
- [libvirt PATCH v2 03/24] bhyve: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH v2 08/24] vmx: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH v2 10/24] admin: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH v2 11/24] locking: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH v2 09/24] vz: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH v2 21/24] qemu: rename virFirmware*Free() functions to have more accurate names,
Laine Stump
- [libvirt PATCH v2 15/24] security: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH v2 14/24] rpc: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH v2 12/24] logging: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH v2 13/24] remote: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- Re: [libvirt PATCH v2 00/24] eliminate VIR_FREE in all *Free() functions,
Daniel Henrique Barboza
- [libvirt PATCH 00/21] eliminate VIR_FREE in all *Free() functions,
Laine Stump
- [libvirt PATCH 01/21] conf: replace remaining straggler VIR_FREE with g_free in vir*Free(),
Laine Stump
- [libvirt PATCH 03/21] bhyve: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH 10/21] admin: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH 02/21] util: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH 18/21] storage: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH 19/21] libvirtd: replace straggler VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH 07/21] vbox: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH 14/21] rpc: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH 16/21] tools: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH 17/21] tests: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH 15/21] security: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH 20/21] util: rename two *Free() functions while changing VIR_FREE to g_free,
Laine Stump
- [libvirt PATCH 13/21] remote: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH 05/21] qemu: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH 21/21] rpc: rename virNetSessionAuthMethodsFree to virNetSessionAuthMethodsClear,
Laine Stump
- [libvirt PATCH 09/21] vz: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH 08/21] vmx: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH 12/21] logging: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH 06/21] test_driver: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH 11/21] locking: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- [libvirt PATCH 04/21] libxl: replace VIR_FREE with g_free in all vir*Free() functions,
Laine Stump
- SELF NACK (Re: [libvirt PATCH 00/21] eliminate VIR_FREE in all *Free() functions),
Laine Stump
- [PATCH] vircgroup: Don't leak @parent in virCgroupEnableMissingControllers(),
Michal Privoznik
- [libvirt PATCH] qemu_driver: increase recorded counter for disk block stats,
Pavel Hrdina
- [libvirt PATCH] qemu_monitor_json: fix JSON generator for VC chardev,
Pavel Hrdina
- [libvirt PATCH v4 00/25] Add support for persistent mediated devices,
Jonathon Jongsma
- [libvirt PATCH v4 01/25] tests: remove extra trailing semicolon,
Jonathon Jongsma
- [libvirt PATCH v4 03/25] nodedev: Add ability to filter by active state,
Jonathon Jongsma
- [libvirt PATCH v4 02/25] nodedev: introduce concept of 'active' node devices,
Jonathon Jongsma
- [libvirt PATCH v4 04/25] nodedev: expose internal helper for naming devices,
Jonathon Jongsma
- [libvirt PATCH v4 07/25] nodedev: add persistence to virNodeDeviceObj,
Jonathon Jongsma
- [libvirt PATCH v4 08/25] nodedev: add DEFINED/UNDEFINED lifecycle events,
Jonathon Jongsma
- [libvirt PATCH v4 06/25] nodedev: add ability to list defined mdevs,
Jonathon Jongsma
- [libvirt PATCH v4 11/25] nodedev: handle mdevs that disappear from mdevctl,
Jonathon Jongsma
- [libvirt PATCH v4 13/25] nodedev: add function to generate mdevctl define command,
Jonathon Jongsma
- [libvirt PATCH v4 12/25] nodedev: Refresh mdev devices when changes are detected,
Jonathon Jongsma
- [libvirt PATCH v4 10/25] nodedev: add helper functions to remove node devices,
Jonathon Jongsma
- [libvirt PATCH v4 16/25] virsh: add nodedev-define command,
Jonathon Jongsma
- [libvirt PATCH v4 19/25] virsh: Factor out function to find node device,
Jonathon Jongsma
- [libvirt PATCH v4 14/25] api: add virNodeDeviceDefineXML(),
Jonathon Jongsma
- [libvirt PATCH v4 15/25] virsh: Add --inactive, --all to nodedev-list,
Jonathon Jongsma
- [libvirt PATCH v4 20/25] virsh: add nodedev-undefine command,
Jonathon Jongsma
- [libvirt PATCH v4 23/25] nodedev: add <uuid> element to mdev caps,
Jonathon Jongsma
- [libvirt PATCH v4 24/25] nodedev: add ability to specify UUID for new mdevs,
Jonathon Jongsma
- [libvirt PATCH v4 09/25] nodedev: add mdevctl devices to node device list,
Jonathon Jongsma
- [libvirt PATCH v4 05/25] nodedev: add ability to parse mdevs from mdevctl,
Jonathon Jongsma
- [libvirt PATCH v4 22/25] virsh: add "nodedev-start" command,
Jonathon Jongsma
- [libvirt PATCH v4 21/25] api: add virNodeDeviceCreate(),
Jonathon Jongsma
- [libvirt PATCH v4 18/25] api: add virNodeDeviceUndefine(),
Jonathon Jongsma
- [libvirt PATCH v4 17/25] nodedev: refactor tests to support mdev undefine,
Jonathon Jongsma
- [libvirt PATCH v4 25/25] nodedev: fix hang when destroying an mdev in use,
Jonathon Jongsma
- Re: [libvirt PATCH v4 00/25] Add support for persistent mediated devices,
Erik Skultety
- [PATCH 0/4] Remove the deprecated pc-1.x machine types and related stuff,
Thomas Huth
- [libvirt PATCH v2 0/6] implement vhost-user-blk support,
Pavel Hrdina
- [PATCH 0/6] util: alloc: Remove VIR_ALLOC_VAR,
Peter Krempa
- [PATCH] qemuDomainAttachRedirdevDevice: Remove need_release variable,
Yi Li
- [PATCH v2 00/10] reduce code duplication in NodeDevice driver,
Daniel Henrique Barboza
- [PATCH v2 01/10] qemu, libxl, hypervisor: use virDomainDriverNodeDeviceReset() helper,
Daniel Henrique Barboza
- [PATCH v2 04/10] qemu, libxl, hypervisor: use virDomainDriverNodeDeviceReAttach() helper,
Daniel Henrique Barboza
- [PATCH v2 05/10] domain_driver.c: use g_auto* in virDomainDriverNodeDeviceReAttach(),
Daniel Henrique Barboza
- [PATCH v2 02/10] datatypes.h: register AUTOPTR_CLEANUP_FUNC for virNodeDevicePtr,
Daniel Henrique Barboza
- [PATCH v2 06/10] libxl_driver.c: validate 'driverName' earlier in libxlNodeDeviceDetachFlags(),
Daniel Henrique Barboza
- [PATCH v2 03/10] domain_driver.c: use g_auto* in virDomainDriverNodeDeviceReset(),
Daniel Henrique Barboza
- [PATCH v2 07/10] qemu_driver.c: validate 'driverName' earlier in qemuNodeDeviceDetachFlags(),
Daniel Henrique Barboza
- [PATCH v2 08/10] qemu, libxl, hypervisor: use virDomainDriverNodeDeviceDetachFlags() helper,
Daniel Henrique Barboza
- [PATCH v2 09/10] domain_driver.c: use g_auto* in virDomainDriverNodeDeviceDetachFlags(),
Daniel Henrique Barboza
- [PATCH v2 10/10] scripts/check-aclrules.py: check ACL for domain_driver.c ACL callers,
Daniel Henrique Barboza
- [PATCH] build: fix specfile logic for disabling netcf,
Laine Stump
- [PATCH v2 00/27] util: Remove VIR_DISPOSE(_N) and VIR_DISPOSE_STRING,
Peter Krempa
- [PATCH v2 01/27] hypervFreeInvokeParams: Don't use VIR_DISPOSE_N for freeing 'params',
Peter Krempa
- [PATCH v2 05/27] virNetLibsshSessionAuthAddPrivKeyAuth: Don't unlock unlocked 'sess' on error,
Peter Krempa
- [PATCH v2 08/27] virsh: cmdSecretSetValue: Rework handling of the secret value,
Peter Krempa
- [PATCH v2 03/27] qemuDomainMasterKeyCreate: Don't use VIR_DISPOSE_N on failure,
Peter Krempa
- [PATCH v2 06/27] virNetLibsshSessionAuthAddPrivKeyAuth: Refactor cleanup,
Peter Krempa
- [PATCH v2 12/27] virsh: cmdSecretGetValue: Use virSecureErase instead of VIR_DISPOSE_N,
Peter Krempa
- [PATCH v2 11/27] qemu: domain: Use virSecureErase for clearing secrets instead of VIR_DISPOSE_N,
Peter Krempa
- [PATCH v2 14/27] virCryptoEncryptDataAESgnutls: Use virSecureErase instead of VIR_DISPOSE_N,
Peter Krempa
- [PATCH v2 09/27] storage_backend_iscsi(_direct): Properly clear secrets,
Peter Krempa
- [PATCH v2 15/27] virCryptoEncryptDataAESgnutls: Use virSecureErase instead of memset,
Peter Krempa
- [PATCH v2 02/27] libxlMakeDomBuildInfo: Don't use VIR_DISPOSE_N for USB device list,
Peter Krempa
- [PATCH v2 17/27] tests: viralloc: Remove testDispose case,
Peter Krempa
- [PATCH v2 18/27] util: viralloc: Remove VIR_DISPOSE(_N),
Peter Krempa
- [PATCH v2 19/27] util: virsecureerase: Introduce virSecureEraseString,
Peter Krempa
- [PATCH v2 20/27] libxlMakeNetworkDiskSrc: Use virSecureEraseString instead of VIR_AUTODISPOSE_STR,
Peter Krempa
- [PATCH v2 24/27] virNetLibsshAuthenticatePassword: Use virSecureEraseString instead of VIR_AUTODISPOSE_STR,
Peter Krempa
- [PATCH v2 25/27] util: alloc: Remove VIR_AUTODISPOSE_STR,
Peter Krempa
- [PATCH v2 26/27] virnetlibsshsession: Replace VIR_DISPOSE_STRING with virSecureEraseString,
Peter Krempa
- [PATCH v2 22/27] virStorageBackendRBDOpenRADOSConn: Use virSecureEraseString instead of VIR_AUTODISPOSE_STR,
Peter Krempa
- [PATCH v2 27/27] util: alloc: Remove VIR_DISPOSE_STRING,
Peter Krempa
- [PATCH v2 07/27] util: Introduce virsecureerase module,
Peter Krempa
- [PATCH v2 16/27] storageBackendCreateQemuImgSecretPath: Use virSecureErase instead of VIR_DISPOSE_N,
Peter Krempa
- [PATCH v2 13/27] virStorageBackendRBDOpenRADOSConn: Use virSecureErase instead of VIR_DISPOSE_N,
Peter Krempa
- [PATCH v2 23/27] cmdSecretGetValue: Use virSecureEraseString instead of VIR_AUTODISPOSE_STR,
Peter Krempa
- [PATCH v2 04/27] cmdSecretSetValue: Make it obvious that --file, --base64 and --interactive are exlcusive,
Peter Krempa
- [PATCH v2 21/27] qemuBuildRBDSecinfoURI: Use virSecureEraseString instead of VIR_AUTODISPOSE_STR,
Peter Krempa
- [PATCH v2 10/27] libxlMakeNetworkDiskSrc: Avoid use of VIR_DISPOSE_N,
Peter Krempa
- [libvirt PATCH 0/6] implement vhost-user-blk support,
Pavel Hrdina
- [PATCH v2 00/13] Hyper-V serial ports, NICs, and screeshots,
Matt Coleman
- [PATCH v2 01/13] hyperv: XML parsing of serial ports,
Matt Coleman
- [PATCH v2 02/13] hyperv: add support for creating serial devices,
Matt Coleman
- [PATCH v2 03/13] domain_conf: enable use of g_autofree for virDomainNetDef,
Matt Coleman
- [PATCH v2 04/13] hyperv: XML parsing of Ethernet adapters,
Matt Coleman
- [PATCH v2 05/13] hyperv: add support for creating network adapters,
Matt Coleman
- [PATCH v2 07/13] hyperv: implement networkLookupByName and networkLookupByUUID,
Matt Coleman
- [PATCH v2 08/13] hyperv: implement connectNumOfDefinedNetworks and connectListDefinedNetworks,
Matt Coleman
- [PATCH v2 06/13] hyperv: implement connectListAllNetworks and connectNumOfNetworks,
Matt Coleman
- [PATCH v2 09/13] hyperv: implement networkGetAutostart, networkIsActive, and networkIsPersistent,
Matt Coleman
- [PATCH v2 10/13] hyperv: implement networkGetXMLDesc,
Matt Coleman
- [PATCH v2 11/13] hyperv: implement domainScreenshot,
Matt Coleman
- [PATCH v2 12/13] hyperv: provide a more detailed error message for WSMan faults,
Matt Coleman
- [PATCH v2 13/13] news: implement new Hyper-V APIs,
Matt Coleman
- Re: [PATCH v2 00/13] Hyper-V serial ports, NICs, and screeshots,
Michal Privoznik
- [PATCH] util: virstring: Remove unused prototypes for virStr(n)dup,
Peter Krempa
- [PATCH 00/14] util: Remove VIR_DISPOSE(_N),
Peter Krempa
- [PATCH 01/14] hypervFreeInvokeParams: Don't use VIR_DISPOSE_N for freeing 'params',
Peter Krempa
- [PATCH 02/14] libxlMakeDomBuildInfo: Don't use VIR_DISPOSE_N for USB device list,
Peter Krempa
- [PATCH 04/14] libxlMakeNetworkDiskSrc: Avoid use of VIR_DISPOSE_N,
Peter Krempa
- [PATCH 05/14] qemuDomainMasterKeyCreate: Don't use VIR_DISPOSE_N on failure,
Peter Krempa
- [PATCH 07/14] cmdSecretSetValue: Make it obvious that --file, --base64 and --interactive are exlcusive,
Peter Krempa
- [PATCH 09/14] virsh: cmdSecretGetValue: Use memset instead of VIR_DISPOSE_N,
Peter Krempa
- [PATCH 11/14] virCryptoEncryptDataAESgnutls: Use memset instead of VIR_DISPOSE_N,
Peter Krempa
- [PATCH 12/14] storageBackendCreateQemuImgSecretPath: Use memset instead of VIR_DISPOSE_N,
Peter Krempa
- [PATCH 14/14] util: viralloc: Remove VIR_DISPOSE(_N),
Peter Krempa
- [PATCH 06/14] qemu: domain: Use memset for clearing secrets instead of VIR_DISPOSE_N,
Peter Krempa
- [PATCH 03/14] storage_backend_iscsi(_direct): Properly clear secrets,
Peter Krempa
- [PATCH 10/14] virStorageBackendRBDOpenRADOSConn: Use memset instead of VIR_DISPOSE_N,
Peter Krempa
- [PATCH 08/14] virsh: cmdSecretSetValue: Rework handling of the secret value,
Peter Krempa
- [PATCH 13/14] tests: viralloc: Remove testDispose case,
Peter Krempa
- Re: [PATCH 00/14] util: Remove VIR_DISPOSE(_N),
Daniel P. Berrangé
- [libvirt PATCH v2 00/10] Random bits found by clang-tidy,
Tim Wiederhake
- [libvirt PATCH v2 03/10] qemu_tpm: Fix indentation in qemuTPMEmulatorBuildCommand,
Tim Wiederhake
- [libvirt PATCH v2 04/10] virsh-domain: Fix error handling of pthread_sigmask,
Tim Wiederhake
- [libvirt PATCH v2 01/10] virfile: Remove redundant #ifndef,
Tim Wiederhake
- [libvirt PATCH v2 05/10] Replace bzero() with memset(),
Tim Wiederhake
- [libvirt PATCH v2 07/10] virhostuptime: Fix rounding in uptime calculation,
Tim Wiederhake
- [libvirt PATCH v2 08/10] tests: Prevent malloc with size 0,
Tim Wiederhake
- [libvirt PATCH v2 06/10] udevProcessCCW: Initialize variable,
Tim Wiederhake
- [libvirt PATCH v2 02/10] xen: Fix indentation in xenParseXLSpice,
Tim Wiederhake
- [libvirt PATCH v2 09/10] vircryptotest: Directly assign string to avoid memcpy,
Tim Wiederhake
- [libvirt PATCH v2 10/10] vircommand: Simplify virCommandAddArg,
Tim Wiederhake
- [PATCH 0/9] reduce code duplication in NodeDevice driver,
Daniel Henrique Barboza
- [PATCH 2/9] datatypes.h: register AUTOPTR_CLEANUP_FUNC for virNodeDevicePtr,
Daniel Henrique Barboza
- [PATCH 5/9] domain_driver.c: use g_auto* in virDomainDriverNodeDeviceReAttach(),
Daniel Henrique Barboza
- [PATCH 3/9] domain_driver.c: use g_auto* in virDomainDriverNodeDeviceReset(),
Daniel Henrique Barboza
- [PATCH 6/9] libxl_driver.c: validate 'driverName' earlier in libxlNodeDeviceDetachFlags(),
Daniel Henrique Barboza
- [PATCH 1/9] qemu, libxl, hypervisor: use virDomainDriverNodeDeviceReset() helper,
Daniel Henrique Barboza
- [PATCH 7/9] qemu_driver.c: validate 'driverName' earlier in qemuNodeDeviceDetachFlags(),
Daniel Henrique Barboza
- [PATCH 4/9] qemu, libxl, hypervisor: use virDomainDriverNodeDeviceReAttach() helper,
Daniel Henrique Barboza
- [PATCH 8/9] qemu, libxl, hypervisor: use virDomainDriverNodeDeviceDetachFlags() helper,
Daniel Henrique Barboza
- [PATCH 9/9] domain_driver.c: use g_auto* in virDomainDriverNodeDeviceDetachFlags(),
Daniel Henrique Barboza
- Re: [PATCH 0/9] reduce code duplication in NodeDevice driver,
Ján Tomko
- [libvirt PATCH v2 00/20] Overhaul test/commandhelper.c,
Tim Wiederhake
- [libvirt PATCH v2 09/20] commandhelper: Factor out printEnvironment,
Tim Wiederhake
- [libvirt PATCH v2 01/20] commandhelper: Remove origenv variable,
Tim Wiederhake
- [libvirt PATCH v2 11/20] commandhelper: Factor out printDaemonization,
Tim Wiederhake
- [libvirt PATCH v2 05/20] commandhelper: Consolidate argument parsing,
Tim Wiederhake
- [libvirt PATCH v2 07/20] commandhelper: Factor out parseArguments,
Tim Wiederhake
- [libvirt PATCH v2 17/20] commandhelper: Use automatic memory management in printEnvironment,
Tim Wiederhake
- [libvirt PATCH v2 14/20] commandhelper: Make number of fds variable in printInput,
Tim Wiederhake
- [libvirt PATCH v2 18/20] commandhelper: Use automatic memory management in printCwd,
Tim Wiederhake
- [libvirt PATCH v2 10/20] commandhelper: Factor out printFds,
Tim Wiederhake
- [libvirt PATCH v2 20/20] commandhelper: Use automatic memory management in main,
Tim Wiederhake
- [libvirt PATCH v2 06/20] commandhelper: Split argument parsing and printing,
Tim Wiederhake
- [libvirt PATCH v2 02/20] commandhelper: Remove numpollfds variable,
Tim Wiederhake
- [libvirt PATCH v2 04/20] commandhelper: Consolidate error paths,
Tim Wiederhake
- [libvirt PATCH v2 03/20] commandhelper: Simplify envsort,
Tim Wiederhake
- [libvirt PATCH v2 15/20] commandhelper: Make number of fds variable in parseArguments,
Tim Wiederhake
- [libvirt PATCH v2 13/20] commandhelper: Factor out printInput,
Tim Wiederhake
- [libvirt PATCH v2 12/20] commandhelper: Factor out printCwd,
Tim Wiederhake
- [libvirt PATCH v2 19/20] commandhelper: Use automatic memory management in printInput,
Tim Wiederhake
- [libvirt PATCH v2 16/20] commandhelper: Use automatic memory management in parseArguments,
Tim Wiederhake
- [libvirt PATCH v2 08/20] commandhelper: Factor out printArguments,
Tim Wiederhake
- [PATCH v5 0/5] migration/dirtyrate: Introduce APIs for getting domain memory dirty rate,
Hao Wang
- [PATCH 0/8] Several Random cleanups,
Laine Stump
- [PATCH 3/8] conf: replace g_clear_pointer(..., g_hash_table_unref) with virHashFree(),
Laine Stump
- [PATCH 1/8] log error if virConnectCacheOnceInit() fails,
Laine Stump
- [PATCH 5/8] conf: don't bother setting pointers to NULL in vir*Free() functions,
Laine Stump
- [PATCH 4/8] conf: fix arg to virDomainPCIAddressSetExtensionFree(),
Laine Stump
- [PATCH 2/8] hostdevmgr: remove unneeded oldStateDir,
Laine Stump
- [PATCH 8/8] conf: replace VIR_FREE() with g_free() in vir*Free() functions,
Laine Stump
- [PATCH 7/8] util: rename virStorageEncryptionInfoDefFree(),
Laine Stump
- [PATCH 6/8] conf: eliminate pointless setting of interface model,
Laine Stump
- Re: [PATCH 0/8] Several Random cleanups,
Michal Privoznik
- [PATCH] virfile: workaround for when posix_fallocate() is not supported by FS,
Roman Bogorodskiy
- [PULL 00/13] Misc patches,
Daniel P. Berrangé
- [PULL 01/13] crypto: Fix some code style problems, add spaces around operator,
Daniel P. Berrangé
- [PULL 03/13] crypto: Forbid broken unloading of secrets,
Daniel P. Berrangé
- [PULL 04/13] crypto: Fix memory leaks in set_loaded for tls-*,
Daniel P. Berrangé
- [PULL 05/13] os: deprecate the -enable-fips option and QEMU's FIPS enforcement,
Daniel P. Berrangé
- [PULL 06/13] Prefer 'on' | 'off' over 'yes' | 'no' for bool options,
Daniel P. Berrangé
- [PULL 02/13] crypto: Move USER_CREATABLE to secret_common base class,
Daniel P. Berrangé
- [PULL 08/13] docs: fix missing backslash in certtool shell example,
Daniel P. Berrangé
- [PULL 07/13] docs: simplify and clarify the platform support rules,
Daniel P. Berrangé
- [PULL 09/13] configure: replace --enable/disable-git-update with --with-git-submodules,
Daniel P. Berrangé
- [PULL 10/13] crypto: Add spaces around operator,
Daniel P. Berrangé
- [PULL 11/13] ui: update keycodemapdb submodule commit,
Daniel P. Berrangé
- [PULL 12/13] tests: Fix runtime error in test-authz-pam,
Daniel P. Berrangé
- [PULL 13/13] tests: Replace deprecated ASN1 code,
Daniel P. Berrangé
- Re: [PULL 00/13] Misc patches,
no-reply
- Re: [PULL 00/13] Misc patches,
Peter Maydell
- [libvirt PATCH 00/19] Overhaul test/commandhelper.c,
Tim Wiederhake
- [libvirt PATCH 03/19] commandhelper: Simplify envsort,
Tim Wiederhake
- [libvirt PATCH 01/19] commandhelper: Remove origenv variable,
Tim Wiederhake
- [libvirt PATCH 02/19] commandhelper: Remove numpollfds variable,
Tim Wiederhake
- [libvirt PATCH 04/19] commandhelper: Consolidate error paths,
Tim Wiederhake
- [libvirt PATCH 09/19] commandhelper: Factor out printEnvironment,
Tim Wiederhake
- [libvirt PATCH 05/19] commandhelper: Consolidate argument parsing,
Tim Wiederhake
- [libvirt PATCH 07/19] commandhelper: Factor out parseArguments,
Tim Wiederhake
- [libvirt PATCH 06/19] commandhelper: Split argument parsing and printing,
Tim Wiederhake
- [libvirt PATCH 08/19] commandhelper: Factor out printArguments,
Tim Wiederhake
- [libvirt PATCH 10/19] commandhelper: Factor out printFds,
Tim Wiederhake
- [libvirt PATCH 12/19] commandhelper: Factor out printCwd,
Tim Wiederhake
- [libvirt PATCH 11/19] commandhelper: Factor out printDaemonization,
Tim Wiederhake
- [libvirt PATCH 13/19] commandhelper: Factor out printInput,
Tim Wiederhake
- [libvirt PATCH 16/19] commandhelper: Convert parseArguments to g_auto*,
Tim Wiederhake
- [libvirt PATCH 15/19] commandhelper: Make number of fds variable in parseArguments,
Tim Wiederhake
- [libvirt PATCH 17/19] commandhelper: Convert printEnvironment to g_auto*,
Tim Wiederhake
- [libvirt PATCH 18/19] commandhelper: Convert printCwd to g_auto*,
Tim Wiederhake
- [libvirt PATCH 19/19] commandhelper: Convert main to g_auto*,
Tim Wiederhake
- [libvirt PATCH 14/19] commandhelper: Make number of fds variable in printInput,
Tim Wiederhake
- Re: [libvirt PATCH 00/19] Overhaul test/commandhelper.c,
Peter Krempa
- [PATCH] qemu: add delay time cpu stats,
Aleksei Zakharov
- [PATCH v2] docs: Clarify the documentation of the <css> elements,
Thomas Huth
[Index of Archives]
[Libvirt Users]
[Fedora Users]
[Red Hat Install]
[Red Hat Sound]
[Red Hat Development]
[Linux Kernel]