Lib Virt
[Prev Page][Next Page]
- [libvirt PATCH 0/3] qemu: add support for VNC power control option,
Daniel P. Berrangé
- [libvirt PATCH 0/5] qemu: more cleanup of boolean option handling,
Daniel P. Berrangé
- [PATCH] qemu: use long on|off syntax for -spice boolean option values,
Daniel P. Berrangé
- [libvirt PATCH] qemu: use long on|off syntax for -chardev boolean option values,
Daniel P. Berrangé
- [PATCH] qemu_hotplug: Don't dereference NULL pointer @newb in qemuDomainChangeNet(),
Michal Privoznik
- [PATCH 0/3] qemu: Fix issue of combining virDomainFSFreeze and VIR_DOMAIN_SNAPSHOT_CREATE_QUIESCE,
Peter Krempa
- [libvirt PATCH] vircgroup: correctly free nested virCgroupPtr,
Pavel Hrdina
- [libvirt PATCH 0/2] ci: Build on macOS 11,
Andrea Bolognani
- [PATCH 0/3] qemu: Couple of virDomainGetFSInfo() related fixes,
Michal Privoznik
- [PATCH] docs: tlscerts: fix link to remote URI parameters,
Ville Skyttä
- [libvirt PATCH 0/2] ci: Tiny changes to the Makefile,
Erik Skultety
- [libvirt PATCH] news: Mention Apple Silicon support,
Andrea Bolognani
- [libvirt PATCH 0/9] eliminate (almost) all VIR_FREE in esx directory,
Laine Stump
- [libvirt PATCH 2/9] esx: use g_autofree when made possible by reducing scope,
Laine Stump
- [libvirt PATCH 3/9] esx: fix memory leak by switching to g_autofree,
Laine Stump
- [libvirt PATCH 1/9] esx: use g_autofree for char* where it is trivially possible,
Laine Stump
- [libvirt PATCH 5/9] esx: use g_steal_pointer+g_autofree on return value,
Laine Stump
- [libvirt PATCH 9/9] esx: replace some VIR_FREE with g_clear_pointer(x, g_free),
Laine Stump
- [libvirt PATCH 8/9] esx: eliminate unnecessary cleanup: labels and result variables,
Laine Stump
- [libvirt PATCH 6/9] esx: reorder code to avoid need to VIR_FREE mimeType,
Laine Stump
- [libvirt PATCH 7/9] esx: switch VIR_FREE->g_free when the pointer will immediately go out of scope,
Laine Stump
- [libvirt PATCH 4/9] esx: switch VIR_FREE->g_free in esx*Free*(),
Laine Stump
- Re: [libvirt PATCH 0/9] eliminate (almost) all VIR_FREE in esx directory,
Michal Privoznik
- Re: [libvirt PATCH 0/9] eliminate (almost) all VIR_FREE in esx directory,
Andrea Bolognani
- [PATCH 00/25] Clear pointers in virJSONValue(Object|Array)Append and other cleanups,
Peter Krempa
- [PATCH 01/25] virLockDaemonPreExecRestart: Refactor memory cleanup,
Peter Krempa
- [PATCH 02/25] virLogDaemonPreExecRestart: Refactor memory cleanup,
Peter Krempa
- [PATCH 03/25] virLogHandlerPreExecRestart: Refactor memory cleanup,
Peter Krempa
- [PATCH 04/25] virNetDaemonPreExecRestart: Refactor memory cleanup,
Peter Krempa
- [PATCH 05/25] virNetServerServicePreExecRestart: Refactor memory cleanup,
Peter Krempa
- [PATCH 06/25] virNetServerClientPreExecRestart: Refactor memory cleanup,
Peter Krempa
- [PATCH 07/25] virNetServerPreExecRestart: Drop error reporting from virJSONValueObjectAppend* calls,
Peter Krempa
- [PATCH 08/25] virNetServerPreExecRestart: Refactor memory cleanup,
Peter Krempa
- [PATCH 09/25] virLockSpacePreExecRestart: Refactor memory cleanup,
Peter Krempa
- [PATCH 14/25] virJSONValueNewArrayFromBitmap: Refactor cleanup,
Peter Krempa
- [PATCH 10/25] qemuAgentMakeCommand: Refactor memory cleanup,
Peter Krempa
- [PATCH 12/25] virJSONValueCopy: Don't use virJSONValue(Object|Array)Append,
Peter Krempa
- [PATCH 18/25] virMACMapHashDumper: Refactor array addition,
Peter Krempa
- [PATCH 21/25] qemuMonitorJSONTransactionAdd: Refactor cleanup,
Peter Krempa
- [PATCH 16/25] virJSONValueObjectAppend: Clear pointer when taking ownership of passed value,
Peter Krempa
- [PATCH 15/25] virJSONValueObjectAddVArgs: Use autofree for the temporary bitmap,
Peter Krempa
- [PATCH 24/25] virJSONValueNewNumber: Take ownership of passed string,
Peter Krempa
- [PATCH 25/25] virJSONParserInsertValue: Take double pointer for @value,
Peter Krempa
- [PATCH 23/25] virJSONParserHandle*: Refactor memory cleanup and drop NULL checks,
Peter Krempa
- [PATCH 19/25] testQEMUSchemaValidateObjectMergeVariantMember: Fix theoretical leak,
Peter Krempa
- [PATCH 11/25] virJSONValueObjectInsert: Clear @value on successful insertion,
Peter Krempa
- [PATCH 20/25] virJSONValueArrayAppend: Clear pointer when taking ownership of passed value,
Peter Krempa
- [PATCH 17/25] qemuAgentMakeStringsArray: Refactor cleanup,
Peter Krempa
- [PATCH 13/25] virJSONValue(Array|Object)Append*: Simplify handling of appended object,
Peter Krempa
- [PATCH 22/25] qemuAgentSetVCPUsCommand: Refactor cleanup,
Peter Krempa
- Re: [PATCH 00/25] Clear pointers in virJSONValue(Object|Array)Append and other cleanups,
Michal Privoznik
- [PATCH] qemu_shim: URI escape root directory,
Michal Privoznik
- [libvirt PATCH v2 0/3] ci: Paint the pipeline green,
Andrea Bolognani
- [libvirt PATCH v2 0/4] ci: Adjustments to remove our dependency on sudo,
Erik Skultety
- [libvirt PATCH 00/10] [RFC] clang-tidy CI integration,
Tim Wiederhake
- [libvirt PATCH 01/10] clang-tidy: Add a simple runner,
Tim Wiederhake
- [libvirt PATCH 04/10] clang-tidy: Add cache,
Tim Wiederhake
- [libvirt PATCH 02/10] clang-tidy: Run in parallel,
Tim Wiederhake
- [libvirt PATCH 03/10] clang-tidy: Filter output,
Tim Wiederhake
- [libvirt PATCH 09/10] clang-tidy: Disable irrelevant and failing checks,
Tim Wiederhake
- [libvirt PATCH 06/10] clang-tidy: Allow timeouts,
Tim Wiederhake
- [libvirt PATCH 07/10] clang-tidy: Add shuffle,
Tim Wiederhake
- [libvirt PATCH 10/10] clang-tidy: Add CI integration,
Tim Wiederhake
- [libvirt PATCH 08/10] clang-tidy: Make list of checks explicit,
Tim Wiederhake
- [libvirt PATCH 05/10] clang-tidy: Add timeout,
Tim Wiederhake
- Re: [libvirt PATCH 00/10] [RFC] clang-tidy CI integration,
Ján Tomko
- Re: [libvirt PATCH 00/10] [RFC] clang-tidy CI integration,
Daniel P. Berrangé
- [libvirt RFC PATCH 0/5] eliminating VIR_FREE in the *Clear() functions,
Laine Stump
- [libvirt PATCH 0/8] More VIR_FREE removals,
Laine Stump
- [PATCH v2 4/4] utils: Deprecate inexact fractional suffix sizes,
Eric Blake
- [PATCH v2 3/4] utils: Deprecate hex-with-suffix sizes,
Eric Blake
- [PATCH 00/19] qemu: migrate block bitmaps when migrating storage,
Peter Krempa
- [PATCH 03/19] qemu: Probe whether an image is 'qcow2 v2' from query-named-block-nodes,
Peter Krempa
- [PATCH 01/19] qemucapabilitiesdata: Update test data for qemu-6.0 on x86_64,
Peter Krempa
- [PATCH 05/19] qemuMigrationSrcPerformPeer2Peer3: Don't leak 'dom_xml' on cleanup,
Peter Krempa
- [PATCH 02/19] qemu: capabilities: Introduce QEMU_CAPS_MIGRATION_PARAM_BLOCK_BITMAP_MAPPING,
Peter Krempa
- [PATCH 11/19] qemu: migration_params: Add infrastructure for 'dirty-bitmaps' migration feature,
Peter Krempa
- [PATCH 12/19] qemu: migration_cookie: Add XML handling for setting up bitmap migration,
Peter Krempa
- [PATCH 14/19] qemu: domain: Store list of temporary bitmaps for migration in status XML,
Peter Krempa
- [PATCH 08/19] storage: Format qcow2v3 volumes by default,
Peter Krempa
- [PATCH 10/19] qemu: blockjob: Use qemuMonitorBitmapRemove for single bitmap removal,
Peter Krempa
- [PATCH 19/19] qemu: capabilities: Enable QEMU_CAPS_INCREMENTAL_BACKUP,
Peter Krempa
- [PATCH 16/19] tests: qemumigrationcookie: Add testing for block dirty bitmap migration,
Peter Krempa
- [PATCH 06/19] testutils: virTestRewrapFile: Rewrap also '.argv' files,
Peter Krempa
- [PATCH 13/19] qemu: migration_cookie: Add helpers for transforming the cookie into migration params,
Peter Krempa
- [PATCH 07/19] storagevolxml2argvdata: Rewrap all output files,
Peter Krempa
- [PATCH 09/19] qemu: monitor: Introduce qemuMonitorBitmapRemove,
Peter Krempa
- [PATCH 18/19] qemu: migration: Migrate block dirty bitmaps corresponding to checkpoints,
Peter Krempa
- [PATCH 15/19] tests: qemustatusxml2xml: Add status XML from migration with bitmaps,
Peter Krempa
- [PATCH 17/19] qemu: migration: Clean up temporary bitmaps when cancelling a migration,
Peter Krempa
- [PATCH 04/19] virDomainMigrateVersion3Full: Don't set 'cancelled' to the same value,
Peter Krempa
- [libvirt PATCH 0/6] ci: Paint the pipeline green,
Andrea Bolognani
- [PATCH 0/7] support <teaming> (aka "QEMU virtio failover") with plain <hostdev>,
Laine Stump
- [PATCH] qemu: match alias when looking for proper <interface> to detach.,
Laine Stump
- [PATCH 0/2] qemu: swtpm improvements,
Jim Fehlig
- [libvirt PATCH 0/4] RFE: ci: A couple of minor improvements,
Erik Skultety
- [libvirt PATCH 0/4] ci: Adjustments to remove our dependency on sudo,
Erik Skultety
- [PATCH v3 0/2] qemu: Do not use canonical path for system memory,
Michal Privoznik
- [libvirt PATCH] schemas: Add support for maximum CPU mode,
Jiri Denemark
- [PATCH] virStorageSourceClear: Unref @vhostuser,
Michal Privoznik
- [PATCH v3 0/1] rpc: avoid crash when system time jump back,
BiaoxiangYe
- [PATCH] build: Remove unused 'conflicts' key from virt_daemon_unit,
Jim Fehlig
- [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
[Index of Archives]
[Libvirt Users]
[Fedora Users]
[Red Hat Install]
[Red Hat Sound]
[Red Hat Development]
[Linux Kernel]