libvirt
[Prev Page][Next Page]
- [PATCH 11/30] conf: drop virCapsPtr param from assign addresses callback
- [PATCH 04/30] conf: sanitize virDomainObjFormat & virDomainDefFormat* APIs
- [PATCH 13/30] conf: drop virCapsPtr param from post parse data alloc callback
- [PATCH 24/30] qemu: drop virCapsPtr param & vars from many APIs
- [jenkins-ci PATCH] lcitool: Decouple Python interpreters for Ansible and builds
- [PATCH 09/30] conf: move seclabel validation into post-parse phase
- [PATCH 07/30] conf: don't use passed in caps in post parse method
- [PATCH 27/30] conf: make virCPUDef into a ref counted struct
- [PATCH 23/30] conf: drop virCapsPtr param from snapshot & checkpoint APIs
- [PATCH 18/30] conf: drop virCapsPtr param from domain post parse & validate APIs
- [PATCH 26/30] qemu: use NUMA capabilities object directly
- [PATCH 05/30] conf: pass in default architecture via domain XML options
- [PATCH 25/30] conf: move NUMA capabilities into self contained object
- [PATCH 29/30] qemu: directly create virResctrlInfo ignoring capabilities
- [PATCH 28/30] qemu: use host CPU object directly
- [PATCH 22/30] conf: drop virCapsPtr param from domain obj list APIs
- [PATCH 19/30] conf: drop virCapsPtr param from domain parse APIs
- [PATCH 20/30] conf: drop virCapsPtr param from domain APIs for copying config
- [PATCH 01/30] qemu: cache host arch separately from virCapsPtr
- [PATCH 17/30] conf: drop virCapsPtr param from domain formatting APIs
- [PATCH 21/30] conf: drop virCapsPtr param from APIs for saving domains
- [PATCH 15/30] conf: drop virCapsPtr param from device post parse callback
- [PATCH 12/30] conf: drop virCapsPtr param from basic post parse callback
- [PATCH 16/30] conf: drop virCapsPtr param from domain validate callback
- [PATCH 14/30] conf: drop virCapsPtr param from post parse callback
- [PATCH 02/30] qemu: add machines & arch to fake test capabilities cache
- [PATCH 10/30] conf: pass default sec model in parser config
- [PATCH 08/30] conf: pass netprefix in the domain parser config struct
- [PATCH 03/30] conf: sanitize virDomainSaveStatus & virDomainSaveConfig APIs
- [PATCH 06/30] conf: move virt type / os type / arch validation to post-parse
- [PATCH 00/30] conf: eliminate use of virCapsPtr for parsing/formatting XML
- Re: [jenkins-ci PATCH] Drop support for python 2
- Re: [PATCH] tests: Make check-file-access.pl accept files through argv
- Re: [PATCH v5 17/23] tests: rewrite file access checker in Python
- [PATCH] tests: Make check-file-access.pl accept files through argv
- [jenkins-ci PATCH] Drop support for python 2
- Re: [PATCH v5 17/23] tests: rewrite file access checker in Python
- Re: [PATCH v3 0/3] Update valid range of scsi unit
- Re: [PATCH v2 00/15] docs: some refactoring and new docs about RPM deployment
- Re: [PATCH v2 25/25] qemu: Add support for VIR_DOMAIN_CAPS_FEATURE_BACKUP
- Re: [PATCH v2 24/25] conf: domaincaps: Add 'backup' feature flag
- Re: [PATCH v2 22/25] qemu: driver: Allow cancellation of the backup job
- Re: [PATCH] tests: stop static linking to libvirt code in tests
- Re: [PATCH v2 19/25] doc: Document quirk of getting block job info for a 'backup' blockjob
- Re: [PATCH v2 18/25] conf: backup: Add fields for tracking stats of completed sub-jobs
- Re: [PATCH v2 17/25] tests: qemustatusxml2xml: Add test for 'pull' type backup job
- Re: [PATCH v2 16/25] qemu: blockjob: Track internal data for 'backup' blockjob
- Re: [PATCH v2 15/25] qemu: domain: Track backup job data in the status XML
- Re: [PATCH] scripts: fix list indexing when printing mis-ordered symbols
- Re: [PATCH v2 14/25] qemu: monitor: Add support for blockdev-backup via 'transaction'
- Re: [PATCH v2 13/25] Add 'backup' block job type
- Re: [PATCH v2 12/25] qemu: domain: Introduce QEMU_ASYNC_JOB_BACKUP async job type
- Re: [PATCH v2 11/25] qemu: Add infrastructure for statistics of a backup job
- Re: [python PATCH] Drop support for python 2
- Re: [PATCH v2 10/25] backup: Implement virsh support for backup
- Re: [PATCH] build: only support python3 binary
- Re: [PATCH v2 09/25] tests: genericxml2xml: Add testing of backup XML files
- Re: [PATCH v2 08/25] backup: Parse and output backup XML
- Re: [PATCH v2 07/25] backup: Implement backup APIs for remote driver
- Re: [PATCH v2 06/25] API: Add domain job operation for backups
- Re: [PATCH v2 05/25] backup: Introduce virDomainBackup APIs
- Re: [PATCH v2 00/15] docs: some refactoring and new docs about RPM deployment
- Re: [PATCH v2 04/25] backup: Document new XML for backups
- Re: [PATCH v2 01/25] qemu: domain: Export qemuDomainGetImageIds
- [python PATCH] Drop support for python 2
- [PATCH] build: only support python3 binary
- [PATCH] qemu: keep capabilities when running QEMU as root
- [PATCH 2/9] qemu: Don't use dom->conn to lookup virNetwork
- [PATCH 5/9] libxl: Don't use dom->conn to lookup virNetwork
- [PATCH 8/9] lxc: Cleanup virConnectPtr usage
- [PATCH 4/9] qemuGetDHCPInterfaces: Switch to GLib
- [PATCH 3/9] qemuGetDHCPInterfaces: Move some variables inside the loop
- [PATCH 9/9] get_nonnull_domain: Drop useless comment
- [PATCH 7/9] libxlGetDHCPInterfaces: Switch to GLib
- [PATCH 6/9] libxlGetDHCPInterfaces: Move some variables inside the loop
- [PATCH 1/9] qemu_driver: Push qemuDomainInterfaceAddresses() a few lines down
- [PATCH 0/9] Cleanup virConnectPtr usage
- [PATCH v3 1/3] conf: fix logic error for scsi units
- [PATCH v3 2/3] rng: Separate virtio serial port and ccid slot from driveUnit
- [PATCH v3 3/3] rng: Extend the range of driveUnit
- [PATCH v3 0/3] Update valid range of scsi unit
- [PATCH] virsh.pod: Mention iscsi-direct is supported in find-storage-pool-sources
- Re: [PATCH v2 06/25] API: Add domain job operation for backups
- Re: [PATCH v2 01/25] qemu: domain: Export qemuDomainGetImageIds
- Re: [PATCH 2/2] Add -mem-shared option
- Re: [PATCH] tests: stop linking virt tests to secondary drivers
- Re: [PATCH] maint: Post-release version bump to 5.11.0
- Re: [PATCH] tools: skip libvirt-guests fast if libvirtd is not active
- [PATCH] tests: stop linking virt tests to secondary drivers
- [PATCH v2 15/25] qemu: domain: Track backup job data in the status XML
- [PATCH v2 21/25] qemu: backup: Implement stats gathering while the job is running
- [PATCH v2 18/25] conf: backup: Add fields for tracking stats of completed sub-jobs
- Re: [PATCH] spec: mingw: add deps for genprotocol.pl usage
- [PATCH v2 14/25] qemu: monitor: Add support for blockdev-backup via 'transaction'
- [PATCH v2 25/25] qemu: Add support for VIR_DOMAIN_CAPS_FEATURE_BACKUP
- [PATCH v2 07/25] backup: Implement backup APIs for remote driver
- [PATCH v2 11/25] qemu: Add infrastructure for statistics of a backup job
- [PATCH v2 16/25] qemu: blockjob: Track internal data for 'backup' blockjob
- [PATCH v2 09/25] tests: genericxml2xml: Add testing of backup XML files
- [PATCH v2 23/25] qemu: blockjob: Implement concluded blockjob handler for backup blockjobs
- [PATCH v2 22/25] qemu: driver: Allow cancellation of the backup job
- [PATCH v2 20/25] qemu: Implement backup job APIs and qemu handling
- [PATCH v2 19/25] doc: Document quirk of getting block job info for a 'backup' blockjob
- [PATCH v2 24/25] conf: domaincaps: Add 'backup' feature flag
- [PATCH v2 17/25] tests: qemustatusxml2xml: Add test for 'pull' type backup job
- [PATCH v2 13/25] Add 'backup' block job type
- [PATCH v2 10/25] backup: Implement virsh support for backup
- [PATCH v2 06/25] API: Add domain job operation for backups
- [PATCH v2 08/25] backup: Parse and output backup XML
- [PATCH v2 05/25] backup: Introduce virDomainBackup APIs
- [PATCH v2 12/25] qemu: domain: Introduce QEMU_ASYNC_JOB_BACKUP async job type
- [PATCH v2 03/25] virsh: Implement VIR_DOMAIN_JOB_DISK_TEMP_(USED|TOTAL) in cmdDomjobinfo
- [PATCH v2 01/25] qemu: domain: Export qemuDomainGetImageIds
- [PATCH v2 00/25] Incremental backup support for qemu
- [PATCH v2 04/25] backup: Document new XML for backups
- [PATCH v2 02/25] API: Introduce field for reporting temporary disk space usage of a domain job
- [PATCH] scripts: fix list indexing when printing mis-ordered symbols
- [PATCH] spec: mingw: add deps for genprotocol.pl usage
- Re: [PATCH v2] driver: Include source as a flag to virDomainGetHostname
- [PATCH 3/4] qemu: Implement VIR_MIGRATE_PARAM_TLS_DESTINATION
- [PATCH 1/4] qemu: Add support for setting string migration params
- [PATCH 0/4] Introduce VIR_MIGRATE_PARAM_TLS_DESTINATION migration param
- [PATCH 4/4] virsh: Add --tls-destination option for migrate command
- [PATCH 2/4] Introduce VIR_MIGRATE_PARAM_TLS_DESTINATION migration param
- [PATCH] tests: stop static linking to libvirt code in tests
- Re: [PATCH v2 04/12] esx: implement connectListAllStoragePools
- Re: [PATCH 2/2] Add -mem-shared option
- Re: [PATCH RFC V2] guests: Add support for openSUSE
- Re: [PATCH v3 2/4] qemu: block: use the delete flag to delete snapshot images if requested
- Re: [PATCH v3 4/4] qemu: block: enable the snapshot image deletion feature
- Re: [PATCH v3 3/4] qemu: block: store the delete flag in libvirtd's status XML
- Re: [PATCH v3 2/4] qemu: block: use the delete flag to delete snapshot images if requested
- Re: [PATCH v3 1/4] qemu: block: propagate the delete flag to where it can actually be used
- Re: [glib PATCH] glib,docs: Remove "object-tree" chapter
- Re: Libvirt 5.9.0 Lags
- Re: Libvirt 5.9.0 Lags
- Re: [PATCH RFC V2] guests: Add support for openSUSE
- Re: [PATCH 04/21] backup: Introduce virDomainBackup APIs
- [glib PATCH] glib,docs: Remove "object-tree" chapter
- Re: [jenkins-ci PATCH] lcitool: Explain our use of the 'ks' kernel parameter
- Re: [jenkins-ci PATCH] lcitool: Explain our use of the 'ks' kernel parameter
- Re: [PATCH RFC V2] guests: Add support for openSUSE
- [PATCH] maint: post-post-version-bump version bump to 6.0.0
- Re: [PATCH] spec: Fix printing test-suite.log when make check fails
- [PATCH] maint: post-version bump version bump to 6.0.0
- Re: [jenkins-ci PATCH] lcitool: Explain our use of the 'ks' kernel parameter
- Libvirt 5.9.0 Lags
- Re: [PATCH] tests: fix name of 32-bit x86 QEMU binary
- [jenkins-ci PATCH] lcitool: Explain our use of the 'ks' kernel parameter
- [PATCH] cpu: add CLZERO CPUID support for AMD platforms (libvirt 4.5)
- Re: CLZERO support for AMD
- [PATCH] tests: fix name of 32-bit x86 QEMU binary
- [PATCH] cpu: add CLZERO CPUID support for AMD platforms
- Re: [PATCH RFC V2] guests: Add support for openSUSE
- [PATCH] spec: Fix printing test-suite.log when make check fails
- Re: [PATCH RFC V2] guests: Add support for openSUSE
- Re: [PATCH RFC V2] guests: Add support for openSUSE
- Re: [PATCH] news: Fix XML validation
- Re: [PATCH RFC V2] guests: Add support for openSUSE
- [PATCH] tools: skip libvirt-guests fast if libvirtd is not active
- Re: [PATCH 2/2] Add -mem-shared option
- Re: [PATCH] maint: Post-release version bump to 5.11.0
- Re: [PATCH] news: Fix XML validation
- [PATCH] maint: Post-release version bump to 5.11.0
- [PATCH] news: Fix XML validation
- Re: [PATCH v2 2/2] rng: Extend the valid range of drive unit
- Re: [PATCH RFC V2] guests: Add support for openSUSE
- Release of libvirt-5.10.0
- Re: [jenkins-ci PATCH 0/2] lcitool: Prepare for openSUSE
- Re: [PATCH RFC V2] guests: Add support for openSUSE
- Re: [jenkins-ci PATCH 0/2] lcitool: Prepare for openSUSE
- [jenkins-ci PATCH 1/2] lcitool: Search /etc and /usr/local/etc separately
- [jenkins-ci PATCH 2/2] lcitool: Create group and user separately
- [jenkins-ci PATCH 0/2] lcitool: Prepare for openSUSE
- Re: [PATCH v2 1/2] conf: fix logic error for scsi units
- Re: [PATCH v2 2/2] rng: Extend the valid range of drive unit
- Re: [PATCH RFC V2] guests: Add support for openSUSE
- Re: [PATCH v2 2/9] qemu: process: Don't try to redetect missing qemuCaps on reconnect
- Re: [PATCH RFC V2] guests: Add support for openSUSE
- Re: [PATCH 8/9] qemu: capabilities: Lock out incremental backup capability without blockdev
- [PATCH v2 2/9] qemu: process: Don't try to redetect missing qemuCaps on reconnect
- [PATCH 7/7] qemu: introduce a new "virt-qemu-run" program
- [PATCH 3/7] event: add API for requiring an event loop impl to be registered
- [PATCH 4/7] libvirt: support an "embed" URI path selector for opening drivers
- [PATCH 6/7] secrets: add support for running secret driver in embedded mode
- [PATCH 5/7] qemu: add support for running QEMU driver in embedded mode
- [PATCH 2/7] libvirt: pass a directory path into drivers for embedded usage
- [PATCH 0/7] introduce support for an embedded driver mode
- [PATCH 1/7] access: report an error if no access manager is present
- [PATCH v3 25/30] qemu: Generate command line of NVMe disks
- [PATCH v3 19/30] qemu: Take NVMe disks into account when calculating memlock limit
- [PATCH v3 16/30] virpcimock: Introduce NVMe driver and devices
- [PATCH v3 10/30] schemas: Introduce disk type NVMe
- [PATCH v3 09/30] qemuMigrationSrcIsSafe: Rework slightly
- [PATCH v3 29/30] qemu_hotplug: Prepare NVMe disks on hotplug
- [PATCH v3 23/30] virSecuritySELinuxRestoreImageLabelInt: Don't skip non-local storage
- [PATCH v3 20/30] qemu: Create NVMe disk in domain namespace
- [PATCH v3 21/30] qemu: Mark NVMe disks as 'need VFIO'
- [PATCH v3 30/30] virsh: Introduce nvme disk to domblklist
- [PATCH v3 28/30] qemu: Allow forcing VFIO when computing memlock limit
- [PATCH v3 26/30] qemu_monitor_text: Catch IOMMU/VFIO related errors in qemuMonitorTextAddDrive
- [PATCH v3 24/30] qemu_capabilities: Introduce QEMU_CAPS_DRIVE_NVME
- [PATCH v3 22/30] qemu: Allow NVMe disk in CGroups
- [PATCH v3 03/30] qemuDomainGetHostdevPath: Don't include /dev/vfio/vfio in returned paths
- [PATCH v3 15/30] virhostdev: Include virNVMeDevice module
- [PATCH v3 17/30] virhostdevtest: Test virNVMeDevice assignment
- [PATCH v3 18/30] qemu: prepare NVMe devices too
- [PATCH v3 27/30] qemu: Don't leak storage perms on failure in qemuDomainAttachDiskGeneric
- [PATCH v3 11/30] conf: Format and parse NVMe type disk
- [PATCH v3 14/30] util: Introduce virNVMeDevice module
- [PATCH v3 13/30] domain_conf: Introduce virDomainDefHasNVMeDisk
- [PATCH v3 05/30] virpci: Introduce and use virPCIDeviceAddressGetIOMMUGroupDev
- [PATCH v3 12/30] virstoragefile: Introduce virStorageSourceChainHasNVMe
- [PATCH v3 07/30] virHostdevReAttachPCIDevices: Separate out function body
- [PATCH v3 08/30] virpci: Introduce virPCIDeviceAddressCopy
- [PATCH v3 02/30] qemuDomainGetHostdevPath: Use more g_autoptr()/g_autofree
- [PATCH v3 06/30] virHostdevPreparePCIDevices: Separate out function body
- [PATCH v3 00/30] Introduce NVMe support
- [PATCH v3 04/30] qemu: Drop some 'cleanup' labels
- [PATCH v3 01/30] qemu: Explicitly add/remove /dev/vfio/vfio to/from NS/CGroups
- Re: [PATCH] src: fix pkg-config path for API XML files
- Re: [PATCH] src: fix pkg-config path for API XML files
- [PATCH] src: fix pkg-config path for API XML files
- Re: [PATCH v2 2/2] rng: Extend the valid range of drive unit
- From: Daniel Henrique Barboza
- Re: [PATCH v2 1/2] conf: fix logic error for scsi units
- From: Daniel Henrique Barboza
- Re: [PATCH v2 03/12] esx: split targetToStoragePool helper
- Re: [PATCH v2 02/12] esx: split datastorePoolType helper
- Re: [PATCH v2 01/12] esx: split datastoreToStoragePoolPtr helper
- Re: CLZERO support for AMD
- Re: [PATCH 2/2] qemu: blockcopy: Fix conditions when virStorageSource should be initialized
- Re: [PATCH 1/2] qemu: blockcopy: Report error on image format detection failure
- Re: [PATCH 2/2] rng: Extend the valid range of drive unit
- [PATCH v2 1/2] conf: fix logic error for scsi units
- [PATCH v2 2/2] rng: Extend the valid range of drive unit
- [PATCH v2 0/2] Fix errors in valid range of scsi unit
- Re: [PATCH 1/2] conf: Allow virtio scsi to using unit 16383
- Re: [PATCH 1/2] conf: Allow virtio scsi to using unit 16383
- [PATCH v2] driver: Include source as a flag to virDomainGetHostname
- [PATCH] add lock priv->lock protection in remoteClientCloseFunc()
- Re: [PATCH] spec: Disable gluster on i686 on RHEL-8
- Re: [PATCH] remote_daemon_stream: Hold an extra reference to stream in daemonStreamFilter
- [PATCH] spec: Disable gluster on i686 on RHEL-8
- [PATCH 1/2] qemu: blockcopy: Report error on image format detection failure
- [PATCH 0/2] qemu: blockcopy: fix regression with block devices
- [PATCH 2/2] qemu: blockcopy: Fix conditions when virStorageSource should be initialized
- Re: [PATCH] remote_daemon_stream: Hold an extra reference to stream in daemonStreamFilter
- Re: [PATCH] remote_daemon_stream: Hold an extra reference to stream in daemonStreamFilter
- Re: [PATCH] remote_daemon_stream: Hold an extra reference to stream in daemonStreamFilter
- [PATCH 2/2] rng: Extend the valid range of drive unit
- [PATCH 1/2] conf: Allow virtio scsi to using unit 16383
- [PATCH 0/2] Extend the valid range of scsi unit number
- Re: [PATCH 3/3] qemu: Report which iothread IDs are actually returned with VIR_DOMAIN_STATS_IOTHREAD
- Re: [PATCH 3/3] qemu: Report which iothread IDs are actually returned with VIR_DOMAIN_STATS_IOTHREAD
- [PATCH v2] qemu: cold-unplug of sound
- Re: [PATCH 2/3] qemu: Fix indexes in statistics of iothreads
- Re: [PATCH 1/3] lib: Fix documentation for the count field of VIR_DOMAIN_STATS_IOTHREAD
- [PATCH 3/3] qemu: Report which iothread IDs are actually returned with VIR_DOMAIN_STATS_IOTHREAD
- [PATCH 2/3] qemu: Fix indexes in statistics of iothreads
- [PATCH 1/3] lib: Fix documentation for the count field of VIR_DOMAIN_STATS_IOTHREAD
- [PATCH 0/3] qemu: fix regression and design deficiencies of VIR_DOMAIN_STATS_IOTHREAD
- Re: [PATCH] storage: backend_disk: Implement the deletePool function
- Re: RFC: stop clearing QEMU emulator capabilities
- Re: [PATCH] check-symfile: Use pythonesque string formatting instead of perl
- Re: RFC: stop clearing QEMU emulator capabilities
- Availability of libvirt 5.1.0 Release Candidate 2
- [PATCH] storage: backend_disk: Implement the deletePool function
- Re: [PATCH] qemu: make 'xz' image compression viable by using -3
- Re: [PATCH for 5.10.0] nss: Don't fail on empty files
- Re: [PATCH for 5.10.0] nss: Don't fail on empty files
- [PATCH for 5.10.0] nss: Don't fail on empty files
- Re: [PATCH] check-symfile: Use pythonesque string formatting instead of perl
- Re: RFC: stop clearing QEMU emulator capabilities
- RFC: stop clearing QEMU emulator capabilities
- Re: [PATCH] qemu: Fix migration without parameters
- [PATCH] qemu: make 'xz' image compression viable by using -3
- Re: [PATCH] remote_daemon_stream: Hold an extra reference to stream in daemonStreamFilter
- Re: [PATCH] qemu: Fix migration without parameters
- From: Daniel Henrique Barboza
- Re: [PATCH 1/1] qemu: sync blockjob finishing in qemuDomainGetBlockJobInfo
- From: Nikolay Shirokovskiy
- Re: [PATCH 1/1] qemu: sync blockjob finishing in qemuDomainGetBlockJobInfo
- Re: [PATCH 1/1] qemu: sync blockjob finishing in qemuDomainGetBlockJobInfo
- From: Nikolay Shirokovskiy
- Re: [go PATCH 2/2] Add support for virDomainAgentSetResponseTimeout API
- Re: [PATCH] check-symfile: Use pythonesque string formatting instead of perl
- Re: [go PATCH 2/2] Add support for virDomainAgentSetResponseTimeout API
- Re: [go PATCH 1/2] Add VIR_FROM_BPF error constant
- [go PATCH 2/2] Add support for virDomainAgentSetResponseTimeout API
- [go PATCH 1/2] Add VIR_FROM_BPF error constant
- [go PATCH 0/2] add missing API and constants
- [PATCH] qemu: Fix migration without parameters
- Re: [PATCH] tests: improve build time for qemuxml2argvtest
- Re: [PATCH] selinux: Drop needless getfilecon()-s
- Re: Change virQEMUDriverConfig defaults?
- Re: [PATCH] tests: improve build time for qemuxml2argvtest
- Re: [PATCH for 5.10.0] docs: don't run xmllint when generating API HTML files
- Re: [PATCH] remote_daemon_stream: Hold an extra reference to stream in daemonStreamFilter
- Re: [python PATCH] generator.py: add mapping for VIR_DOMAIN_QEMU_AGENT_COMMAND_*
- Re: [python PATCH] generator.py: add mapping for VIR_DOMAIN_QEMU_AGENT_COMMAND_*
- Re: [PATCH] Fix bug libvirt daemon segfault when new force console vm session break down existed console session. When force console vm command arrived, libvirtd will break down existed console session, and in this procedure, it will call daemonStreamEvent() to release resources , so daemonStreamFilter() need to check if stream filter existed when get client object lock and client->privData's lock, if not existed, just return -1
- Re: [python PATCH] generator.py: add mapping for VIR_DOMAIN_QEMU_AGENT_COMMAND_*
- Re: [PATCH] Fix bug libvirt daemon segfault when new force console vm session break down existed console session. When force console vm command arrived, libvirtd will break down existed console session, and in this procedure, it will call daemonStreamEvent() to release resources , so daemonStreamFilter() need to check if stream filter existed when get client object lock and client->privData's lock, if not existed, just return -1
- Re: [PATCH 1/1] qemu: sync blockjob finishing in qemuDomainGetBlockJobInfo
- [PATCH] selinux: Drop needless getfilecon()-s
- [python PATCH] generator.py: add mapping for VIR_DOMAIN_QEMU_AGENT_COMMAND_*
- Change virQEMUDriverConfig defaults?
- Re: [PATCH] travis: explicitly require xcode 10.3 image for macOS
- Re: [PATCH 1/1] qemu: sync blockjob finishing in qemuDomainGetBlockJobInfo
- From: Nikolay Shirokovskiy
- Re: [PATCH] remote_daemon_stream: Hold an extra reference to stream in daemonStreamFilter
- Re: [PATCH] Fix bug libvirt daemon segfault when new force console vm session break down existed console session. When force console vm command arrived, libvirtd will break down existed console session, and in this procedure, it will call daemonStreamEvent() to release resources , so daemonStreamFilter() need to check if stream filter existed when get client object lock and client->privData's lock, if not existed, just return -1
- Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
- From: Philippe Mathieu-Daudé
- Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
- From: Aleksandar Markovic
- Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
- From: Aleksandar Markovic
- Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
- From: Philippe Mathieu-Daudé
- Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
- From: Philippe Mathieu-Daudé
- Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
- From: Aleksandar Markovic
- Re: [PATCH] tests: improve build time for qemuxml2argvtest
- Re: [PATCH 13/21] qemu: domain: Track backup job data in the status XML
- Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
- From: Aleksandar Markovic
- Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
- From: Aleksandar Markovic
- Re: [PATCH 12/21] qemu: monitor: Add support for blockdev-backup via 'transaction'
- Re: [PATCH 11/21] Add 'backup' block job type
- Re: [PATCH 10/21] qemu: domain: Introduce QEMU_ASYNC_JOB_BACKUP async job type
- Re: [PATCH 09/21] qemu: Add infrastructure for statistics of a backup job
- Re: [PATCH 08/21] backup: Implement virsh support for backup
- Re: [PATCH 05/21] API: Add domain job operation for backups
- Re: [PATCH 04/21] backup: Introduce virDomainBackup APIs
- Re: [PATCH 04/21] backup: Introduce virDomainBackup APIs
- Re: [PATCH 02/21] virsh: Implement VIR_DOMAIN_JOB_DISK_TEMP_(USED|TOTAL) in cmdDomjobinfo
- Re: [PATCH 01/21] API: Introduce field for reporting temporary disk space usage of a domain job
- Re: [PATCH 03/21] backup: Document new XML for backups
- Re: [PATCH] tests: improve build time for qemuxml2argvtest
- From: Daniel Henrique Barboza
- [PATCH] tests: improve build time for qemuxml2argvtest
- [PATCH] travis: explicitly require xcode 10.3 image for macOS
- Re: [PATCH 02/21] virsh: Implement VIR_DOMAIN_JOB_DISK_TEMP_(USED|TOTAL) in cmdDomjobinfo
- Re: [PATCH 01/21] API: Introduce field for reporting temporary disk space usage of a domain job
- Re: [PATCH 01/21] API: Introduce field for reporting temporary disk space usage of a domain job
- Re: [PATCH 1/1] qemu: sync blockjob finishing in qemuDomainGetBlockJobInfo
- [PATCH 1/1] qemu: sync blockjob finishing in qemuDomainGetBlockJobInfo
- From: Nikolay Shirokovskiy
- [PATCH for 5.10.0] docs: don't run xmllint when generating API HTML files
- Re: [PATCH for 5.10.0] news: Update for 5.10.0 release
- Re: [PATCH 03/21] backup: Document new XML for backups
- Re: [PATCH for 5.10.0] news: Update for 5.10.0 release
- Re: [PATCH for 5.10] Revert "qemu: Don't repeat virDomainObjEndAPI in qemuDomainBlockPull"
- [PATCH for 5.10] Revert "qemu: Don't repeat virDomainObjEndAPI in qemuDomainBlockPull"
- Re: [PATCH for 5.10.0] news: Update for 5.10.0 release
- Re: [PATCH for 5.10.0] news: Update for 5.10.0 release
- Re: [PATCH for 5.10.0] news: Update for 5.10.0 release
- Re: [PATCH for 5.10.0] news: Update for 5.10.0 release
- Re: [PATCH for 5.10.0] news: Update for 5.10.0 release
- Re: configuraton error while configuring libvirt
- CLZERO support for AMD
- configuraton error while configuring libvirt
- [PATCH for 5.10.0] news: Update for 5.10.0 release
- Re: [Libvirt-announce] Entering freeze for libvirt 5.10.0
- Re: [PATCH 1/4] replace use of gnulib setenv by g_setenv
- Re: [PATCH 1/4] replace use of gnulib setenv by g_setenv
- Re: [PATCH 10/10] qemu: blockjob: Finish handling job with broken data
- Re: [PATCH 09/10] qemu: blockjob: Introduce "broken" block job type
- Re: [PATCH 9/9] qemu: Always reset @info in qemuDomainGetJobInfo
- Re: [PATCH 8/9] API: Introduce VIR_DOMAIN_JOB_SUCCESS field for virDomainGetJobStats
- Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
- From: Philippe Mathieu-Daudé
- Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
- From: Aleksandar Markovic
- Re: [PATCH] util: whitelist Oracle ACFS as a shared filesystem
- From: Daniel Henrique Barboza
- Re: [PATCH 7/9] virsh: domjobinfo: Add switch to print raw fields
- Re: [PATCH 6/9] virsh: domjobinfo: Allow printing stats also for failed and other jobs
- Re: [PATCH 5/9] virsh: domjobinfo: Print also job operation for failed jobs
- [PATCH 16/21] conf: backup: Add fields for tracking stats of completed sub-jobs
- [PATCH 20/21] qemu: driver: Allow cancellation of the backup job
- [PATCH 21/21] qemu: blockjob: Implement concluded blockjob handler for backup blockjobs
- [PATCH 12/21] qemu: monitor: Add support for blockdev-backup via 'transaction'
- Entering freeze for libvirt 5.10.0
- [PATCH 19/21] qemu: backup: Implement stats gathering while the job is running
- [PATCH 09/21] qemu: Add infrastructure for statistics of a backup job
- [PATCH 10/21] qemu: domain: Introduce QEMU_ASYNC_JOB_BACKUP async job type
- [PATCH 00/21] Incremental backup support for qemu
- [PATCH 18/21] qemu: Implement backup job APIs and qemu handling
- [PATCH 14/21] qemu: blockjob: Track internal data for 'backup' blockjob
- [PATCH 17/21] doc: Document quirk of getting block job info for a 'backup' blockjob
- [PATCH 13/21] qemu: domain: Track backup job data in the status XML
- [PATCH 11/21] Add 'backup' block job type
- [PATCH 06/21] backup: Implement backup APIs for remote driver
- [PATCH 15/21] tests: qemustatusxml2xml: Add test for 'pull' type backup job
- [PATCH 08/21] backup: Implement virsh support for backup
- [PATCH 03/21] backup: Document new XML for backups
- [PATCH 04/21] backup: Introduce virDomainBackup APIs
- [PATCH 07/21] backup: Parse and output backup XML
- [PATCH 02/21] virsh: Implement VIR_DOMAIN_JOB_DISK_TEMP_(USED|TOTAL) in cmdDomjobinfo
- [PATCH 05/21] API: Add domain job operation for backups
- [PATCH 01/21] API: Introduce field for reporting temporary disk space usage of a domain job
- Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
- From: Philippe Mathieu-Daudé
- Re: [PATCH 08/10] qemu: blockjob: Separate clearing of per-job data
- Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
- From: Aleksandar Markovic
- Re: [PATCH 07/10] qemu: blockjob: Don't stop processing the finished job early
- Re: [PATCH 06/10] qemu: blockjob: Mark job with broken data but tracked by qemu as reconnected
- Re: [PATCH 05/10] qemu: blockjob: Log blockjobs which are dropped when untracked by qemu
- Re: [PATCH 04/10] qemu: blockjob: Fix deadlock when terminating job with invalid data
- Re: [PATCH 03/10] qemu: process: Move block job refresh after async job recovery
- Re: [PATCH 02/10] qemu: blockjob: Properly propagate cancellation of blockjobs
- Re: [PATCH 01/10] qemu: monitor: Finish implementation of infrastructure for 'query-jobs'
- Re: [PATCH 9/9] qemu: process: Re-process qemu capability lockout in qemuProcessPrepareQEMUCaps
- Re: [PATCH 8/9] qemu: capabilities: Lock out incremental backup capability without blockdev
- Re: [PATCH 7/9] qemu: caps: Don't check capability before clearing it
- Re: [PATCH 6/9] qemu: process: Move handling of qemu capability overrides
- Re: [PATCH 5/9] qemu: process: Move clearing of QEMU_CAPS_CHARDEV_FD_PASS to qemuProcessPrepareQEMUCaps
- Re: [PATCH 4/9] qemu: process: Move clearing of the BLOCKDEV capability to qemuProcessPrepareQEMUCaps
- [PATCH] util: whitelist Oracle ACFS as a shared filesystem
- Re: [PATCH] libxl: fix typo in error message
- From: Daniel Henrique Barboza
- Re: [PATCH] libxl: fix typo in error message
- Re: [PATCH 4/9] qemu: Implement VIR_DOMAIN_JOB_STATS_COMPLETED_KEEP
- Re: [PATCH 3/9] virsh: Implement VIR_DOMAIN_JOB_STATS_COMPLETED_KEEP for 'domjobinfo'
- Re: [PATCH 2/9] api: Allow keeping completed domain job stats when reading them
- [PATCH] libxl: fix typo in error message
- [PATCH 10/10] qemu: blockjob: Finish handling job with broken data
- [PATCH 09/10] qemu: blockjob: Introduce "broken" block job type
- [PATCH 08/10] qemu: blockjob: Separate clearing of per-job data
- [PATCH 05/10] qemu: blockjob: Log blockjobs which are dropped when untracked by qemu
- [PATCH 07/10] qemu: blockjob: Don't stop processing the finished job early
- [PATCH 03/10] qemu: process: Move block job refresh after async job recovery
- [PATCH 06/10] qemu: blockjob: Mark job with broken data but tracked by qemu as reconnected
- [PATCH 02/10] qemu: blockjob: Properly propagate cancellation of blockjobs
- [PATCH 04/10] qemu: blockjob: Fix deadlock when terminating job with invalid data
- [PATCH 01/10] qemu: monitor: Finish implementation of infrastructure for 'query-jobs'
- [PATCH 00/10] qemu: Fixes of the blockdev job handling (a blockdev-add series)
- Re: [PATCH 4/9] qemu: process: Move clearing of the BLOCKDEV capability to qemuProcessPrepareQEMUCaps
- Re: [PATCH 3/9] qemu: Move and rename qemuDomainUpdateQEMUCaps
- Re: [PATCH 1/9] qemu: process: Make it obvious that virDomainDefPostParse is called with NULL opaque
- [PATCH 2/2] news: Document init scripts
- [PATCH 1/2] configure: Provide OpenRC scripts for sub-daemons
- [PATCH 0/2] configure: Provide OpenRC scripts for sub-daemons
- Re: [PATCH 1/9] virsh: domain: Extract the code converting domain job stats to virDomainJobInfo
- Re: [PATCH] all: don't wait for driver lock during startup
- Re: [PATCH] all: don't wait for driver lock during startup
- [PATCH] all: don't wait for driver lock during startup
- Re: [PATCH v5 15/23] tests: rewrite test argv line wrapper in Python
- [PATCH v3 5/6] utils: PCI multifunction detection helpers
- From: Daniel Henrique Barboza
- [PATCH v3 6/6] domain_conf.c: don't allow function zero to be unassigned
- From: Daniel Henrique Barboza
- [PATCH v3 4/6] formatdomain.html.in: document <address type='unassigned'/>
- From: Daniel Henrique Barboza
- [PATCH v3 0/6] PCI hostdev partial assignment support
- From: Daniel Henrique Barboza
- [PATCH v3 3/6] virhostdev.c: check all IOMMU devs in virHostdevPreparePCIDevices
- From: Daniel Henrique Barboza
- [PATCH v3 2/6] qemu: handle unassigned PCI hostdevs in command line and alias
- From: Daniel Henrique Barboza
- [PATCH v3 1/6] Introducing new address type='unassigned' for PCI hostdevs
- From: Daniel Henrique Barboza
- ANNOUNCE: libvirt-glib release 3.0.0
- Re: [PATCH 1/2] driver: Include source parameter to virDomainGetHostname
- Re: libvirt mdev migration, mdevctl integration
- Re: libvirt mdev migration, mdevctl integration
- Re: libvirt mdev migration, mdevctl integration
- Re: libvirt mdev migration, mdevctl integration
- Re: [PATCH] check-symfile: Use pythonesque string formatting instead of perl
- Re: [PATCH] check-symfile: Use pythonesque string formatting instead of perl
- Re: [PATCH] check-symfile: Use pythonesque string formatting instead of perl
- Re: libvirt mdev migration, mdevctl integration
- Re: [jenkins-ci] guests: Add support for openSUSE Leap 15.1
- Re: [PATCH] check-symfile: Use pythonesque string formatting instead of perl
- Re: [PATCH] check-symfile: Use pythonesque string formatting instead of perl
- Re: [PATCH] check-symfile: Use pythonesque string formatting instead of perl
- Re: [PATCH] check-symfile: Use pythonesque string formatting instead of perl
- Re: [PATCH] check-symfile: Use pythonesque string formatting instead of perl
- Re: [PATCH RFC V2 jenkins-ci] guests: Add support for openSUSE
- Re: [jenkins-ci] guests: Add support for openSUSE Leap 15.1
- Re: [PATCH] remote_daemon_stream: Hold an extra reference to stream in daemonStreamFilter
- Re: [PATCH v2 0/4] Update news for versions from 5.7 to 5.8
- Re: [jenkins-ci] guests: Add support for openSUSE Leap 15.1
- Re: [PATCH RFC V2 jenkins-ci] guests: Add support for openSUSE
- [PATCH RFC V2] guests: Add support for openSUSE
- Re: [PATCH 0/4] qemu: Use host-model CPU on s390 by default
- Re: [PATCH 2/2] util: virNetDevBandwidthPlug: Drop ATTRIBUTE_UNUSED(4)
- Re: libvirt mdev migration, mdevctl integration
- Re: libvirt mdev migration, mdevctl integration
- [PATCH] remote_daemon_stream: Hold an extra reference to stream in daemonStreamFilter
- Re: [PATCH] check-symfile: Use pythonesque string formatting instead of perl
- Re: [PATCH 1/2] driver: Include source parameter to virDomainGetHostname
- Re: [PATCH] qemu_capabilities: Use proper free function for caps->cpuModels
- Re: [PATCH] check-symfile: Use pythonesque string formatting instead of perl
- Re: [PATCH] check-symfile: Use pythonesque string formatting instead of perl
- Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
- Re: [PATCH v3 0/4] qemu: fix type of default video device
- [PATCH] qemu_capabilities: Use proper free function for caps->cpuModels
- Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
- [PATCH] check-symfile: Use pythonesque string formatting instead of perl
- Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
- Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
- From: Aleksandar Markovic
- Re: [PATCH v3 0/4] qemu: fix type of default video device
- [PATCH 5/9] virsh: domjobinfo: Print also job operation for failed jobs
- [PATCH 1/9] virsh: domain: Extract the code converting domain job stats to virDomainJobInfo
- [PATCH 8/9] API: Introduce VIR_DOMAIN_JOB_SUCCESS field for virDomainGetJobStats
- [PATCH 4/9] qemu: Implement VIR_DOMAIN_JOB_STATS_COMPLETED_KEEP
- [PATCH 2/9] api: Allow keeping completed domain job stats when reading them
- [PATCH 9/9] qemu: Always reset @info in qemuDomainGetJobInfo
- [PATCH 7/9] virsh: domjobinfo: Add switch to print raw fields
- [PATCH 3/9] virsh: Implement VIR_DOMAIN_JOB_STATS_COMPLETED_KEEP for 'domjobinfo'
- [PATCH 6/9] virsh: domjobinfo: Allow printing stats also for failed and other jobs
- [PATCH 0/9] domain job stats handling improvements (incremental backup prequels)
- Re: [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
- From: Philippe Mathieu-Daudé
- Re: [PATCH 2/9] qemu: process: Don't try to redetect missing qemuCaps on reconnect
- Re: [PATCH v3 0/4] qemu: fix type of default video device
- Re: [PATCH] Fix bug libvirt daemon segfault when new force console vm session break down existed console session. When force console vm command arrived, libvirtd will break down existed console session, and in this procedure, it will call daemonStreamEvent() to release resources , so daemonStreamFilter() need to check if stream filter existed when get client object lock and client->privData's lock, if not existed, just return -1
- Re: [PATCH v3 0/4] qemu: fix type of default video device
- Re: [PATCH 2/9] qemu: process: Don't try to redetect missing qemuCaps on reconnect
- Re: [PATCH 2/9] qemu: process: Don't try to redetect missing qemuCaps on reconnect
- Re: [PATCH 2/9] qemu: process: Don't try to redetect missing qemuCaps on reconnect
- Re: [PATCH 2/9] qemu: process: Don't try to redetect missing qemuCaps on reconnect
- [PATCH 1/9] qemu: process: Make it obvious that virDomainDefPostParse is called with NULL opaque
- Re: [PATCH 2/9] qemu: process: Don't try to redetect missing qemuCaps on reconnect
- [PATCH 9/9] qemu: process: Re-process qemu capability lockout in qemuProcessPrepareQEMUCaps
- [PATCH 7/9] qemu: caps: Don't check capability before clearing it
- [PATCH 3/9] qemu: Move and rename qemuDomainUpdateQEMUCaps
- [PATCH 8/9] qemu: capabilities: Lock out incremental backup capability without blockdev
- [PATCH 0/9] qemu: clean up capability handling during startup (incremental backup prequels)
- [PATCH 4/9] qemu: process: Move clearing of the BLOCKDEV capability to qemuProcessPrepareQEMUCaps
- [PATCH 6/9] qemu: process: Move handling of qemu capability overrides
- [PATCH 5/9] qemu: process: Move clearing of QEMU_CAPS_CHARDEV_FD_PASS to qemuProcessPrepareQEMUCaps
- [PATCH 2/9] qemu: process: Don't try to redetect missing qemuCaps on reconnect
- [tck PATCH 1/2] scripts: qemu: Fix the disk encryption test description
- [tck PATCH 2/2] scripts: qemu: Enable disk encryption test
- [tck PATCH 0/2] Enable the storage encryption test
- Re: [PATCH] Use virNetServerClientImmediateClose() rather than virNetServerClientClose()
- Re: [PATCH] Use virNetServerClientImmediateClose() rather than virNetServerClientClose()
- [PATCH] Use virNetServerClientImmediateClose() rather than virNetServerClientClose()
- Re: [PATCH 0/4] qemu: Use host-model CPU on s390 by default
- [PATCH v3 4/4] qemu: added tests of the new default video type selection algorithm
- [PATCH v3 2/4] qemu: prepare existing test for change of the default video device type
- [PATCH v3 3/4] qemu: the actual change of default video devide type selection algorithm
- [PATCH v3 1/4] qemu: default video device type selection algoritm moved into its own function
- [PATCH v3 0/4] qemu: fix type of default video device
- Re: [PATCH] Fix bug libvirt daemon segfault when new force console vm session break down existed console session. When force console vm command arrived, libvirtd will break down existed console session, and in this procedure, it will call daemonStreamEvent() to release resources , so daemonStreamFilter() need to check if stream filter existed when get client object lock and client->privData's lock, if not existed, just return -1
- [PATCH-for-4.2] hw/mips: Deprecate the r4k machine
- From: Philippe Mathieu-Daudé
- Re: [PATCH] Fix bug libvirt daemon segfault when new force console vm session break down existed console session. When force console vm command arrived, libvirtd will break down existed console session, and in this procedure, it will call daemonStreamEvent() to release resources , so daemonStreamFilter() need to check if stream filter existed when get client object lock and client->privData's lock, if not existed, just return -1
- Re: [PATCH 2/2] util: virNetDevBandwidthPlug: Drop ATTRIBUTE_UNUSED(4)
- Plans for next release
- Re: [PATCH 2/2] util: virNetDevBandwidthPlug: Drop ATTRIBUTE_UNUSED(4)
- Re: [PATCH 1/2] Revert "network: Check for QOS before blindly using it"
- Re: [PATCH 2/2] util: virNetDevBandwidthPlug: Drop ATTRIBUTE_UNUSED(4)
- Re: [PATCH 1/2] Revert "network: Check for QOS before blindly using it"
- Re: [PATCH 1/2] Revert "network: Check for QOS before blindly using it"
- Re: [PATCH 1/2] Revert "network: Check for QOS before blindly using it"
- Re: [PATCH] Fix bug libvirt daemon segfault when new force console vm session break down existed console session. When force console vm command arrived, libvirtd will break down existed console session, and in this procedure, it will call daemonStreamEvent() to release resources , so daemonStreamFilter() need to check if stream filter existed when get client object lock and client->privData's lock, if not existed, just return -1
- [PATCH] Fix bug libvirt daemon segfault when new force console vm session break down existed console session. When force console vm command arrived, libvirtd will break down existed console session, and in this procedure, it will call daemonStreamEvent() to release resources , so daemonStreamFilter() need to check if stream filter existed when get client object lock and client->privData's lock, if not existed, just return -1
- Re: [PATCH 2/2] qemu: cold-unplug of sound
- Re: [PATCH 1/2] driver: Include source parameter to virDomainGetHostname
- Re: [PATCH 1/2] driver: Include source parameter to virDomainGetHostname
- Re: [PATCH 1/2] driver: Include source parameter to virDomainGetHostname
- [PATCH 2/2] lxc: Introduce lxcDomainGetHostname
- [PATCH 1/2] driver: Include source parameter to virDomainGetHostname
- [PATCH 0/2] driver: change scope of virDomainGetHostname to
- Re: [PATCH 1/2] Revert "network: Check for QOS before blindly using it"
- [PATCH] Fix bug libvirt daemon segfault when new force console vm session break down existed console session. When force console vm command arrived, libvirtd will break down existed console session, and in this procedure, it will call daemonStreamEvent() to release resources , so daemonStreamFilter() need to check if stream filter existed when get client object lock and client->privData's lock, if not existed, just return -1
- Re: [ruby PATCH] Fix default values for node_cpu_stats() and node_memory_stats()
- Re: [ruby PATCH] Fix default values for node_cpu_stats() and node_memory_stats()
- Re: [edk2-discuss] [OVMF] resource assignment fails for passthrough PCI GPU
- Re: [PATCH 2/2] util: virNetDevBandwidthPlug: Drop ATTRIBUTE_UNUSED(4)
- From: Daniel Henrique Barboza
- Re: [PATCH 1/2] Revert "network: Check for QOS before blindly using it"
- From: Daniel Henrique Barboza
- Re: [PATCH 8/9] wip: start virtiofsd
- Re: [PATCH 8/9] wip: start virtiofsd
- Re: [PATCH 6/9] conf: qemu: add virtio-fs fsdriver type
- Re: [PATCH v2 1/4] domain_conf: allow address type='none' to unassign PCI hostdevs
- From: Daniel Henrique Barboza
- [PATCH 2/2] util: virNetDevBandwidthPlug: Drop ATTRIBUTE_UNUSED(4)
- [PATCH 1/2] Revert "network: Check for QOS before blindly using it"
- [PATCH 0/2] Fix a VM startup failure: QOS must be defined for network 'default'
- Re: [PATCH 0/1] Improve travis CI coverage
- Re: [PATCH v2 1/4] domain_conf: allow address type='none' to unassign PCI hostdevs
- [PATCH 0/1] Improve travis CI coverage
- [PATCH 1/1] travis: add fedora-31 & fedora-rawhide to the build images
- [PATCH v2 14/15] docs: convert kbase/locking-sanlock.html.in to RST
- [PATCH v2 13/15] docs: convert kbase/locking-lockd.html.in to RST
- [PATCH v2 11/15] docs: convert kbase/secureusage.html.in to RST
- [PATCH v2 15/15] docs: add a kbase page about RPM packaging options
- [PATCH v2 08/15] docs: add a minimal style guide for writing RST docs
- [PATCH v2 12/15] docs: convert kbase/locking.html.in to RST
- [PATCH v2 07/15] docs: add styling for <tt> element
- [PATCH v2 10/15] docs: convert kbase/launch_security_sev.html.in to RST
- [PATCH v2 06/15] docs: relax CSS context match for pretty tables
- [PATCH v2 09/15] docs: convert kbase/domainstatecapture.html.in to RST
- [PATCH v2 05/15] docs: generate permalinks correctly for rst2html output
- [PATCH v2 04/15] docs: adapt filling of <head> section for rst2html output
- [PATCH v2 02/15] docs: move docs about remote driver URIs into URI docs
- [PATCH v2 03/15] docs: introduce rst2html as a mandatory tool for building docs
- [PATCH v2 01/15] docs: split TLS certificate setup into its own file
- [PATCH v2 00/15] docs: some refactoring and new docs about RPM deployment
- Re: [PATCH v4 07/20] [ACKED] po: rewrite the way how we generate files
- Re: [PATCH v2 0/4] PCI hostdev partial assignment support
- From: Daniel Henrique Barboza
- Re: [PATCH 0/2] Simplify hash table data free callbacks
- Re: [PATCH] fix bug libvirt daemon deadlock when another force console break down an existed console client when this deadlock hanppened, libvirtd backtrace as follow, a typical ABBA deadlock circumstance:
- [PATCH 2/2] util: consolidate on one free callback for hash data
- [PATCH 1/2] conf: stop using hash key when free'ing hash entries
- [PATCH 0/2] Simplify hash table data free callbacks
- Re: [PATCH 8/8] qemu: enable blockdev support
- Re: [Qemu-devel] [PATCH 2/2] qapi: deprecate implicit filters
- From: Christophe de Dinechin
- Re: [PATCH 3/3] scripts: check-aclrules: use regular expressions less often
- Re: [PATCH 3/3] scripts: check-aclrules: use regular expressions less often
- Re: [PATCH 0/4] qemu: Use host-model CPU on s390 by default
- Re: [PATCH RFC 30/40] backup: Introduce virDomainBackup APIs
- Re: [PATCH] fix bug libvirt daemon deadlock when another force console break down an existed console client when this deadlock hanppened, libvirtd backtrace as follow, a typical ABBA deadlock circumstance:
- Re: [PATCH 1/8] conf: domcaps: Add 'backingStoreInput' domain capability
- Re: [PATCH 1/8] conf: domcaps: Add 'backingStoreInput' domain capability
- Re: [Qemu-devel] [PATCH 2/2] qapi: deprecate implicit filters
- Re: [PATCH 8/8] qemu: enable blockdev support
- Re: [PATCH RFC 30/40] backup: Introduce virDomainBackup APIs
- Re: [PATCH 4/3] scripts: use in even more
- Re: [PATCH 3/3] scripts: check-aclrules: use regular expressions less often
- Re: [PATCH v2 0/4] PCI hostdev partial assignment support
- [PATCH v2 4/4] formatdomain.html.in: document <address type='none'/>
- From: Daniel Henrique Barboza
- [PATCH v2 3/4] virhostdev.c: check all IOMMU devs in virHostdevPreparePCIDevices
- From: Daniel Henrique Barboza
- [PATCH v2 2/4] qemu: handle unassigned PCI hostdevs in command line and alias
- From: Daniel Henrique Barboza
- [PATCH v2 1/4] domain_conf: allow address type='none' to unassign PCI hostdevs
- From: Daniel Henrique Barboza
- [PATCH v2 0/4] PCI hostdev partial assignment support
- From: Daniel Henrique Barboza
- Re: [PATCH] domcaps: Remove function initializing domain caps as unsupported
- Re: [PATCH RFC 30/40] backup: Introduce virDomainBackup APIs
- Re: [PATCH 0/6] qemu: Use -blockdev for pflash (blockdev-add saga)
- Re: [PATCH 8/8] qemu: enable blockdev support
- Re: [PATCH 7/8] qemu: capabilities: Add detection of the 'savevm' fix for -blockdev
- Re: [PATCH 6/8] qemu: qapi: Add support for command features
- Re: [PATCH 5/8] qemu: caps: Add capability for dynamic 'auto-read-only' support for files
- Re: [PATCH 4/8] tests: qemucapabilities: Refresh data for unreleased qemu-4.2 on x86_64
- Re: [PATCH 2/8] docs: Document support for obeying <backingStore> of <disk> on input
- Re: [PATCH 3/8] qemu: caps: Base support of 'backingStoreInput' domain feature on QEMU_CAPS_BLOCKDEV
- Re: [PATCH 1/8] conf: domcaps: Add 'backingStoreInput' domain capability
- Re: [PATCH 0/6] qemu: Use -blockdev for pflash (blockdev-add saga)
- Re: [PATCH 2/6] qemu: domain: Store virStorageSources representing pflash backing
- Re: [PATCH 6/6] qemu: Instantiate pflash via -machine when using blockdev
- Re: [PATCH 5/6] qemu: command: Build the 'pflash' drives via -machine
- Re: [PATCH 4/6] qemu: command: Build -blockdev-s for backing of pflash
- Re: [PATCH 3/6] qemu: domain: Introduce helper to convert <loader> into virStorageSource
- Re: [PATCH 1/6] qemu: command: Extract formatting of -drive for pflash
- Re: [PATCH go-xml 0/4] Update documentation
- [PATCH go-xml 3/4] doc: Add missing newline
- [PATCH go-xml 4/4] doc: Make examples a complete program
- [PATCH go-xml 1/4] doc: Handle conn.LookupDomainByName() error
- [PATCH go-xml 0/4] Update documentation
- [PATCH go-xml 2/4] doc: Variable is already defined
- Re: [PATCH v2 2/2] qemuProcessStop: Remove image metadata for running mirror jobs
- Re: [PATCH v2 2/2] qemuProcessStop: Remove image metadata for running mirror jobs
- Re: [PATCH 1/6] qemu: command: Extract formatting of -drive for pflash
- Re: [PATCH 0/7] docs: fix various problems in docs and cleanup rules
- Re: [PATCH v2 2/2] qemuProcessStop: Remove image metadata for running mirror jobs
- Re: [PATCH v2 2/2] qemuProcessStop: Remove image metadata for running mirror jobs
- Re: [PATCH console-proxy 0/6] libvirt-go-xml and libvirt-console-proxy ?
- [PATCH 4/4] domaincapstest: Add CPU model Dhyana to QEMU
- [PATCH 4/4] domaincapstest: Add CPU model Dhyana to QEMU
- [PATCH 3/4] cputest: Add CPUID data for Hygon Dhyana 7185 32-core Processor
- [PATCH 2/4] cpu: Add new Dhyana CPU model
- [PATCH 1/4] cpu: Remove the verification conditions of the model in the x86 signatures
- [PATCH 0/4] Add support for Hygon Dhyana CPU
- Re: [PATCH v2 3/4] remote: Add a check for zero sized client-side buffers
- Re: [PATCH v2 4/4] libvirt-<module>: Check caller-provided buffers to be NULL with size > 0
- Re: [PATCH v2 2/4] rpc: gendispatch: Add a check for zero size client-side buffers
- Re: [PATCH v2 1/4] rpc: gendispatch: Fix a couple of places adding trailing spaces
- Re: [PATCH] domcaps: Remove function initializing domain caps as unsupported
- Re: [PATCH 5/8] domcaps: Add function for initializing domain caps as unsupported
- [PATCH v3 3/4] qemu: block: store the delete flag in libvirtd's status XML
- [PATCH v3 4/4] qemu: block: enable the snapshot image deletion feature
- [PATCH v3 2/4] qemu: block: use the delete flag to delete snapshot images if requested
- [PATCH v3 1/4] qemu: block: propagate the delete flag to where it can actually be used
- [PATCH v3 0/4] qemu: block: implement optional removal of committed snapshot images
- Re: [jenkins-ci] guests: Add support for openSUSE Leap 15.1
- [PATCH] domcaps: Remove function initializing domain caps as unsupported
- Re: [PATCH 2/3] scripts: check-aclrules: use in instead of find
- [PATCH v2 1/4] rpc: gendispatch: Fix a couple of places adding trailing spaces
- [PATCH v2 3/4] remote: Add a check for zero sized client-side buffers
- [PATCH v2 4/4] libvirt-<module>: Check caller-provided buffers to be NULL with size > 0
- [PATCH v2 0/4] Fix remote dispatch code trying to allocate 0-sized return buffers
- [PATCH v2 2/4] rpc: gendispatch: Add a check for zero size client-side buffers
- Re: [PATCH v2 2/4] qemu: block: use the delete flag to delete snapshot images if requested
- Re: [PATCH v2 2/4] qemu: block: use the delete flag to delete snapshot images if requested
- Re: [PATCH v2 1/4] qemu: block: propagate the delete flag to where it can actually be used
- Re: [PATCH 2/3] scripts: check-aclrules: use in instead of find
- Re: [PATCH 1/3] scripts: speedup prohibit-duplicate-header
- Re: [PATCH v3 02/52] tests: Update 4.2.0 capabilities data on ppc64
- Re: [PATCH 5/8] domcaps: Add function for initializing domain caps as unsupported
[Index of Archives]
[Libvirt Users]
[Fedora Users]
[Red Hat Install]
[Red Hat Sound]
[Red Hat Development]
[Linux Kernel]