Lib Virt
[Prev Page][Next Page]
- [PULL v2 15/19] iotests: add test 260 to check bitmap life after snapshot + commit, (continued)
- [PATCH] virhostuptime: Add linux stub for musl,
Michal Privoznik
- [PATCH 00/35] Use more of GLib's macros,
Ján Tomko
- [PATCH 07/35] access: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 01/35] util: remove MIN and MAX macros,
Ján Tomko
- [PATCH 10/35] conf: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 02/35] apibuild: ignore GLib macros too,
Ján Tomko
- [PATCH 11/35] cpu: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 12/35] esx: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 06/35] examples: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 17/35] network: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 08/35] admin: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 21/35] qemu: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 13/35] libxl: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 26/35] test: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 14/35] locking: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 16/35] lxc: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 19/35] nwfilter: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 23/35] rpc: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 25/35] storage: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 28/35] tools: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 29/35] util: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 32/35] Use G_GNUC_UNUSED everywhere,
Ján Tomko
- [PATCH 33/35] syntax-check: check for G_GNUC_UNUSED instead of ATTRIBUTE_UNUSED,
Ján Tomko
- [PATCH 03/35] use G_GNUC_NORETURN instead of ATTRIBUTE_NORETURN,
Ján Tomko
- [PATCH 04/35] use G_GNUC_NULL_TERMINATED instead of ATTRIBUTE_SENTINEL,
Ján Tomko
- [PATCH 05/35] Use G_GNUC_WARN_UNUSED_RESULT instead of ATTRIBUTE_RETURN_CHECK,
Ján Tomko
- [PATCH 09/35] bhyve: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 15/35] logging: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 18/35] node_device: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 20/35] openvz: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 22/35] remote: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 24/35] security: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 27/35] tests: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 30/35] vbox: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 31/35] vz: use G_GNUC_UNUSED,
Ján Tomko
- [PATCH 34/35] gendispatch: generate G_GNUC_UNUSED instead of ATTRIBUTE_UNUSED,
Ján Tomko
- [PATCH 35/35] internal: remove no longer used ATTRIBUTE macros,
Ján Tomko
- [PATCH 36/35] syntax-check: forbid ATTRIBUTE macros with a GLib replacement,
Ján Tomko
- Re: [PATCH 00/35] Use more of GLib's macros,
Michal Privoznik
- [PATCH] util: ignore SIGPIPE when writing to stderr/stdout,
Wang Yechao
- Re: [PATCH 0/4] PCI multifunction partial assignment support,
Abdulla Bubshait
- Fwd: Libvirt-QEMU : Multiplex the output from qemu's serial port to a pty as well as a file (basically redirect console to file as well as pty device),
gokul cg
- Question about migration confirm phase,
Jim Fehlig
- [PATCH v2 0/6] Enable ramfb parameter for mediated devices,
Jonathon Jongsma
- [PULL 00/19] Bitmaps patches,
John Snow
- [PULL 02/19] block: move bdrv_can_store_new_dirty_bitmap to block/dirty-bitmap.c,
John Snow
- [PULL 03/19] block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap,
John Snow
- [PULL 05/19] block/dirty-bitmap: drop meta,
John Snow
- [PULL 04/19] block/qcow2: proper locking on bitmap add/remove paths,
John Snow
- [PULL 01/19] util/hbitmap: strict hbitmap_reset,
John Snow
- [PULL 06/19] block/dirty-bitmap: add bs link,
John Snow
- [PULL 08/19] block/dirty-bitmap: refactor bdrv_dirty_bitmap_next,
John Snow
- [PULL 07/19] block/dirty-bitmap: drop BdrvDirtyBitmap.mutex,
John Snow
- [PULL 10/19] block: reverse order for reopen commits,
John Snow
- [PULL 09/19] block: switch reopen queue from QSIMPLEQ to QTAILQ,
John Snow
- [PULL 11/19] iotests: add test-case to 165 to test reopening qcow2 bitmaps to RW,
John Snow
- [PULL 12/19] block/qcow2-bitmap: get rid of bdrv_has_changed_persistent_bitmaps,
John Snow
- [PULL 13/19] block/qcow2-bitmap: drop qcow2_reopen_bitmaps_rw_hint(),
John Snow
- [PULL 14/19] block/qcow2-bitmap: do not remove bitmaps on reopen-ro,
John Snow
- [PULL 15/19] iotests: add test 260 to check bitmap life after snapshot + commit,
John Snow
- [PULL 17/19] qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit,
John Snow
- [PULL 16/19] block/qcow2-bitmap: fix and improve qcow2_reopen_bitmaps_rw,
John Snow
- [PULL 18/19] MAINTAINERS: Add Vladimir as a reviewer for bitmaps,
John Snow
- [PULL 19/19] dirty-bitmaps: remove deprecated autoload parameter,
John Snow
- Re: [PULL 00/19] Bitmaps patches,
Peter Maydell
- [PATCH] security: apparmor: Label externalDataStore,
Cole Robinson
- [dockerfiles PATCH] Refresh after forcing an UTF-8 locale,
Andrea Bolognani
- [jenkins-ci PATCH] lcitool: Force LANG=en_US.UTF-8 for the containers,
Fabiano Fidêncio
- [PATCH 0/2] tests: Add capabilities for QEMU 4.2.0 on ppc64 and aarch64,
Andrea Bolognani
- [PATCH] util: drop support for stack traces with logging,
Daniel P. Berrangé
- [libvirt-dbus] [PATCH 0/2] Implement snapshots,
Simon Kobyda
- [PATCH v3 00/19] Integrate usage of glib into libvirt,
Daniel P. Berrangé
- [PATCH v3 02/19] build: link to glib library,
Daniel P. Berrangé
- [PATCH v3 04/19] util: use glib string allocation/formatting functions,
Daniel P. Berrangé
- [PATCH v3 01/19] build: probe for glib-2 library in configure,
Daniel P. Berrangé
- [PATCH v3 06/19] util: rewrite auto cleanup macros to use glib's equivalent,
Daniel P. Berrangé
- [PATCH v3 03/19] util: use glib memory allocation functions,
Daniel P. Berrangé
- [PATCH v3 07/19] src: add support for g_autoptr with virObject instances,
Daniel P. Berrangé
- [PATCH v3 12/19] admin: convert admin server code to use auto free macros,
Daniel P. Berrangé
- [PATCH v3 05/19] util: convert virSystemdActivation to use VIR_DEFINE_AUTOPTR_FUNC,
Daniel P. Berrangé
- [PATCH v3 08/19] conf: convert virSecretObj APIs to use autofree,
Daniel P. Berrangé
- [PATCH v3 14/19] remote: convert methods using virIdentityPtr to auto free macros,
Daniel P. Berrangé
- [PATCH v3 09/19] util: use glib base64 encoding/decoding APIs,
Daniel P. Berrangé
- [PATCH v3 15/19] util: convert virIdentity class to use GObject,
Daniel P. Berrangé
- [PATCH v3 16/19] libxl: convert over to use GRegex for regular expressions,
Daniel P. Berrangé
- [PATCH v3 10/19] util: convert virIdentity implementation and test suite to g_autoptr,
Daniel P. Berrangé
- [PATCH v3 11/19] access: convert polkit driver to auto free memory,
Daniel P. Berrangé
- [PATCH v3 19/19] build: remove use of usleep gnulib module in favour of g_usleep,
Daniel P. Berrangé
- [PATCH v3 17/19] conf: convert over to use GRegex for regular expressions,
Daniel P. Berrangé
- [PATCH v3 18/19] util: replace strerror/strerror_r with g_strerror,
Daniel P. Berrangé
- [PATCH v3 13/19] rpc: convert methods using virIdentityPtr to auto free macros,
Daniel P. Berrangé
- [PATCH] qemu_process: Initialize domain definition for QMP query,
Michal Privoznik
- [PATCH v2 0/1] IDE: Deprecate ide-drive,
John Snow
[PATCH v5 0/1] add test for driver.c:virConnectValidateURIPath(),
Daniel Henrique Barboza
[PATCH] security: apparmor: Allow RO /usr/share/edk2/,
Cole Robinson
[PATCH] conf: remove parse code for long-extinct "<state devaddr='d:b:s'/>,
Laine Stump
[dockerfiles PATCH] Refresh after recent changes to Python handling,
Andrea Bolognani
[jenkins-ci PATCH] guests: Install EPEL on CentOS 7 container,
Fabiano Fidêncio
[jenkins-ci PATCH 0/3] Add python3 & python3-setup tools to the base project,
Fabiano Fidêncio
Update the release note of released version,
Han Han
[PATCH 00/10] scripts: fix nearly all flake8 style violations,
Daniel P. Berrangé
- [PATCH 03/10] python: fix use of undeclared variables in python scripts,
Daniel P. Berrangé
- [PATCH 01/10] docs: remove some dead code in apibuild.py,
Daniel P. Berrangé
- [PATCH 04/10] python: mark regex strings with 'r' prefix,
Daniel P. Berrangé
- [PATCH 02/10] build: change flake8 to use blacklist instead of whitelist,
Daniel P. Berrangé
- [PATCH 05/10] python: avoid variable named 'l',
Daniel P. Berrangé
- [PATCH 06/10] python: avoid bare 'except:' clause,
Daniel P. Berrangé
- [PATCH 07/10] python: sanitize blank line usage,
Daniel P. Berrangé
- [PATCH 09/10] python: sanitize indentation after line continuations,
Daniel P. Berrangé
- [PATCH 08/10] python: sanitize spaces either side of operators,
Daniel P. Berrangé
- [PATCH 10/10] build: comment on why we're not adopting certain flake8 rules,
Daniel P. Berrangé
- Re: [PATCH 00/10] scripts: fix nearly all flake8 style violations,
Eric Blake
[PATCH 0/2] qemu: Add support for host-model pseries machine option,
Fabiano Rosas
[PATCH v4 00/26] scripts: convert most perl scripts to python,
Daniel P. Berrangé
- [PATCH v4 03/26] build-aux: rewrite po file minimizer in Python,
Daniel P. Berrangé
- [PATCH v4 02/26] build-aux: rewrite augeas test generator in Python,
Daniel P. Berrangé
- [PATCH v4 04/26] build-aux: rewrite duplicate header checker in Python,
Daniel P. Berrangé
- [PATCH v4 11/26] src: rewrite systemtap probe generator in Python,
Daniel P. Berrangé
- [PATCH v4 08/26] src: rewrite ACL permissions checker in Python,
Daniel P. Berrangé
- [PATCH v4 12/26] src: rewrite systemtap function generator in Python,
Daniel P. Berrangé
- [PATCH v4 16/26] src: rewrite polkit ACL generator in Python,
Daniel P. Berrangé
- [PATCH v4 13/26] src: rewrite driver name checker in Python,
Daniel P. Berrangé
- [PATCH v4 18/26] tests: rewrite test argv line wrapper in Python,
Daniel P. Berrangé
- [PATCH v4 14/26] src: rewrite driver impl checker in Python,
Daniel P. Berrangé
- [PATCH v4 21/26] docs: rewrite hvsupport.html page generator in python,
Daniel P. Berrangé
- [PATCH v4 15/26] src: rewrite ACL rule checker in Python,
Daniel P. Berrangé
- [PATCH v4 22/26] docs: rewrite polkit docs generator in Python,
Daniel P. Berrangé
- [PATCH v4 19/26] tests: rewrite qemu capability grouper in Python,
Daniel P. Berrangé
- [PATCH v4 23/26] docs: move apibuild.py to the scripts/ directory,
Daniel P. Berrangé
- [PATCH v4 01/26] build: fix use of $(AUG_GENTEST) as a dependency,
Daniel P. Berrangé
- [PATCH v4 24/26] docs: move reformat-news.py to the scripts/ directory,
Daniel P. Berrangé
- [PATCH v4 05/26] build-aux: rewrite whitespace checker in Python,
Daniel P. Berrangé
- [PATCH v4 25/26] docs: move esx_vi_generator.py to the scripts/ directory,
Daniel P. Berrangé
- [PATCH v4 06/26] build-aux: rewrite mock inline checker in Python,
Daniel P. Berrangé
- [PATCH v4 26/26] docs: move hyperv_wmi_generator.py to the scripts/ directory,
Daniel P. Berrangé
- [PATCH v4 07/26] build-aux: rewrite header ifdef checker in Python,
Daniel P. Berrangé
- [PATCH v4 09/26] src: rewrite symfile sorting checker in Python,
Daniel P. Berrangé
- [PATCH v4 10/26] src: rewrite symfile library checker in Python,
Daniel P. Berrangé
- [PATCH v4 17/26] src: rewrite remote protocol checker in Python,
Daniel P. Berrangé
- [PATCH v4 20/26] tests: rewrite file access checker in Python,
Daniel P. Berrangé
- Re: [PATCH v4 00/26] scripts: convert most perl scripts to python,
Peter Krempa
- Re: [PATCH v4 00/26] scripts: convert most perl scripts to python,
Ján Tomko
Semantic change in v4.3 slows down image creation and snapshots (on ZFS),
Christian Ehrhardt
[dockerfiles PATCH] Refresh libosinfo containers after adding Meson to more platforms,
Fabiano Fidêncio
[dockerfiles PATCH] Re-introduce some libosinfo platforms,
Andrea Bolognani
[dockerfiles PATCH] Refresh after adding Meson to more platforms,
Andrea Bolognani
[jenkins-ci PATCH] lcitool: Fix pip handling in Dockerfiles,
Andrea Bolognani
[PATCH v2 0/1] qemu_command: tidy up qemuBuildHostdevCommandLine loop,
Daniel Henrique Barboza
[PATCH v2 0/1] src/driver.c: remove duplicated code in,
Daniel Henrique Barboza
[jenkins-ci PATCH v3 00/12] Meson, more meson!,
Fabiano Fidêncio
- [jenkins-ci PATCH v3 01/12] guests: add flake8 to libvirt project,
Fabiano Fidêncio
- [jenkins-ci PATCH v3 02/12] mappings: Add python2-setuptools,
Fabiano Fidêncio
- [jenkins-ci PATCH v3 03/12] guests: Add python2-setuptools to the base project,
Fabiano Fidêncio
- [jenkins-ci PATCH v3 05/12] guests: Add python3-pip to the base project,
Fabiano Fidêncio
- [jenkins-ci PATCH v3 04/12] mappings: Add python3-pip,
Fabiano Fidêncio
- [jenkins-ci PATCH v3 06/12] guests: Install meson via pip,
Fabiano Fidêncio
- [jenkins-ci PATCH v3 07/12] osinfo-db-tools: Build again on all machines,
Fabiano Fidêncio
- [jenkins-ci PATCH v3 09/12] libosinfo: Build again on all machines,
Fabiano Fidêncio
- [jenkins-ci PATCH v3 08/12] osinfo-db: Build again on all machines,
Fabiano Fidêncio
- [jenkins-ci PATCH v3 10/12] virt-manager: Build again on Debian9 and Ubuntu18,
Fabiano Fidêncio
- [jenkins-ci PATCH v3 11/12] libvirt-dbus: Take advantage of Python 3 on CentOS 7,
Fabiano Fidêncio
- [jenkins-ci PATCH v3 12/12] Switch libvirt-dbus to Meson,
Fabiano Fidêncio
[PATCH v2 0/3] Adding the 'ccf-assist' pSeries capability,
Daniel Henrique Barboza
[PATCH 0/7] security: apparmor: prep for qcow2 data_file,
Cole Robinson
[PATCH v2 0/5] build: take full ownership of syntax-check from gnulib,
Daniel P. Berrangé
[PATCH] tests: delete objectlocking test code,
Daniel P. Berrangé
[PATCH] build: stop clang complaining about redefined typedefs,
Daniel P. Berrangé
[PATCH] m4: fix setting of warning flags,
Daniel P. Berrangé
[PATCH 0/2] Fix ppc64 CPU configuration for QEMU 2.11+,
Jiri Denemark
[dockerfiles PATCH] Refresh after adding Meson, GLib and flake8,
Andrea Bolognani
[PATCH 0/1] qemu: fix type of default video device,
Pavel Mores
[jenkins-ci PATCH] guests: add flake8 to libvirt project,
Daniel P. Berrangé
[PATCH 0/2] qemu: Fix @vm locking issue when connecting to the monitor,
Michal Privoznik
[PATCH 0/3] Update rebootTimeout range to 0..0xffff,
Han Han
[jenkins-ci PATCH v2 00/12] Meson, more meson!,
Fabiano Fidêncio
- [jenkins-ci PATCH v2 01/12] mappings: Add python2-setuptools,
Fabiano Fidêncio
- [jenkins-ci PATCH v2 02/12] guests: Add python2-setuptools to the base project,
Fabiano Fidêncio
- [jenkins-ci PATCH v2 06/12] osinfo-db-tools: Build again on all machines,
Fabiano Fidêncio
- [jenkins-ci PATCH v2 03/12] mappings: Add python3-pip,
Fabiano Fidêncio
- [jenkins-ci PATCH v2 07/12] osinfo-db: Build again on all machines,
Fabiano Fidêncio
- [jenkins-ci PATCH v2 04/12] guests: Add python3-pip to the base project,
Fabiano Fidêncio
- [jenkins-ci PATCH v2 08/12] libosinfo: Build again on all machines,
Fabiano Fidêncio
- [jenkins-ci PATCH v2 05/12] guests: Install meson via pip,
Fabiano Fidêncio
- [jenkins-ci PATCH v2 09/12] virt-manager: Build again on Debian9 and Ubuntu18,
Fabiano Fidêncio
- [jenkins-ci PATCH v2 10/12] libvirt-dbus: Take advantage of Python 3 on CentOS 7,
Fabiano Fidêncio
- [jenkins-ci PATCH v2 11/12] libvirt-dbus: Remove misleading comment,
Fabiano Fidêncio
- [jenkins-ci PATCH v2 12/12] Switch libvirt-dbus to Meson,
Fabiano Fidêncio
[PATCH v3 0/4] Add resolution properties for QEMU video devices,
jcfaracco
[PATCH 00/30] storagefile, security: qcow2 data_file support,
Cole Robinson
- [PATCH 02/30] storagefile: qcow1: Check for BACKING_STORE_OK,
Cole Robinson
- [PATCH 05/30] storagefile: Check version to determine if qcow2 or not,
Cole Robinson
- [PATCH 03/30] storagefile: qcow1: Fix check for empty backing file,
Cole Robinson
- [PATCH 11/30] storagefile: Rename qcow2GetExtensions 'format' argument,
Cole Robinson
- [PATCH 01/30] storagefile: Make GetMetadataInternal static,
Cole Robinson
- [PATCH 08/30] storagefile: Push 'start' into qcow2GetBackingStoreFormat,
Cole Robinson
- [PATCH 13/30] storagefile: Add externalDataStoreRaw member,
Cole Robinson
- [PATCH 04/30] storagefile: qcow1: Let qcowXGetBackingStore fill in format,
Cole Robinson
- [PATCH 09/30] storagefile: Push extension_end calc to qcow2GetBackingStoreFormat,
Cole Robinson
- [PATCH 06/30] storagefile: Drop now unused isQCow2 argument,
Cole Robinson
- [PATCH 07/30] storagefile: Use qcowXGetBackingStore directly,
Cole Robinson
- [PATCH 10/30] storagefile: Rename qcow2GetBackingStoreFormat,
Cole Robinson
- [PATCH 12/30] storagefile: Fix backing format \0 check,
Cole Robinson
- [PATCH 15/30] storagefile: Fill in meta->externalDataStoreRaw,
Cole Robinson
- [PATCH 17/30] storagefile: Split out virStorageSourceNewFromChild,
Cole Robinson
- [PATCH 19/30] storagefile: Fill in meta->externalDataStore,
Cole Robinson
- [PATCH 20/30] security: dac: Drop !parent handling in SetImageLabelInternal,
Cole Robinson
- [PATCH 22/30] security: dac: Restore image label for externalDataStore,
Cole Robinson
- [PATCH 14/30] storagefile: Parse qcow2 external data file,
Cole Robinson
- [PATCH 16/30] storagefile: Don't access backingStoreRaw directly in FromBackingRelative,
Cole Robinson
- [PATCH 18/30] storagefile: Add externalDataStore member,
Cole Robinson
- [PATCH 21/30] security: dac: Add is_toplevel to SetImageLabelInternal,
Cole Robinson
- [PATCH 23/30] security: dac: break out SetImageLabelRelative,
Cole Robinson
- [PATCH 26/30] security: selinux: Drop !parent handling in SetImageLabelInternal,
Cole Robinson
- [PATCH 30/30] security: selinux: Label externalDataStore,
Cole Robinson
- [PATCH 24/30] security: dac: Label externalDataStore,
Cole Robinson
- [PATCH 25/30] security: selinux: Simplify SetImageLabelInternal,
Cole Robinson
- [PATCH 27/30] security: selinux: Add is_toplevel to SetImageLabelInternal,
Cole Robinson
- [PATCH 28/30] security: selinux: Restore image label for externalDataStore,
Cole Robinson
- [PATCH 29/30] security: selinux: break out SetImageLabelRelative,
Cole Robinson
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support,
Christian Ehrhardt
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support,
Daniel Henrique Barboza
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support,
Han Han
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support,
Michal Privoznik
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support,
Ján Tomko
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support,
Han Han
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support,
Christophe de Dinechin
[PATCH 0/4] PCI multifunction partial assignment support,
Daniel Henrique Barboza
[jenkins-ci PATCH] guests: add glib2 as a package dependency for libvirt,
Daniel P. Berrangé
[PATCH v2 00/23] Integrate usage of glib into libvirt,
Daniel P. Berrangé
- [PATCH v2 01/23] build: probe for glib-2 library in configure,
Daniel P. Berrangé
- [PATCH v2 03/23] util: use glib memory allocation functions,
Daniel P. Berrangé
- [PATCH v2 04/23] util: use glib string allocation/formatting functions,
Daniel P. Berrangé
- [PATCH v2 09/23] util: use glib base64 encoding/decoding APIs,
Daniel P. Berrangé
- [PATCH v2 06/23] util: rewrite auto cleanup macros to use glib's equivalent,
Daniel P. Berrangé
- [PATCH v2 08/23] conf: convert virSecretObj APIs to use autofree,
Daniel P. Berrangé
- [PATCH v2 12/23] admin: convert admin server code to use auto free macros,
Daniel P. Berrangé
- [PATCH v2 19/23] virt-admin: convert command line parsing to use GOptionContext,
Daniel P. Berrangé
- [PATCH v2 13/23] rpc: convert methods using virIdentityPtr to auto free macros,
Daniel P. Berrangé
- [PATCH v2 14/23] remote: convert methods using virIdentityPtr to auto free macros,
Daniel P. Berrangé
- [PATCH v2 15/23] util: convert virIdentity class to use GObject,
Daniel P. Berrangé
- [PATCH v2 18/23] virsh: convert command line parsing to use GOptionContext,
Daniel P. Berrangé
- [PATCH v2 02/23] build: link to glib library,
Daniel P. Berrangé
- [PATCH v2 20/23] virt-login-shell: convert command line parsing to use GOptionContext,
Daniel P. Berrangé
- [PATCH v2 05/23] util: convert virSystemdActivation to use VIR_DEFINE_AUTOPTR_FUNC,
Daniel P. Berrangé
- [PATCH v2 21/23] virt-host-validate: convert command line parsing to use GOptionContext,
Daniel P. Berrangé
- [PATCH v2 07/23] src: add support for g_autoptr with virObject instances,
Daniel P. Berrangé
- [PATCH v2 22/23] util: replace strerror/strerror_r with g_strerror,
Daniel P. Berrangé
- [PATCH v2 10/23] util: convert virIdentity implementation and test suite to g_autoptr,
Daniel P. Berrangé
- [PATCH v2 11/23] access: convert polkit driver to auto free memory,
Daniel P. Berrangé
- [PATCH v2 16/23] libxl: convert over to use GRegex for regular expressions,
Daniel P. Berrangé
- [PATCH v2 17/23] conf: convert over to use GRegex for regular expressions,
Daniel P. Berrangé
- [PATCH v2 23/23] build: remove use of usleep gnulib module in favour of g_usleep,
Daniel P. Berrangé
[libvirt-dbus] [PATCH 0/2] Implement Snaphots,
Simon Kobyda
libvirt doc - missing entry in input devices section,
Ruth Netser
[PATCH 0/1] Add shrink flag to blockresize command,
martinsson . patrik
[PATCH] build: force -Werror for distcheck target,
Daniel P. Berrangé
[PATCH] build: ask for -std=gnu99 explicitly,
Daniel P. Berrangé
[RFC] default video device type,
Pavel Mores
[PATCH 0/5] build: eliminate more redundant/obsolete gnulib modules,
Daniel P. Berrangé
Limiting old version back compat for language bindings ?,
Daniel P. Berrangé
[PATCH 0/5] lib: autostart objects exactly once,
Michal Privoznik
[PATCH 0/5] tests: Clean up some unused test files,
Peter Krempa
[PATCH] maint: Post-release version bump to 5.9.0,
Peter Krempa
[PATCH 0/1] IDE: Deprecate ide-drive,
John Snow
-blockdev bug (and some questions),
Cole Robinson
Release of libvirt-5.8.0,
Daniel Veillard
libvirt? qemu change that mmaps ELF files breaks libvirt svirt handling for os.kernel,
Christian Borntraeger
[PATCH v2 0/1] virsh: fixed handling of sourceless disks in 'domblkinfo' cmd,
Pavel Mores
[jenkins-ci PATCH] Use all_machines whenever possible,
Andrea Bolognani
[RFC] Add API to change qemu agent response timeout,
Jonathon Jongsma
[PATCH 00/22] qemu: Store default CPU in domain XML,
Jiri Denemark
- [PATCH 03/22] qemu: Copy CPU models in virQEMUCapsGetCPUDefinitions,
Jiri Denemark
- [PATCH 18/22] qemu: Introduce virQEMUCapsGetMachineDefaultCPU,
Jiri Denemark
- [PATCH 19/22] qemu: Drop unused virQEMUCapsGetDefaultMachine,
Jiri Denemark
- [PATCH 12/22] qemu: Introduce virQEMUCapsCPUDefsToModels,
Jiri Denemark
- [PATCH 04/22] qemu: Filter models in virQEMUCapsGetCPUDefinitions,
Jiri Denemark
- [PATCH 09/22] build: Export virStringListCopy internal API,
Jiri Denemark
- [PATCH 10/22] qemu: Add qemuMonitorCPUDefsCopy,
Jiri Denemark
- [PATCH 07/22] qemu: Introduce qemuMonitorCPUDefs struct,
Jiri Denemark
- [PATCH 11/22] qemu: Use VIR_AUTOFREE in virQEMUCapsLoadCPUModels,
Jiri Denemark
- [PATCH 14/22] conf: Drop unused virDomainCapsCPUModelsFilter,
Jiri Denemark
- [PATCH 13/22] qemu: Switch qemuCaps to use qemuMonitorCPUDefs,
Jiri Denemark
- [PATCH 17/22] qemu: Probe for default CPU types,
Jiri Denemark
- [PATCH 21/22] conf: Define VIR_AUTOPTR for virCPUDef,
Jiri Denemark
- [PATCH 22/22] qemu: Store default CPU in domain XML,
Jiri Denemark
- [PATCH 20/22] qemu: Use VIR_AUTOUNREF in qemuDomainDefPostParse,
Jiri Denemark
- [PATCH 15/22] conf: Drop virDomainCapsCPUModelsAddSteal,
Jiri Denemark
- [PATCH 01/22] conf: Use VIR_AUTO* in virDomainCapsCPUModelsAdd,
Jiri Denemark
- [PATCH 02/22] conf: Drop nameLen parameter from virDomainCapsCPUModelsAdd,
Jiri Denemark
- [PATCH 08/22] qemu: Flatten qemuMonitorCPUDefs.cpus,
Jiri Denemark
- [PATCH 05/22] qemu: Use virQEMUCapsGetCPUDefinitions more,
Jiri Denemark
- [PATCH 06/22] qemu: Use VIR_AUTOPTR in qemuMonitorJSONGetCPUDefinitions,
Jiri Denemark
- [PATCH 16/22] qemu: Store typename from query-cpu-definitions in qemuCaps,
Jiri Denemark
- Re: [PATCH 00/22] qemu: Store default CPU in domain XML,
Andrea Bolognani
- Re: [PATCH 00/22] qemu: Store default CPU in domain XML,
Andrea Bolognani
[PATCH 00/11] build: eliminate many redundant/obsolete gnulib modules,
Daniel P. Berrangé
- [PATCH 04/11] build: drop the mktempd gnulib module,
Daniel P. Berrangé
- [PATCH 01/11] bhyve: stop using private gnulib _getopt_internal_r func,
Daniel P. Berrangé
- [PATCH 05/11] util: drop the stpcpy gnulib module,
Daniel P. Berrangé
- [PATCH 07/11] build: drop the usleep gnulib module,
Daniel P. Berrangé
- [PATCH 02/11] build: drop the getopt-posix gnulib module,
Daniel P. Berrangé
- [PATCH 03/11] build: drop the inet_pton gnulib module,
Daniel P. Berrangé
- [PATCH 06/11] Revert "build: use autobuild module to make build logs nicer",
Daniel P. Berrangé
- [PATCH 09/11] build: drop the gitlog-to-changelog gnulib module,
Daniel P. Berrangé
- [PATCH 11/11] build: drop the pthread gnulib module,
Daniel P. Berrangé
- [PATCH 08/11] build: drop the stdarg gnulib module,
Daniel P. Berrangé
- [PATCH 10/11] build: drop the perror gnulib module,
Daniel P. Berrangé
[PATCH] qemu: capabilities: Fill in bochs-display info,
Fabiano Fidêncio
[Index of Archives]
[Libvirt Users]
[Fedora Users]
[Red Hat Install]
[Red Hat Sound]
[Red Hat Development]
[Linux Kernel]