libvirt
[Prev Page][Next Page]
- [PATCH 02/10] virsh: use g_strdup in cmdDomblkinfoGet
- [PATCH 10/16] docs: hacking: document preferred strdup alternatives
- [PATCH 08/16] docs: hacking: mention GLib alternatives of libvirt allocation macros
- [PATCH 06/16] docs: hacking: extend the table of removed libvirt macros
- [PATCH 05/16] docs: hacking: demonstrate the powers of VIR_TEST_RANGE
- [PATCH 02/16] docs: hacking: mention git-publish prominently
- [PATCH 01/16] docs: hacking: remove note about rename detection
- [PATCH 00/16] docs: hacking: various modernizations (glib chronicles)
- Re: [PATCH RFC 15/40] qemu: checkpoint: Fix rollback and access to unlocked 'vm' when deleting checkpoints
- [PATCH 4/5] conf: ensure both resolution values are non-zero
- [PATCH 3/5] conf: remove unnecessary NULL checks
- [PATCH 5/5] conf: report errors when parsing video accel
- [PATCH 2/5] conf: Return error when resolution values are invalid
- [PATCH 1/5] qemu: fix documentation for video resolution
- [PATCH 0/5] Fix up some issues from x and y resolution patches
- Re: [PATCH RFC 14/40] qemu: block: Don't query monitor in qemuBlockStorageSourceCreateDetectSize
- Re: [PATCH RFC 13/40] qemu: monitor: Introduce new interface to query-named-block-nodes
- Re: [PATCH RFC 04/40] qemu: domain: Split out setup of virStorageSource from qemu driver config
- Re: [PATCH RFC 03/40] util: hash: Introduce virHashHasEntry
- Re: [PATCH RFC 02/40] util: hash: Add new constructor 'virHashNew'
- Re: [PATCH RFC 12/40] Replace virDomainDiskByName by virDomainDiskByTarget in appropriate cases
- From: Daniel Henrique Barboza
- Re: [PATCH RFC 11/40] conf: Remove unused virDomainDiskFindByBusAndDst
- From: Daniel Henrique Barboza
- Re: [PATCH RFC 10/40] qemu: Replace use of virDomainDiskFindByBusAndDst with virDomainDiskByTarget
- From: Daniel Henrique Barboza
- Re: [PATCH RFC 09/40] conf: Introduce virDomainDiskByTarget
- From: Daniel Henrique Barboza
- Re: [PATCH RFC 08/40] conf: Remove virDomainDiskPathByName
- From: Daniel Henrique Barboza
- Re: [PATCH RFC 07/40] qemu: domain: Tolerate NULL @disk in qemuDomainPrepareDiskSourceData
- From: Daniel Henrique Barboza
- Re: [PATCH RFC 06/40] qemu: domain: clarify sematics of qemuDomainPrepareDiskSourceData
- From: Daniel Henrique Barboza
- Re: [PATCH RFC 05/40] qemu: domain: Remove pointless return value in qemuDomainPrepareDiskSourceData
- From: Daniel Henrique Barboza
- Re: [PATCH RFC 04/40] qemu: domain: Split out setup of virStorageSource from qemu driver config
- From: Daniel Henrique Barboza
- [PATCH v3 2/3] qemu: Remove qemu_hotplugpriv.h and qemuDomainRemoveDeviceWaitTime
- From: Daniel Henrique Barboza
- [PATCH v3 1/3] qemu_hotplug.c: adding qemuDomainGetUnplugTimeout
- From: Daniel Henrique Barboza
- [PATCH v3 3/3] qemu_hotplug.c: user-friendlier setvcpus timeout error message
- From: Daniel Henrique Barboza
- [PATCH v3 0/3] unplug timeout changes for PPC64
- From: Daniel Henrique Barboza
- Re: [PATCH RFC 01/40] util: hash: Add possibility to use simpler data free function in virHash
- [PATCH] qemu: fix CPU model error probing capabilities for ppc
- Re: [PATCH 1/2] virstring: Reimplement g_strdup_printf() and g_strdup_vprintf()
- Re: [PATCH RFC 00/40] qemu: Add support for incremental backups
- [PATCH RFC 39/40] qemu: Implement backup job APIs and qemu handling
- [PATCH RFC 40/40] qemu: blockjob: Implement concluded blockjob handler for backup blockjobs
- [PATCH RFC 38/40] tests: qemustatusxml2xml: Add test for 'pull' type backup job
- [PATCH RFC 36/40] qemu: domain: Track backup job data in the status XML
- [PATCH RFC 37/40] qemu: blockjob: Track internal data for 'backup' blockjob
- [PATCH RFC 35/40] qemu: monitor: Add support for blockdev-backup via 'transaction'
- [PATCH RFC 34/40] Add 'backup' block job type
- [PATCH RFC 33/40] backup: Implement virsh support for backup
- [PATCH RFC 30/40] backup: Introduce virDomainBackup APIs
- [PATCH RFC 32/40] backup: Parse and output backup XML
- [PATCH RFC 31/40] backup: Implement backup APIs for remote driver
- [PATCH RFC 29/40] backup: Document new XML for backups
- [PATCH RFC 26/40] qemu: checkpoint: Use qemuMonitorTransactionBitmapMergeSourceAddBitmap
- [PATCH RFC 28/40] qemu: blockjob: Use 'g_free' in qemuBlockJobDataDispose
- [PATCH RFC 24/40] qemu: checkpoint: Extract finalizing steps of checkpoint creation
- [PATCH RFC 27/40] qemu: blockjob: Refactor qemuBlockJobEventProcessConcludedTransition
- [PATCH RFC 21/40] conf: checkpoint: Don't clear current checkpoint when redefining
- [PATCH RFC 22/40] qemu: checkpoint: Enforce that 'bitmap' name must match checkpoint name
- [PATCH RFC 25/40] qemu: monitor: Add helper for generating data for block bitmap merging
- [PATCH RFC 19/40] conf: Don't reuse variable for different object in virDomainCheckpointRedefinePrep
- [PATCH RFC 20/40] conf: checkpoint: Don't clear current checkpoint when redefining an existing one
- [PATCH RFC 23/40] qemu: checkpoint: Split out checkpoint creation code
- [PATCH RFC 18/40] conf: snapshot: Remove 'update_current' parameter from virDomainSnapshotRedefinePrep
- [PATCH RFC 17/40] conf: snapshot: Don't clear current snapshot when redefining an existing one
- [PATCH RFC 16/40] qemu: monitor: Remove non-transaction based dirty bitmap APIs
- [PATCH RFC 15/40] qemu: checkpoint: Fix rollback and access to unlocked 'vm' when deleting checkpoints
- [PATCH RFC 12/40] Replace virDomainDiskByName by virDomainDiskByTarget in appropriate cases
- [PATCH RFC 11/40] conf: Remove unused virDomainDiskFindByBusAndDst
- [PATCH RFC 14/40] qemu: block: Don't query monitor in qemuBlockStorageSourceCreateDetectSize
- [PATCH RFC 10/40] qemu: Replace use of virDomainDiskFindByBusAndDst with virDomainDiskByTarget
- [PATCH RFC 13/40] qemu: monitor: Introduce new interface to query-named-block-nodes
- [PATCH RFC 09/40] conf: Introduce virDomainDiskByTarget
- [PATCH RFC 04/40] qemu: domain: Split out setup of virStorageSource from qemu driver config
- [PATCH RFC 07/40] qemu: domain: Tolerate NULL @disk in qemuDomainPrepareDiskSourceData
- [PATCH RFC 08/40] conf: Remove virDomainDiskPathByName
- [PATCH RFC 02/40] util: hash: Add new constructor 'virHashNew'
- [PATCH RFC 06/40] qemu: domain: clarify sematics of qemuDomainPrepareDiskSourceData
- [PATCH RFC 05/40] qemu: domain: Remove pointless return value in qemuDomainPrepareDiskSourceData
- [PATCH RFC 03/40] util: hash: Introduce virHashHasEntry
- [PATCH RFC 01/40] util: hash: Add possibility to use simpler data free function in virHash
- [PATCH RFC 00/40] qemu: Add support for incremental backups
- Re: [PATCH] gitdm/companies: add 'ibm' file
- [PATCH v3 8/9] qemu: use domain caps to validate video device model
- [PATCH v3 7/9] qemu: move validation of video accel to qemu_domain.c
- [PATCH v3 6/9] qemu: validate vhost-user video backend in qemu_domain.c
- [PATCH v3 5/9] qemu: set domain capability for video type "none"
- [PATCH v3 4/9] qemu: set domain capability for ramfb device
- [PATCH v3 9/9] qemu: add 'ramfb' attribute for mediated devices
- [PATCH v3 3/9] qemu: Set capabilities properly for tests
- [PATCH v3 2/9] qemu: use g_autoptr in qemuDomainDeviceDefValidate()
- [PATCH v3 1/9] qemu: fix domain device validation
- [PATCH v3 0/9] Enable ramfb parameter for mediated devices
- Re: [PATCH] build: fix substitution of RUNSTATEDIR in man pages
- Re: [PATCH] build: fix substitution of RUNSTATEDIR in man pages
- Re: [PATCH] Apparmor: Support Xen scripts in libexec
- Re: [PATCH] Apparmor: Support Xen scripts in libexec
- [PATCH] util: add stdlib.h include for abort() prototype
- [PATCH] gitdm/companies: add 'ibm' file
- From: Daniel Henrique Barboza
- [PATCH] build: fix substitution of RUNSTATEDIR in man pages
- Re: [PATCH] Apparmor: Support Xen scripts in libexec
- Re: [PULL v3 00/19] Bitmaps patches
- Re: [PATCH] conf: Fix memory leak caused by missing VIR_FREE for video resolution.
- Re: [PATCH 2/2] libvirt-rust Fix Stream::send
- Re: [PATCH v3] glibcompat: Reimplement g_strdup_printf() and g_strdup_vprintf()
- Re: [PATCH v3] glibcompat: Reimplement g_strdup_printf() and g_strdup_vprintf()
- [PATCH v3] glibcompat: Reimplement g_strdup_printf() and g_strdup_vprintf()
- Re: [PATCH v2] glibcompat: Reimplement g_strdup_printf() and g_strdup_vprintf()
- [PATCH v2 2/2] qemu: add tests of the default video type selection algorithm
- [PATCH v2 1/2] qemu: fix type of default video device
- [PATCH v2 0/2] qemu: fix type of default video device
- Re: [PATCH v2] glibcompat: Reimplement g_strdup_printf() and g_strdup_vprintf()
- Re: [PATCH v2] glibcompat: Reimplement g_strdup_printf() and g_strdup_vprintf()
- Re: [PATCH v2] glibcompat: Reimplement g_strdup_printf() and g_strdup_vprintf()
- [PATCH v5] util: Set SIGPIPE to a no-op handler in virFork
- [PATCH v2] glibcompat: Reimplement g_strdup_printf() and g_strdup_vprintf()
- Re: Some questions about live migration
- Re: [PATCH 1/2] virstring: Reimplement g_strdup_printf() and g_strdup_vprintf()
- Re: [PATCH 2/2] m4: Don't suggest attribute malloc
- Re: [PATCH 1/2] virstring: Reimplement g_strdup_printf() and g_strdup_vprintf()
- [PATCH 2/2] m4: Don't suggest attribute malloc
- [PATCH 0/2] Couple of g_strdup_printf() fixes
- [PATCH 1/2] virstring: Reimplement g_strdup_printf() and g_strdup_vprintf()
- Some questions about live migration
- [PATCH] conf: Fix memory leak caused by missing VIR_FREE for video resolution.
- Re: [PATCH v4 1/2] conf: Add 'x' and 'y' resolution into video XML definition
- [PATCHv2 2/2] util: set bridge device MAC address explicitly during virNetDevBridgeCreate
- [PATCHv2 1/2] util: allow sending mac addr to virNetNewLink without ifindex
- [PATCHv2 0/2] util: set bridge device MAC address explicitly
- Re: [PATCH] util: set bridge device MAC address explicitly during virNetDevBridgeCreate
- [PATCH] util: set bridge device MAC address explicitly during virNetDevBridgeCreate
- Re: [PATCH v4 1/2] conf: Add 'x' and 'y' resolution into video XML definition
- Re: [PATCH v4 0/2] Add resolution properties for QEMU video devices
- Re: [PATCH v2 10/39] qemuDomainGetHostdevPath: Use more VIR_AUTOFREE/VIR_AUTOPTR
- Re: [PATCH v2 09/39] qemuDomainGetHostdevPath: Drop @freeTmpPath
- Re: [PATCH v2 08/39] qemu_domain: Drop few useless checks in qemuDomainGetHostdevPath
- Re: [PATCH v2 07/39] qemu: Explicitly add/remove /dev/vfio/vfio to/from NS/CGroups
- [PULL v3 19/19] dirty-bitmaps: remove deprecated autoload parameter
- [PULL v3 18/19] MAINTAINERS: Add Vladimir as a reviewer for bitmaps
- [PULL v3 16/19] block/qcow2-bitmap: fix and improve qcow2_reopen_bitmaps_rw
- [PULL v3 17/19] qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit
- [PULL v3 14/19] block/qcow2-bitmap: do not remove bitmaps on reopen-ro
- [PULL v3 15/19] iotests: add test 260 to check bitmap life after snapshot + commit
- [PULL v3 13/19] block/qcow2-bitmap: drop qcow2_reopen_bitmaps_rw_hint()
- [PULL v3 12/19] block/qcow2-bitmap: get rid of bdrv_has_changed_persistent_bitmaps
- [PULL v3 11/19] iotests: add test-case to 165 to test reopening qcow2 bitmaps to RW
- [PULL v3 09/19] block: switch reopen queue from QSIMPLEQ to QTAILQ
- [PULL v3 10/19] block: reverse order for reopen commits
- [PULL v3 07/19] block/dirty-bitmap: drop BdrvDirtyBitmap.mutex
- [PULL v3 08/19] block/dirty-bitmap: refactor bdrv_dirty_bitmap_next
- [PULL v3 06/19] block/dirty-bitmap: add bs link
- [PULL v3 04/19] block/qcow2: proper locking on bitmap add/remove paths
- [PULL v3 05/19] block/dirty-bitmap: drop meta
- [PULL v3 01/19] util/hbitmap: strict hbitmap_reset
- [PULL v3 03/19] block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap
- [PULL v3 02/19] block: move bdrv_can_store_new_dirty_bitmap to block/dirty-bitmap.c
- [PULL v3 00/19] Bitmaps patches
- Re: [PATCH v2 06/39] qemu_cgroup: Teardown Cgroup for more host device types
- Re: [PATCH v2 05/39] qemu: Introduce qemuDomainNeedsVFIO
- Re: [PATCH v2 04/39] qemu_hostdev: Introduce qemuHostdevNeedsVFIO()
- Re: [PATCH v2 03/39] conf: Introduce virDomainDefHasMdevHostdev
- Re: [PATCH v2 02/39] virhostdev: Introduce and use virHostdevIsVFIODevice
- Re: [PATCH v2 01/39] virhostdev: Fix const correctness of virHostdevIs{PCINet, SCSI, Mdev}Device()
- Re: [PATCH v4 1/2] conf: Add 'x' and 'y' resolution into video XML definition
- Re: [PATCH v4 0/2] Add resolution properties for QEMU video devices
- Re: [PATCH v3 2/4] qemu_process.c: use g_autoptr()
- From: Daniel Henrique Barboza
- Re: [PATCH v3 2/4] qemu_process.c: use g_autoptr()
- Re: [PATCH v3 2/4] qemu_process.c: use g_autoptr()
- Re: [PULL v2 00/19] Bitmaps patches
- Re: [PATCH v4 1/2] conf: Add 'x' and 'y' resolution into video XML definition
- Re: [PATCH] qemu: caps: Use unique key for domCaps caching
- Re: [PATCH v4 1/2] conf: Add 'x' and 'y' resolution into video XML definition
- [PATCH v2 2/2] qemu_process: remove unused cleanup labels
- From: Daniel Henrique Barboza
- [Call for Presentations] FOSDEM 2020 Virtualization & IaaS Devroom
- [PATCH v2 1/2] qemu_hotplug.c: use g_autoptr() with virConnectPtr
- From: Daniel Henrique Barboza
- [PATCH v2 0/2] a few cleanups in qemu_hotplug.c
- From: Daniel Henrique Barboza
- Re: [RFC] Accepting PRs/MRs for libvirt on GitHub/GitLab
- [PATCH 2/2] gitdm: Add missing entries
- [PATCH 1/2] gitdm: Fix sorting
- [PATCH 0/2] gitdm: Update configuration
- Re: [RFC] Accepting PRs/MRs for libvirt on GitHub/GitLab
- Re: [PATCH v1] qemu_driver: improve comparison/baseline error reporting
- From: Daniel Henrique Barboza
- Re: [PATCH v4 5/5] qemu_driver: use g_strdup_printf
- From: Daniel Henrique Barboza
- Re: [PATCH v4 5/5] qemu_driver: use g_strdup_printf
- Re: [PATCH v4 5/5] qemu_driver: use g_strdup_printf
- Re: [PATCH v4 5/5] qemu_driver: use g_strdup_printf
- From: Daniel Henrique Barboza
- Re: [PATCH v4 5/5] qemu_driver: use g_strdup_printf
- [PATCH v3 1/4] qemu_process.c: use g_autofree
- From: Daniel Henrique Barboza
- [PATCH v3 0/4] qemu_process.c: GLib powered cleanup
- From: Daniel Henrique Barboza
- Re: [PATCH 1/1] qemu_hotplug: use VIR_AUTOUNREF() with virConnectPtr
- From: Daniel Henrique Barboza
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support
- From: Christophe de Dinechin
- [PATCH v3 4/4] qemu_process.c: use g_strdup_printf
- From: Daniel Henrique Barboza
- Re: [PATCH v4 3/5] qemu_driver: use g_autofree when possible
- From: Daniel Henrique Barboza
- [PATCH v3 3/4] qemu_process.c: remove cleanup labels after g_auto*() changes
- From: Daniel Henrique Barboza
- [PATCH v3 2/4] qemu_process.c: use g_autoptr()
- From: Daniel Henrique Barboza
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support
- Re: [PATCH 1/2] qemu: fix build with musl libc
- Re: [PATCH v4 3/5] qemu_driver: use g_autofree when possible
- Re: [PATCH v4 0/5] qemu_driver: GLib powered cleanup
- Re: [PATCH 1/2] qemu: fix build with musl libc
- Re: [PULL v2 00/19] Bitmaps patches
- Re: [PATCH v3] util: Block SIGPIPE until execve in childprocess
- Re: [PATCH 12/30] storagefile: Fix backing format \0 check
- From: Christophe de Dinechin
- Re: [RFC] Accepting PRs/MRs for libvirt on GitHub/GitLab
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support
- From: Christophe de Dinechin
- Re: [PATCH 0/3] docs: hacking: document removed macro replacements (glib chronicles)
- Re: [PATCH 1/2] qemu: fix build with musl libc
- Re: [RFC] Accepting PRs/MRs for libvirt on GitHub/GitLab
- Re: [PATCH 1/2] qemu: fix build with musl libc
- Re: [PATCH 2/2] storage: fix build with musl libc
- Re: [RFC] Accepting PRs/MRs for libvirt on GitHub/GitLab
- Re: [PATCH 0/2] Fix build with musl libc
- Re: [RFC] Accepting PRs/MRs for libvirt on GitHub/GitLab
- Re: [RFC] Accepting PRs/MRs for libvirt on GitHub/GitLab
- [PATCH] Drop needless @ret variable
- [PATCH] qemu: remove unused cfg variables
- Re: [RFC] Accepting PRs/MRs for libvirt on GitHub/GitLab
- Re: [PATCH v4 00/26] scripts: convert most perl scripts to python
- Re: [RFC] Accepting PRs/MRs for libvirt on GitHub/GitLab
- Re: [RFC] Accepting PRs/MRs for libvirt on GitHub/GitLab
- [PATCH v4 2/2] qemu: Generate 'xres' and 'yres' for QEMU video devices
- [PATCH v4 0/2] Add resolution properties for QEMU video devices
- [PATCH v4 1/2] conf: Add 'x' and 'y' resolution into video XML definition
- [PATCH] Apparmor: Support Xen scripts in libexec
- [PATCH v2 2/3] conf/network_conf: use virStringParseYesNo helper
- [PATCH v2 1/3] conf/domain_conf: use virStringParseYesNo helper
- [PATCH v2 0/3] use virStringParseYesNo helper
- [PATCH v2 3/3] qemu/qemu_migration_params: use virStringParseYesNo helper
- Re: [PATCH 1/3] conf/domain_conf: usevirStringParseYesNohelper
- Re: [PATCH v2 0/3] qemu_process: use VIR_AUTO*/g_auto* all around
- From: Daniel Henrique Barboza
- [PATCH v4 4/5] qemu_driver: remove unused 'cleanup' labels after g_auto*() changes
- From: Daniel Henrique Barboza
- [PATCH v4 5/5] qemu_driver: use g_strdup_printf
- From: Daniel Henrique Barboza
- [PATCH v4 1/5] qemu_driver: use g_auto* in some functions
- From: Daniel Henrique Barboza
- [PATCH v4 2/5] qemu_driver: use g_autoptr() when possible
- From: Daniel Henrique Barboza
- [PATCH v4 3/5] qemu_driver: use g_autofree when possible
- From: Daniel Henrique Barboza
- [PATCH v4 0/5] qemu_driver: GLib powered cleanup
- From: Daniel Henrique Barboza
- [PATCH v1] qemu_driver: improve comparison/baseline error reporting
- Re: [RFC] Accepting PRs/MRs for libvirt on GitHub/GitLab
- From: Daniel Henrique Barboza
- Re: [RFC] Accepting PRs/MRs for libvirt on GitHub/GitLab
- Re: [PATCH] qemu: caps: Use unique key for domCaps caching
- Re: [RFC] Accepting PRs/MRs for libvirt on GitHub/GitLab
- Re: [PATCH v2 11/31] qemu: Flatten qemuMonitorCPUDefs.cpus
- Re: [PATCH v2 31/31] qemu: Store default CPU in domain XML
- Re: [PATCH v2 11/31] qemu: Flatten qemuMonitorCPUDefs.cpus
- Re: [PATCH v2 25/31] qemu: Use VIR_AUTOUNREF in qemuDomainDefPostParse
- Re: [PATCH v2 21/31] qemu: Store typename from query-cpu-definitions in qemuCaps
- Re: [PATCH v2 29/31] qemuxml2*test: Add test cases for default CPU models on s390x
- Re: [PATCH v2 28/31] qemuxml2*test: Add test cases for default CPU models on ppc64
- Re: [PATCH v2 27/31] qemuxml2*test: Add test cases for default CPU models on aarch64
- Re: [PATCH v2 26/31] conf: Define VIR_AUTOPTR for virCPUDef
- Re: [PATCH v2 30/31] qemuxml2*test: Add test cases for default CPU models on x86_64
- Re: [PATCH v2 24/31] qemu: Drop unused virQEMUCapsGetDefaultMachine
- Re: [PATCH v2 23/31] qemu: Introduce virQEMUCapsGetMachineDefaultCPU
- Re: [PATCH v2 22/31] qemu: Probe for default CPU types
- Re: [PATCH v2 20/31] conf: Drop virDomainCapsCPUModelsAddSteal
- Re: [PATCH v2 19/31] conf: Drop unused virDomainCapsCPUModelsFilter
- Re: [PATCH v2 18/31] qemu: Switch qemuCaps to use qemuMonitorCPUDefs
- Re: [PATCH v2 17/31] qemu: Split virQEMUCapsFetchCPUModels
- Re: [PATCH v2 15/31] qemu: Introduce virQEMUCapsCPUDefsToModels
- Re: [PATCH v2 16/31] qemu: Rename virQEMUCaps{Get, Fetch}CPUDefinitions
- Re: [PATCH] build: Update .gitignore for build-aux files
- Re: [PATCH] build: Update .gitignore for build-aux files
- Re: [RFC] Accepting PRs/MRs for libvirt on GitHub/GitLab
- Re: [PATCH] build: Update .gitignore for build-aux files
- Re: [PATCH v3 06/10] qemu_driver: use VIR_AUTOFREE() with strings 1/3
- From: Daniel Henrique Barboza
- Re: [PATCH] build: Update .gitignore for build-aux files
- Re: [PATCH v3] util: Block SIGPIPE until execve in child process
- Re: [PATCH v3] util: Block SIGPIPE until execve in child process
- Re: [PATCH v3 06/10] qemu_driver: use VIR_AUTOFREE() with strings 1/3
- [PATCH 4/4] apparmor: let AppArmorSetSecurityImageLabel append rules
- [PATCH 0/4] apparmor fixes triggered by multi disk snapshots
- [PATCH 1/4] virt-aa-helper: clarify command line options
- [PATCH 3/4] apparmor: refactor AppArmorSetSecurityImageLabel
- [PATCH 2/4] apparmor: drop useless call to get_profile_name
- [PATCH 1/3] docs: hacking: separate section about already deleted macros
- [PATCH 0/3] docs: hacking: document removed macro replacements (glib chronicles)
- Re: [PATCH] build: Update .gitignore for build-aux files
- [PATCH 3/3] docs: hacking: add a conversion table for removed libvirt macros
- [PATCH 2/3] docs: hacking: use <code> for functions/names
- Re: [PATCH] build: Update .gitignore for build-aux files
- Re: [PATCH v3 06/10] qemu_driver: use VIR_AUTOFREE() with strings 1/3
- From: Daniel Henrique Barboza
- Re: [PATCH] build: Update .gitignore for build-aux files
- [PATCH 0/2] Fix build with musl libc
- [PATCH 1/2] qemu: fix build with musl libc
- Re: Fwd: libvirtd failing on MacOS in setgroups
- [PATCH 2/2] storage: fix build with musl libc
- Re: [PATCH v3] util: Block SIGPIPE until execve in child process
- Re: [PATCH 0/9] GLib macros and where to find them (glib chronicles)
- Re: [PATCH 1/9] util: delete VIR_AUTOFREE
- Re: [PATCH v3 00/10] use VIR_AUTO*/g_auto* all around qemu_driver.c
- Re: [PATCH v3 06/10] qemu_driver: use VIR_AUTOFREE() with strings 1/3
- Re: [PATCH 00/10] Clean up error preservation/restoration
- [PATCH] build: Update .gitignore for build-aux files
- Re: [PATCH v3 00/10] use VIR_AUTO*/g_auto* all around qemu_driver.c
- From: Daniel Henrique Barboza
- [RFC] Accepting PRs/MRs for libvirt on GitHub/GitLab
- Re: [PATCH] qemu: caps: Use unique key for domCaps caching
- From: Daniel Henrique Barboza
- [PATCH 6/9] tools: use g_steal_pointer instead of VIR_STEAL_PTR
- [PATCH 5/9] qemu: use g_steal_pointer instead of VIR_STEAL_PTR
- [PATCH 3/9] internal: delete VIR_RETURN_PTR
- [PATCH 9/9] internal: delete VIR_STEAL_PTR
- [PATCH 2/9] Remove all usage of VIR_RETURN_PTR
- [PATCH 8/9] Use g_steal_pointer instead of VIR_STEAL_PTR everywhere
- [PATCH 1/9] util: delete VIR_AUTOFREE
- [PATCH 7/9] util: use g_steal_pointer instead of VIR_STEAL_PTR
- [PATCH 4/9] conf: use g_steal_pointer instead of VIR_STEAL_PTR
- [PATCH 0/9] GLib macros and where to find them (glib chronicles)
- Re: [PATCH v3] util: Block SIGPIPE until execve in child process
- Re: [PATCH 2/2] libvirt-rust Fix Stream::send
- From: Sahid Orentino Ferdjaoui
- [PATCH 0/2] Fix build with musl libc
- [PATCH 2/2] storage: fix build with musl libc
- [PATCH 1/2] qemu: fix build with musl libc
- Re: [PATCH v2 12/31] build: Export virStringListCopy internal API
- Re: [PATCH v2 13/31] qemu: Add qemuMonitorCPUDefsCopy
- Re: [PATCH v2 11/31] qemu: Flatten qemuMonitorCPUDefs.cpus
- Re: [libvirt-rust PATCH 1/1] Make creating safe wrapper from raw pointer unsafe
- From: Sahid Orentino Ferdjaoui
- Re: [PATCH v2 10/31] qemu: Introduce qemuMonitorCPUDefs struct
- Re: [PATCH 1/3] conf/domain_conf: use virStringParseYesNohelper
- Re: [PATCH v2 09/31] qemu: Change return type of virQEMUCapsFetchCPUDefinitions
- Re: [PATCH v2 05/31] qemu: Copy CPU models in virQEMUCapsGetCPUDefinitions
- Re: [PATCH v2 03/31] conf: Use VIR_AUTO* in virDomainCapsCPUModelsAdd
- Re: [PATCH v2 08/31] qemu: Use VIR_AUTOPTR in qemuMonitorJSONGetCPUDefinitions
- Re: [PATCH v2 01/31] tests: Add capabilities for QEMU 4.2.0 on s390x
- Re: [PATCH v2 02/31] domcapstest: Add test case for QEMU 4.2.0 on s390x
- Re: [PATCH 1/3] conf/domain_conf: use virStringParseYesNohelper
- Re: [PATCH 0/9] More GLib macro usage (glib chronicles)
- Re: [PATCH 0/3] use virStringParseYesNo helper
- Re: [PATCH v3] util: Block SIGPIPE until execve in child process
- Re: [PATCH 2/3] conf/network_conf: use virStringParseYesNo helper
- Re: [PATCH 1/3] conf/domain_conf: use virStringParseYesNo helper
- Re: [PATCH 3/3] qemu/qemu_migration_params: use virStringParseYesNo helper
- Re: [PATCH 7/8] examples: Use G_N_ELEMENTS instead of ARRAY_CARDINALITY
- Re: [PATCH 0/3] use virStringParseYesNo helper
- [PATCH v4] util: Ignore SIGPIPE before write logs to stderr in child process
- Re: [PATCH 1/1] Add shrink flag to blockresize command
- Re: [PATCH v3] util: Block SIGPIPE until execve in child process
- [PATCH 2/3] conf/network_conf: use virStringParseYesNo helper
- [PATCH 0/3] use virStringParseYesNo helper
- [PATCH 1/3] conf/domain_conf: use virStringParseYesNo helper
- [PATCH 3/3] qemu/qemu_migration_params: use virStringParseYesNo helper
- Re: [PATCH v3] util: Block SIGPIPE until execve in child process
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support
- [PATCH v3] util: Block SIGPIPE until execve in child process
- [PATCH v2 2/3] qemu_process: use VIR_AUTOUNREF()
- From: Daniel Henrique Barboza
- [PATCH v2 1/3] qemu_process: use VIR_AUTOFREE()
- From: Daniel Henrique Barboza
- [PATCH v2 0/3] qemu_process: use VIR_AUTO*/g_auto* all around
- From: Daniel Henrique Barboza
- [PATCH v2 3/3] qemu_process.c: use GLib macros
- From: Daniel Henrique Barboza
- [PATCH v3 05/10] qemu_driver: use VIR_AUTOUNREF() with more pointer types
- From: Daniel Henrique Barboza
- [PATCH v3 04/10] qemu_driver: use VIR_AUTOUNREF() with virCapsPtr
- From: Daniel Henrique Barboza
- [PATCH v3 03/10] qemu_driver: use VIR_AUTOUNREF() with virQEMUDriverConfigPtr 3/3
- From: Daniel Henrique Barboza
- [PATCH v3 10/10] qemu_driver.c: use GLib macros
- From: Daniel Henrique Barboza
- [PATCH v3 08/10] qemu_driver: use VIR_AUTOFREE() with strings 3/3
- From: Daniel Henrique Barboza
- [PATCH v3 07/10] qemu_driver: use VIR_AUTOFREE() with strings 2/3
- From: Daniel Henrique Barboza
- [PATCH v3 06/10] qemu_driver: use VIR_AUTOFREE() with strings 1/3
- From: Daniel Henrique Barboza
- [PATCH v3 09/10] qemu_driver: VIR_AUTOFREE on other scalar pointers
- From: Daniel Henrique Barboza
- [PATCH v3 02/10] qemu_driver: use VIR_AUTOUNREF() with virQEMUDriverConfigPtr 2/3
- From: Daniel Henrique Barboza
- [PATCH v3 01/10] qemu_driver: use VIR_AUTOUNREF() with virQEMUDriverConfigPtr 1/3
- From: Daniel Henrique Barboza
- [PATCH v3 00/10] use VIR_AUTO*/g_auto* all around qemu_driver.c
- From: Daniel Henrique Barboza
- Re: [RFC 0/1] convert virStorageSource to GObject
- From: Daniel Henrique Barboza
- [PATCH 10/10] tools: Use consistent error preservation and restoration calls
- [PATCH 05/10] qemu: Use consistent error preservation and restoration calls
- [PATCH 00/10] Clean up error preservation/restoration
- [PATCH 09/10] vz: Use consistent error preservation and restoration calls
- [PATCH 08/10] util: Use consistent error preservation and restoration calls
- [PATCH 07/10] storage: Use consistent error preservation and restoration calls
- [PATCH 04/10] lxc: Use consistent error preservation and restoration calls
- [PATCH 03/10] libxl: Use consistent error preservation and restoration calls
- [PATCH 06/10] remote: Use consistent error preservation and restoration calls
- [PATCH 02/10] src: Use consistent error preservation and restoration calls
- [PATCH 01/10] conf: Use consistent error preservation and restoration calls
- Re: [PATCH 7/8] examples: Use G_N_ELEMENTS instead of ARRAY_CARDINALITY
- Re: [RFC 0/1] convert virStorageSource to GObject
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support
- Re: [PATCH v2 4/6] qemu: consolidate video validation
- Re: [PATCH v2 2/6] qemu: use VIR_AUTOUNREF in qemuDomainDeviceDefValidate()
- [PATCH] qemu: caps: Use unique key for domCaps caching
- [PATCH v2 31/31] qemu: Store default CPU in domain XML
- [PATCH v2 30/31] qemuxml2*test: Add test cases for default CPU models on x86_64
- [PATCH v2 29/31] qemuxml2*test: Add test cases for default CPU models on s390x
- [PATCH v2 26/31] conf: Define VIR_AUTOPTR for virCPUDef
- [PATCH v2 24/31] qemu: Drop unused virQEMUCapsGetDefaultMachine
- [PATCH v2 23/31] qemu: Introduce virQEMUCapsGetMachineDefaultCPU
- [PATCH v2 14/31] qemu: Use VIR_AUTOFREE in virQEMUCapsLoadCPUModels
- [PATCH v2 15/31] qemu: Introduce virQEMUCapsCPUDefsToModels
- [PATCH v2 10/31] qemu: Introduce qemuMonitorCPUDefs struct
- [PATCH v2 06/31] qemu: Filter models in virQEMUCapsGetCPUDefinitions
- [PATCH v2 04/31] conf: Drop nameLen parameter from virDomainCapsCPUModelsAdd
- [PATCH v2 11/31] qemu: Flatten qemuMonitorCPUDefs.cpus
- [PATCH v2 28/31] qemuxml2*test: Add test cases for default CPU models on ppc64
- [PATCH v2 22/31] qemu: Probe for default CPU types
- [PATCH v2 27/31] qemuxml2*test: Add test cases for default CPU models on aarch64
- [PATCH v2 21/31] qemu: Store typename from query-cpu-definitions in qemuCaps
- [PATCH v2 25/31] qemu: Use VIR_AUTOUNREF in qemuDomainDefPostParse
- [PATCH v2 09/31] qemu: Change return type of virQEMUCapsFetchCPUDefinitions
- [PATCH v2 13/31] qemu: Add qemuMonitorCPUDefsCopy
- [PATCH v2 07/31] qemu: Use virQEMUCapsGetCPUDefinitions more
- [PATCH v2 08/31] qemu: Use VIR_AUTOPTR in qemuMonitorJSONGetCPUDefinitions
- [PATCH v2 19/31] conf: Drop unused virDomainCapsCPUModelsFilter
- [PATCH v2 17/31] qemu: Split virQEMUCapsFetchCPUModels
- [PATCH v2 20/31] conf: Drop virDomainCapsCPUModelsAddSteal
- [PATCH v2 12/31] build: Export virStringListCopy internal API
- [PATCH v2 18/31] qemu: Switch qemuCaps to use qemuMonitorCPUDefs
- [PATCH v2 05/31] qemu: Copy CPU models in virQEMUCapsGetCPUDefinitions
- [PATCH v2 16/31] qemu: Rename virQEMUCaps{Get, Fetch}CPUDefinitions
- [PATCH v2 01/31] tests: Add capabilities for QEMU 4.2.0 on s390x
- [PATCH v2 00/31] qemu: Store default CPU in domain XML
- [PATCH 3/9] Use g_autofree instead of VIR_AUTOFREE
- [PATCH v2 03/31] conf: Use VIR_AUTO* in virDomainCapsCPUModelsAdd
- [PATCH v2 02/31] domcapstest: Add test case for QEMU 4.2.0 on s390x
- [PATCH 0/9] More GLib macro usage (glib chronicles)
- [PATCH 9/9] Remove virautoclean.h
- [PATCH 7/9] Use g_autoptr instead of VIR_AUTOUNREF
- [PATCH 6/9] Define G_DEFINE_AUTOPTR_CLEANUP_FUNC for virDomainCheckpointDef
- [PATCH 5/9] Use g_autoptr instead of VIR_AUTOPTR
- [PATCH 8/9] Delete virObjectAutoUnref
- [PATCH 4/9] Use G_DEFINE_AUTOPTR_CLEANUP_FUNC instead of VIR_DEFINE_AUTOPTR_FUNC
- [PATCH 2/9] virbuffer: use g_auto directly for virBuffer
- [PATCH 1/9] util: xml: use g_auto directly for VIR_XPATH_NODE_AUTORESTORE
- Re: [PATCH 7/8] examples: Use G_N_ELEMENTS instead of ARRAY_CARDINALITY
- Re: [PATCH 1/1] Add shrink flag to blockresize command
- [PATCH v3 REBASE 07/12] qemu: handle race on device deletion and usb host device plugging
- From: Nikolay Shirokovskiy
- [PATCH v3 REBASE 11/12] qemu: handle detaching of unplugged hostdev
- From: Nikolay Shirokovskiy
- [PATCH v3 REBASE 02/12] qemu: track hostdev delete intention
- From: Nikolay Shirokovskiy
- [PATCH v3 REBASE 12/12] conf: parse hostdev missing flag
- From: Nikolay Shirokovskiy
- [PATCH v3 REBASE 06/12] qemu: handle libvirtd restart after host usb device unplug
- From: Nikolay Shirokovskiy
- [PATCH v3 REBASE 05/12] qemu: handle host usb device add/del udev events
- From: Nikolay Shirokovskiy
- [PATCH v3 REBASE 01/12] conf: add replug option for usb hostdev
- From: Nikolay Shirokovskiy
- [PATCH v3 REBASE 10/12] qemu: don't mess with non mandatory hostdevs on reattaching
- From: Nikolay Shirokovskiy
- [PATCH v3 REBASE 03/12] qemu: support host usb device unplug
- From: Nikolay Shirokovskiy
- [PATCH v3 REBASE 04/12] qemu: support usb hostdev plugging back
- From: Nikolay Shirokovskiy
- [PATCH v3 REBASE 08/12] qemu: hotplug: update device list on device deleted event
- From: Nikolay Shirokovskiy
- [PATCH v3 REBASE 00/12] hostdev: handle usb detach/attach on node
- From: Nikolay Shirokovskiy
- [PATCH v3 REBASE 09/12] qemu: handle host usb device plug/unplug when libvirtd is down
- From: Nikolay Shirokovskiy
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support
- Re: [PATCH 7/8] examples: Use G_N_ELEMENTS instead of ARRAY_CARDINALITY
- Re: [PATCH] qemu: fix EFI nvram removal on domain undefine
- Re: [PATCH 0/2] conf: Fix up empty 'network' cdroms
- Re: [PATCH 0/8] Use even morer of GLib's macros (glib chronicles)
- Re: [RFC 0/1] convert virStorageSource to GObject
- From: Daniel Henrique Barboza
- Re: [PATCH] qemu: fix EFI nvram removal on domain undefine
- [PATCH 1/2] conf: Reset disk type if <source> element is completely missing
- [PATCH 2/2] tests: Add test case for empty 'network' cdrom
- [PATCH 0/2] conf: Fix up empty 'network' cdroms
- Re: [PATCH] qemu: fix EFI nvram removal on domain undefine
- Re: [PULL 01/19] util/hbitmap: strict hbitmap_reset
- Re: [RFC 0/1] convert virStorageSource to GObject
- Re: [RFC 0/1] convert virStorageSource to GObject
- [RFC 1/1] util: convert virStorageSource class to use GObject
- From: Daniel Henrique Barboza
- [RFC 0/1] convert virStorageSource to GObject
- From: Daniel Henrique Barboza
- [PATCH 8/8] Use G_N_ELEMENTS instead of ARRAY_CARDINALITY
- [PATCH 7/8] examples: Use G_N_ELEMENTS instead of ARRAY_CARDINALITY
- [PATCH 5/8] Document the ATTRIBUTE_FALLTHROUGH macro
- [PATCH 4/8] Use G_GNUC_PRINTF instead of ATTRIBUTE_FMT_PRINTF
- [PATCH 6/8] Use G_GNUC_FALLTHROUGH instead of ATTRIBUTE_FALLTHROUGH
- [PATCH 3/8] Use G_GNUC_NO_INLINE instead of ATTRIBUTE_NOINLINE
- [PATCH 2/8] syntax-check: prohibit_attribute_macros: generalize error
- [PATCH 1/8] syntax-check: mock-noinline: fix after G_GNUC attribute invocations
- [PATCH 0/8] Use even morer of GLib's macros (glib chronicles)
- Re: [virttools-planet PATCH] Add Fabiano Fidencio to Planet Virt-Tools
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support
- Re: [PULL 00/19] Bitmaps patches
- Re: [PATCH] qemu: fix EFI nvram removal on domain undefine
- Re: [PATCH 00/35] Use more of GLib's macros
- Re: [PATCH 06/35] examples: use G_GNUC_UNUSED
- Re: [PATCH 00/35] Use more of GLib's macros
- Re: [PATCH 06/35] examples: use G_GNUC_UNUSED
- Re: [PATCH 00/35] Use more of GLib's macros
- Re: [PULL 01/19] util/hbitmap: strict hbitmap_reset
- Re: [PATCH 24/35] security: use G_GNUC_UNUSED
- [PATCH] qemu: fix EFI nvram removal on domain undefine
- Re: [virttools-planet PATCH] Add Fabiano Fidencio to Planet Virt-Tools
- Re: [virttools-planet PATCH] Add Fabiano Fidencio to Planet Virt-Tools
- Re: [virttools-planet PATCH] Add Fabiano Fidencio to Planet Virt-Tools
- Re: [PATCH 1/3] conf: Set rebootTimeout valid range to 0..0xffff
- [PATCH 1/2] qemu: cold-plug of sound
- [PATCH 0/2] qemu: cold-plug and cold-unplug of sound
- [virttools-planet PATCH] Add Fabiano Fidencio to Planet Virt-Tools
- [PATCH 2/2] qemu: cold-unplug of sound
- Re: [PATCH v3 03/19] util: use glib memory allocation functions
- Re: [PATCH 1/3] conf: Set rebootTimeout valid range to 0..0xffff
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support
- [PATCH v2] util: Block SIGPIPE until execve in child process
- Re: [PATCH v3 03/19] util: use glib memory allocation functions
- [PATCH] libxl: Fix lock manager lock ordering
- Re: Question about migration confirm phase
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support
- [PULL v2 18/19] MAINTAINERS: Add Vladimir as a reviewer for bitmaps
- [PULL v2 16/19] block/qcow2-bitmap: fix and improve qcow2_reopen_bitmaps_rw
- [PULL v2 11/19] iotests: add test-case to 165 to test reopening qcow2 bitmaps to RW
- [PULL v2 09/19] block: switch reopen queue from QSIMPLEQ to QTAILQ
- [PULL v2 06/19] block/dirty-bitmap: add bs link
- [PULL v2 04/19] block/qcow2: proper locking on bitmap add/remove paths
- [PULL v2 17/19] qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit
- [PULL v2 15/19] iotests: add test 260 to check bitmap life after snapshot + commit
- [PULL v2 13/19] block/qcow2-bitmap: drop qcow2_reopen_bitmaps_rw_hint()
- [PULL v2 10/19] block: reverse order for reopen commits
- [PULL v2 07/19] block/dirty-bitmap: drop BdrvDirtyBitmap.mutex
- [PULL v2 05/19] block/dirty-bitmap: drop meta
- [PULL v2 03/19] block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap
- [PULL v2 02/19] block: move bdrv_can_store_new_dirty_bitmap to block/dirty-bitmap.c
- [PULL v2 01/19] util/hbitmap: strict hbitmap_reset
- [PULL v2 00/19] Bitmaps patches
- [PULL v2 19/19] dirty-bitmaps: remove deprecated autoload parameter
- [PULL v2 14/19] block/qcow2-bitmap: do not remove bitmaps on reopen-ro
- [PULL v2 12/19] block/qcow2-bitmap: get rid of bdrv_has_changed_persistent_bitmaps
- [PULL v2 08/19] block/dirty-bitmap: refactor bdrv_dirty_bitmap_next
- Re: [PULL 01/19] util/hbitmap: strict hbitmap_reset
- Re: Add support for vhost-user-scsi-pci/vhost-user-blk-pci
- Re: [PATCH v2 1/3] qemu: use a bigger unplug timeout for PPC64 guests
- [PATCH 36/35] syntax-check: forbid ATTRIBUTE macros with a GLib replacement
- [PATCH] virhostuptime: Add linux stub for musl
- [PATCH 35/35] internal: remove no longer used ATTRIBUTE macros
- [PATCH 34/35] gendispatch: generate G_GNUC_UNUSED instead of ATTRIBUTE_UNUSED
- [PATCH 31/35] vz: use G_GNUC_UNUSED
- [PATCH 30/35] vbox: use G_GNUC_UNUSED
- [PATCH 27/35] tests: use G_GNUC_UNUSED
- [PATCH 24/35] security: use G_GNUC_UNUSED
- [PATCH 22/35] remote: use G_GNUC_UNUSED
- [PATCH 20/35] openvz: use G_GNUC_UNUSED
- [PATCH 18/35] node_device: use G_GNUC_UNUSED
- [PATCH 15/35] logging: use G_GNUC_UNUSED
- [PATCH 09/35] bhyve: use G_GNUC_UNUSED
- [PATCH 05/35] Use G_GNUC_WARN_UNUSED_RESULT instead of ATTRIBUTE_RETURN_CHECK
- [PATCH 04/35] use G_GNUC_NULL_TERMINATED instead of ATTRIBUTE_SENTINEL
- [PATCH 03/35] use G_GNUC_NORETURN instead of ATTRIBUTE_NORETURN
- [PATCH 00/35] Use more of GLib's macros
- [PATCH 33/35] syntax-check: check for G_GNUC_UNUSED instead of ATTRIBUTE_UNUSED
- [PATCH 32/35] Use G_GNUC_UNUSED everywhere
- [PATCH 29/35] util: use G_GNUC_UNUSED
- [PATCH 28/35] tools: use G_GNUC_UNUSED
- [PATCH 25/35] storage: use G_GNUC_UNUSED
- [PATCH 23/35] rpc: use G_GNUC_UNUSED
- [PATCH 19/35] nwfilter: use G_GNUC_UNUSED
- [PATCH 16/35] lxc: use G_GNUC_UNUSED
- [PATCH 14/35] locking: use G_GNUC_UNUSED
- [PATCH 26/35] test: use G_GNUC_UNUSED
- [PATCH 13/35] libxl: use G_GNUC_UNUSED
- [PATCH 21/35] qemu: use G_GNUC_UNUSED
- [PATCH 08/35] admin: use G_GNUC_UNUSED
- [PATCH 17/35] network: use G_GNUC_UNUSED
- [PATCH 06/35] examples: use G_GNUC_UNUSED
- [PATCH 12/35] esx: use G_GNUC_UNUSED
- [PATCH 11/35] cpu: use G_GNUC_UNUSED
- [PATCH 02/35] apibuild: ignore GLib macros too
- [PATCH 10/35] conf: use G_GNUC_UNUSED
- [PATCH 01/35] util: remove MIN and MAX macros
- [PATCH 07/35] access: use G_GNUC_UNUSED
- Re: [PATCH] util: ignore SIGPIPE when writingtostderr/stdout
- Re: [PATCH] util: ignore SIGPIPE when writing tostderr/stdout
- Re: [PATCH] util: ignore SIGPIPE when writing tostderr/stdout
- Re: [PATCH] util: ignore SIGPIPE when writing tostderr/stdout
- Re: [PATCH] util: ignore SIGPIPE when writing to stderr/stdout
- Re: Question about migration confirm phase
- Re: [PATCH] util: ignore SIGPIPE when writing to stderr/stdout
- [PATCH] util: ignore SIGPIPE when writing to stderr/stdout
- Re: [PATCH 0/4] PCI multifunction partial assignment support
- Re: libvirt doc - missing entry in input devices section
- Re: 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)
- 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)
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support
- Re: [PULL 01/19] util/hbitmap: strict hbitmap_reset
- Question about migration confirm phase
- Re: [PULL 01/19] util/hbitmap: strict hbitmap_reset
- [PATCH v2 4/6] qemu: consolidate video validation
- [PATCH v2 5/6] qemu: unify domain caps validation for video devices
- [PATCH v2 6/6] qemu: add 'ramfb' attribute for mediated devices
- [PATCH v2 2/6] qemu: use VIR_AUTOUNREF in qemuDomainDeviceDefValidate()
- [PATCH v2 3/6] qemu: fix domain device validation
- [PATCH v2 1/6] qemu: set domain capabilities for ramfb device
- [PATCH v2 0/6] Enable ramfb parameter for mediated devices
- [PULL 19/19] dirty-bitmaps: remove deprecated autoload parameter
- [PULL 18/19] MAINTAINERS: Add Vladimir as a reviewer for bitmaps
- [PULL 16/19] block/qcow2-bitmap: fix and improve qcow2_reopen_bitmaps_rw
- [PULL 17/19] qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit
- [PULL 15/19] iotests: add test 260 to check bitmap life after snapshot + commit
- [PULL 14/19] block/qcow2-bitmap: do not remove bitmaps on reopen-ro
- [PULL 13/19] block/qcow2-bitmap: drop qcow2_reopen_bitmaps_rw_hint()
- [PULL 12/19] block/qcow2-bitmap: get rid of bdrv_has_changed_persistent_bitmaps
- [PULL 11/19] iotests: add test-case to 165 to test reopening qcow2 bitmaps to RW
- [PULL 09/19] block: switch reopen queue from QSIMPLEQ to QTAILQ
- [PULL 10/19] block: reverse order for reopen commits
- [PULL 07/19] block/dirty-bitmap: drop BdrvDirtyBitmap.mutex
- [PULL 08/19] block/dirty-bitmap: refactor bdrv_dirty_bitmap_next
- [PULL 06/19] block/dirty-bitmap: add bs link
- [PULL 01/19] util/hbitmap: strict hbitmap_reset
- [PULL 04/19] block/qcow2: proper locking on bitmap add/remove paths
- [PULL 05/19] block/dirty-bitmap: drop meta
- [PULL 03/19] block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap
- [PULL 00/19] Bitmaps patches
- [PULL 02/19] block: move bdrv_can_store_new_dirty_bitmap to block/dirty-bitmap.c
- Re: [PATCH v2 1/1] IDE: deprecate ide-drive
- Re: [PATCH v2 1/3] qemu: use a bigger unplug timeout for PPC64 guests
- From: Daniel Henrique Barboza
- Re: [PATCH 0/4] PCI multifunction partial assignment support
- From: Daniel Henrique Barboza
- Re: [PATCH 02/30] storagefile: qcow1: Check for BACKING_STORE_OK
- [PATCH] security: apparmor: Label externalDataStore
- Re: [PATCH 12/30] storagefile: Fix backing format \0 check
- Re: [PATCH 12/30] storagefile: Fix backing format \0 check
- Re: [PATCH 11/30] storagefile: Rename qcow2GetExtensions 'format' argument
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support
- Re: [PATCH v5 1/1] tests: add a test for driver.c:virConnectValidateURIPath()
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support
- Re: [PATCH 3/3] security: Don't remember labels for TPM
- Re: [PATCH v4 03/26] build-aux: rewrite po file minimizer in Python
- Re: [PATCH 3/3] security: Don't remember labels for TPM
- Re: [PATCH 18/30] storagefile: Add externalDataStore member
- From: Daniel Henrique Barboza
- Re: libvirt doc - missing entry in input devices section
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support
- Re: [PATCH 03/30] storagefile: qcow1: Fix check for empty backing file
- Re: [PATCH 25/30] security: selinux: Simplify SetImageLabelInternal
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support
- Re: [PATCH 02/30] storagefile: qcow1: Check for BACKING_STORE_OK
- Re: [PATCH 12/30] storagefile: Fix backing format \0 check
- Re: [PATCH 18/30] storagefile: Add externalDataStore member
- Re: [PATCH] security: apparmor: Allow RO /usr/share/edk2/
- Re: [PATCH 0/2] tests: Add capabilities for QEMU 4.2.0 on ppc64 and aarch64
- Re: [PATCH v2 1/1] IDE: deprecate ide-drive
- Re: [PATCH 0/2] tests: Add capabilities for QEMU 4.2.0 on ppc64 and aarch64
- Re: [jenkins-ci PATCH] lcitool: Force LANG=en_US.UTF-8 for the containers
- Re: [jenkins-ci PATCH] lcitool: Force LANG=en_US.UTF-8 for the containers
- Re: [PATCH 0/2] tests: Add capabilities for QEMU 4.2.0 on ppc64 and aarch64
- Re: [PATCH 0/2] tests: Add capabilities for QEMU 4.2.0 on ppc64 and aarch64
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support
- Re: [PATCH v2 2/3] tests: libxl: ACPI slic table test
- Re: [PATCH 0/5] security_stack: Perform rollback if one of stacked drivers fails
- Re: [PATCH 0/3] security: Don't remember labels for TPM
- Re: [PATCH 3/3] security: Don't remember labels for TPM
- Re: [PATCH v2 1/1] IDE: deprecate ide-drive
- Re: [PATCH v2 1/1] src/driver.c: remove duplicated code in virGetConnect* functions
- Re: [PATCH v3 3/4] conf: Add XML resolution support for video models
- Re: [PATCH v3 2/4] qemu: Generate 'xres' and 'yres' for video devices
- Re: [PATCH 00/30] storagefile, security: qcow2 data_file support
- From: Daniel Henrique Barboza
- [dockerfiles PATCH] Refresh after forcing an UTF-8 locale
- Re: [jenkins-ci PATCH] lcitool: Force LANG=en_US.UTF-8 for the containers
- Re: [PATCH 30/30] security: selinux: Label externalDataStore
- From: Daniel Henrique Barboza
- Re: [PATCH 29/30] security: selinux: break out SetImageLabelRelative
- From: Daniel Henrique Barboza
- Re: [PATCH 28/30] security: selinux: Restore image label for externalDataStore
- From: Daniel Henrique Barboza
- Re: [PATCH 27/30] security: selinux: Add is_toplevel to SetImageLabelInternal
- From: Daniel Henrique Barboza
- Re: [PATCH 26/30] security: selinux: Drop !parent handling in SetImageLabelInternal
- From: Daniel Henrique Barboza
- Re: [PATCH 25/30] security: selinux: Simplify SetImageLabelInternal
- From: Daniel Henrique Barboza
- Re: [PATCH 23/30] security: dac: break out SetImageLabelRelative
- From: Daniel Henrique Barboza
- Re: [PATCH 24/30] security: dac: Label externalDataStore
- From: Daniel Henrique Barboza
- Re: [PATCH 22/30] security: dac: Restore image label for externalDataStore
- From: Daniel Henrique Barboza
- Re: [PATCH 21/30] security: dac: Add is_toplevel to SetImageLabelInternal
- From: Daniel Henrique Barboza
- Re: [PATCH 20/30] security: dac: Drop !parent handling in SetImageLabelInternal
- From: Daniel Henrique Barboza
- Re: [PATCH 19/30] storagefile: Fill in meta->externalDataStore
- From: Daniel Henrique Barboza
- [jenkins-ci PATCH] lcitool: Force LANG=en_US.UTF-8 for the containers
- Re: [PATCH 18/30] storagefile: Add externalDataStore member
- From: Daniel Henrique Barboza
- [PATCH 1/2] tests: Add capabilitie for QEMU 4.2.0 on ppc64
- [PATCH 2/2] tests: Add capabilitie for QEMU 4.2.0 on aarch64
- [PATCH 0/2] tests: Add capabilities for QEMU 4.2.0 on ppc64 and aarch64
- Re: [PATCH 17/30] storagefile: Split out virStorageSourceNewFromChild
- From: Daniel Henrique Barboza
- Re: [PATCH v2 2/3] qemu: Implement the ccf-assist pSeries feature
- From: Daniel Henrique Barboza
- Re: [PATCH v4 00/26] scripts: convert most perl scripts to python
- Re: [PATCH v4 02/26] build-aux: rewrite augeas test generator in Python
- Re: [PATCH v4 00/26] scripts: convert most perl scripts to python
- Re: [PATCH v3 06/19] util: rewrite auto cleanup macros to use glib's equivalent
- Re: [PATCH] util: drop support for stack traces with logging
- Re: [PATCH v3 19/19] build: remove use of usleep gnulib module in favour of g_usleep
- Re: [PATCH v3 18/19] util: replace strerror/strerror_r with g_strerror
- Re: [PATCH v3 02/19] build: link to glib library
- Re: [PATCH v3 01/19] build: probe for glib-2 library in configure
- [PATCH] util: drop support for stack traces with logging
- Re: [PATCH v2 1/1] IDE: deprecate ide-drive
- Re: [PATCH v2 1/1] IDE: deprecate ide-drive
- From: Philippe Mathieu-Daudé
- [libvirt-dbus] [PATCH 0/2] Implement snapshots
- [libvirt-dbus] [PATCH 2/2] Implement snapshots APIs
- [libvirt-dbus] [PATCH 1/2] Introduce Domain Snapshot Interface
- Re: [PATCH v2 1/1] IDE: deprecate ide-drive
- [PATCH v3 13/19] rpc: convert methods using virIdentityPtr to auto free macros
- [PATCH v3 18/19] util: replace strerror/strerror_r with g_strerror
- [PATCH v3 17/19] conf: convert over to use GRegex for regular expressions
[Index of Archives]
[Libvirt Users]
[Fedora Users]
[Red Hat Install]
[Red Hat Sound]
[Red Hat Development]
[Linux Kernel]