libvirt
[Prev Page][Next Page]
- Re: [libvirt PATCH 4/5] ci: Add a new integration job template for the upstream QEMU scenario
- Re: [libvirt PATCH 3/5] ci: Introduce a template for upstream QEMU build
- Re: [libvirt PATCH 2/5] ci: Break off the integration_tests template into more templates
- Re: [libvirt PATCH 27/80] qemu: Rename "endjob" label in qemuMigrationDstFinish
- Re: [libvirt PATCH 26/80] qemu: Separate success and failure path in qemuMigrationDstFinish
- [PATCH 22/29] storage_file: Remove unused includes
- [PATCH 29/29] tests: Remove unused includes
- [PATCH 28/29] tools: Remove unused includes
- [PATCH 27/29] test_driver: Remove unused includes
- Re: [libvirt PATCH 1/5] ci: Separate the integration job template to a separate file
- [PATCH 25/29] vmware: Remove unused includes
- [PATCH 26/29] vmx: Remove unused includes
- [PATCH 24/29] vbox: Remove unused includes
- [PATCH 23/29] util: Remove unused includes
- [PATCH 21/29] storage: Remove unused includes
- [PATCH 17/29] remote: Remove unused includes
- [PATCH 20/29] security: Remove unused includes
- [PATCH 18/29] rpc: Remove unused includes
- [PATCH 19/29] secret: Remove unused includes
- [PATCH 16/29] qemu: Remove unused includes
- [PATCH 15/29] openvz: Remove unused includes
- [PATCH 13/29] node_device: Remove unused includes
- [PATCH 14/29] nwfilter: Remove unused includes
- [PATCH 12/29] network: Remove unused includes
- [PATCH 10/29] locking: Remove unused includes
- [PATCH 09/29] libxl: Remove unused includes
- [PATCH 11/29] logging: Remove unused includes
- [PATCH 06/29] esx: Remove unused includes
- [PATCH 07/29] hyperv: Remove unused includes
- [PATCH 08/29] interface: Remove unused includes
- [PATCH 03/29] ch: Remove unused includes
- [PATCH 04/29] conf: Remove unused includes
- [PATCH 02/29] admin: Remove unused includes
- [PATCH 05/29] cpu: Remove unused includes
- [PATCH 01/29] access: Remove unused includes
- [PATCH 00/29] Remove some unused includes
- Re: [libvirt RFCv8 12/27] qemu: capabilities: add multifd to the probed migration capabilities
- Re: [libvirt PATCH 25/80] qemu: Move success-only code out of endjob in qemuMigrationDstFinish
- Re: [libvirt PATCH 24/80] qemu: Create domain object at the end of qemuMigrationDstFinish
- Re: [libvirt PATCH 23/80] qemu: Add support for postcopy-recover QEMU migration state
- Re: [libvirt PATCH 22/80] qemu: Handle 'postcopy-paused' migration state
- Re: [libvirt RFCv8 12/27] qemu: capabilities: add multifd to the probed migration capabilities
- Re: [libvirt PATCH 21/80] qemu: Fetch paused migration stats
- Re: [libvirt PATCH 20/80] qemu: Use switch in qemuDomainGetJobInfoMigrationStats
- Re: [libvirt PATCH 19/80] qemu: Don't wait for migration job when migration is running
- Re: [libvirt RFCv8 12/27] qemu: capabilities: add multifd to the probed migration capabilities
- Re: [libvirt PATCH 18/80] qemu: Drop forward declarations in migration code
- Re: [libvirt PATCH 17/80] qemu: Restore async job start timestamp on reconnect
- Re: [libvirt PATCH 16/80] qemu: Restore failed migration job on reconnect
- Re: [PATCH] ui: Remove deprecated parameters of -display sdl and switch to QAPI parser
- Re: [libvirt RFCv8 12/27] qemu: capabilities: add multifd to the probed migration capabilities
- Re: [libvirt PATCH 15/80] qemu: Abort failed post-copy when we haven't called Finish yet
- Re: [PATCH] ui: Remove deprecated parameters of -display sdl and switch to QAPI parser
- Re: [libvirt PATCH 14/80] qemu: Keep migration job active after failed post-copy
- [PATCH] ui: Remove deprecated parameters of -display sdl and switch to QAPI parser
- Re: [libvirt PATCH v3 6/6] qemu: Implement 'blob' support for virtio gpu
- Re: [libvirt RFCv8 00/27] multifd save restore prototype
- Re: [libvirt RFCv8 00/27] multifd save restore prototype
- Re: [libvirt RFCv8 00/27] multifd save restore prototype
- Re: [libvirt RFCv8 00/27] multifd save restore prototype
- Re: [libvirt PATCH 06/80] qemu: Keep domain running on dst on failed post-copy migration
- Re: [libvirt PATCH 06/80] qemu: Keep domain running on dst on failed post-copy migration
- Re: [libvirt PATCH 06/80] qemu: Keep domain running on dst on failed post-copy migration
- Re: [libvirt PATCH 06/80] qemu: Keep domain running on dst on failed post-copy migration
- Re: [libvirt PATCH 13/80] qemu: Add qemuDomainObjRestoreAsyncJob
- Re: [libvirt PATCH 06/80] qemu: Keep domain running on dst on failed post-copy migration
- Re: [libvirt PATCH 06/80] qemu: Keep domain running on dst on failed post-copy migration
- Re: [libvirt PATCH 06/80] qemu: Keep domain running on dst on failed post-copy migration
- Re: [libvirt PATCH 04/80] qemu: Enable migration events only when disabled
- Re: [libvirt RFCv8 00/27] multifd save restore prototype
- Re: [libvirt RFCv8 00/27] multifd save restore prototype
- Re: [PATCH 12/37] qemu: domain: Add qemuFDPass helpers into network private data
- Re: [PATCH 11/37] qemu: Clear 'qemuFDPass' helpers of char devices when no longer needed
- Re: [PATCH 10/37] qemuFDPassTransferMonitor: Close local copy of the FD as soon as it's passed to qemu
- Re: [PATCH 09/37] qemuMonitorAddFileHandleToSet: Remove return of 'qemuMonitorAddFdInfo'
- Re: [PATCH 08/37] qemu_fd: Don't rely on fdset id allocation by qemu
- Re: [PATCH 07/37] qemu: domain: Store and update 'fdsetindex' across libvirtd restarts
- Re: [PATCH 06/37] qemuMonitorJSONQueryFdsets: Ensure that JSON arrays are valid before using them
- Re: [PATCH 05/37] qemu: monitor: Don't parse actual fd's from query-fdsets/add-fd replies
- Re: [PATCH 04/37] qemuDomainAttachNetDevice: Use 'qemuFDPass' for the vdpa file descriptor
- Re: [PATCH 03/37] qemu_fd: Remove error checking from qemuFDPassAddFD
- Re: [PATCH 02/37] qemu_fd: Add validation before transferring file descriptors
- Re: [PATCH 01/37] qemu_fd: Add return value handling for qemuFDPassTransfer* APIs
- Re: [libvirt PATCH 12/80] qemu: Rename qemuDomainObjRestoreJob as qemuDomainObjPreserveJob
- Re: [libvirt PATCH 11/80] qemu: Introduce qemuProcessCleanupMigrationJob
- Re: [libvirt PATCH 10/80] conf: Introduce virDomainObjIsPostcopy helper
- Re: [libvirt PATCH 09/80] conf: Introduce virDomainObjIsFailedPostcopy helper
- Re: [libvirt PATCH 08/80] qemu: Make qemuDomainCleanupAdd return void
- Re: [libvirt PATCH 07/80] qemu: Explicitly emit events on post-copy failure
- Re: [libvirt PATCH 06/80] qemu: Keep domain running on dst on failed post-copy migration
- Re: [libvirt PATCH 05/80] Introduce VIR_DOMAIN_RUNNING_POSTCOPY_FAILED
- Re: [libvirt PATCH 04/80] qemu: Enable migration events only when disabled
- Re: [libvirt PATCH 03/80] qemu: Return state from qemuMonitorGetMigrationCapabilities
- Re: [libvirt RFCv8 00/27] multifd save restore prototype
- From: Christophe Marie Francois Dupont de Dinechin
- Re: [libvirt PATCH 02/80] qemumonitorjsontest: Test more migration capabilities
- Re: [libvirt PATCH 01/80] qemu: Add debug messages to job recovery code
- [PATCH] docs: formatdomain: Fix the introduced version of vdagent
- Re: [libvirt RFCv8 00/27] multifd save restore prototype
- [PATCH v2] virt-xml-validate: Add more XML formats support
- [PATCH v11 2/4] conf: expose SGX feature in domain capabilities
- [PATCH v11 3/4] conf: Introduce SGX EPC element into device memory xml
- [PATCH v11 4/4] qemu: Add command-line to generate SGX EPC memory backend
- [PATCH v11 1/4] qemu: provide support to query the SGX capability
- [PATCH v11 0/4] Support query and use SGX
- [PATCH 02/16] news: support device stats collection for SR-IOV VF hostdev
- [PATCH 13/16] news: qemu: Add support for NFS disk protocol
- [PATCH 09/16] news: qemu: Add 'fmode' and 'dmode' options for 9pfs
- [PATCH 11/16] news: qemu: support kvm-poll-control performance hint
- [PATCH 12/16] news: cpu_map: Add Snowridge cpu model
- [PATCH 03/16] news: cpu_map: Add EPYC-Rome cpu model
- [PATCH 14/16] news: Support vhostuser in virsh attach-interface since v7.7.0
- [PATCH 15/16] news: Add queue_size option to virtio disk
- [PATCH 10/16] news: Introduce "migrate_tls_force" to qemu.conf
- [PATCH 16/16] news: Validation flags for creating net, nwfilter-binding, net port
- [PATCH 08/16] news: qemu: virtiofs can be used without NUMA nodes
- [PATCH 06/16] news: qemu: Set noqueue qdisc for TAP devices
- [PATCH 07/16] news: qemu: Introduce virtio free page reporting feature
- [PATCH 05/16] news: logging: allow max_len=0 to disable log rollover
- [PATCH 04/16] news: cpu: Support for XML validation in cpu comparison
- [PATCH 01/16] news: make SEV attrs 'cbitpos' & 'reducedPhysBits' optional
- [PATCH 00/16] New update from 6.9 to 7.8
- Re: [libvirt RFCv8 00/27] multifd save restore prototype
- [libvirt PATCH v3 5/6] qemu: Add capability for virtio-gpu.blob
- [libvirt PATCH v3 3/6] conf: use enum variable for video type
- [libvirt PATCH v3 4/6] conf: add support for 'blob' in virtio video device
- [libvirt PATCH v3 6/6] qemu: Implement 'blob' support for virtio gpu
- [libvirt PATCH v3 0/6] Add support for 'blob' to virtio video device
- [libvirt PATCH v3 2/6] conf: switch to virXMLProp* functions
- [libvirt PATCH v3 1/6] conf: Refactor video model parsing
- [libvirt PATCH 75/80] Add virDomainAbortJobFlags public API
- [libvirt PATCH 68/80] qemu: Implement VIR_MIGRATE_POSTCOPY_RESUME for Prepare phase
- [libvirt PATCH 72/80] qemu: Call qemuDomainCleanupAdd from qemuMigrationJobContinue
- [libvirt PATCH 52/80] virsh: Add --postcopy-resume option for migrate command
- [libvirt PATCH 77/80] Add VIR_DOMAIN_ABORT_JOB_POSTCOPY flag for virDomainAbortJobFlags
- [libvirt PATCH 46/80] qemu: Separate protocol checks from qemuMigrationJobSetPhase
- [libvirt PATCH 56/80] qemu: Separate starting migration from qemuMigrationSrcRun
- [libvirt PATCH 69/80] qemu: Implement VIR_MIGRATE_POSTCOPY_RESUME for Finish phase
- [libvirt PATCH 62/80] qemu: Simplify cleanup in qemuMigrationDstPrepareFresh
- [libvirt PATCH 70/80] qemu: Create completed jobData in qemuMigrationSrcComplete
- [libvirt PATCH 67/80] qemu: Start a migration phase in qemuMigrationAnyConnectionClosed
- [libvirt PATCH 74/80] qemu: Enable support for VIR_MIGRATE_POSTCOPY_RESUME
- [libvirt PATCH 80/80] NEWS: Add support for post-copy recovery
- [libvirt PATCH 61/80] qemu: Refactor qemuMigrationDstPrepareFresh
- [libvirt PATCH 73/80] qemu: Implement VIR_MIGRATE_POSTCOPY_RESUME for peer-to-peer migration
- [libvirt PATCH 71/80] qemu: Register qemuProcessCleanupMigrationJob after Begin phase
- [PATCH 27/37] qemuBuildInterfaceCommandLine: Remove 'tapfd' infrastructure
- [PATCH 23/37] qemuBuildInterfaceCommandLine: Remove 'vhostfd' machinery
- [PATCH 11/37] qemu: Clear 'qemuFDPass' helpers of char devices when no longer needed
- [PATCH 36/37] qemuMonitorAddNetdev: Remove unneeded 'slirp' variables and useless debug
- [PATCH 29/37] qemuBuildNicDevProps: Remove unused 'tapfd' infrastructure
- [PATCH 33/37] qemu: slirp: Call qemuSlirpOpen directly from qemuSlirpStart
- [libvirt PATCH 28/80] qemu: Generate migration cookie in Finish phase earlier
- [libvirt PATCH 41/80] qemu: Ignore missing memory statistics in query-migrate
- [PATCH 34/37] qemu: slirp: Pass FDs to qemu via qemuFDPass in the network private data
- [libvirt PATCH 65/80] qemu: Refactor qemuMigrationAnyConnectionClosed
- [libvirt PATCH 21/80] qemu: Fetch paused migration stats
- [libvirt PATCH 14/80] qemu: Keep migration job active after failed post-copy
- [PATCH 19/37] qemuBuildNicDevProps: Don't pass 'vhostfdSize'
- [libvirt PATCH 01/80] qemu: Add debug messages to job recovery code
- [PATCH 26/37] qemu: Move opening of tap file descriptors for net devices into qemuBuildInterfaceConnect
- [PATCH 25/37] qemuMonitorAddNetdev: Remove 'vhostfd' machinery
- [libvirt PATCH 50/80] qemu: Use QEMU_MIGRATION_PHASE_POSTCOPY_FAILED
- [libvirt PATCH 78/80] qemu: Implement VIR_DOMAIN_ABORT_JOB_POSTCOPY flag
- [PATCH 20/37] qemuInterfaceOpenVhostNet: Reformat error messages per new guidelines
- [PATCH 21/37] qemu: Move opening of vhost file descriptors for net devices into qemuBuildInterfaceConnect
- [libvirt PATCH 33/80] qemu: Introduce qemuMigrationDstFinishOffline
- [libvirt PATCH 31/80] qemu: Preserve error in qemuMigrationDstFinish
- [PATCH 37/37] qemu: slirp: Remove unused 'qemuSlirpGetFD'
- [libvirt PATCH 29/80] qemu: Make final part of migration Finish phase reusable
- [PATCH 32/37] qemuSlirpStart: Simplify parameters
- [libvirt PATCH 49/80] qemu: Do not set job owner in qemuMigrationJobSetPhase
- [PATCH 24/37] qemuBuildHostNetProps: Remove 'vhostfd' machinery
- [libvirt PATCH 39/80] qemu: Pass qemuDomainJobObj to qemuMigrationDstComplete
- [libvirt PATCH 03/80] qemu: Return state from qemuMonitorGetMigrationCapabilities
- [PATCH 28/37] qemuDomainAttachNetDevice: Remove unused 'tapfd' infrastructure
- [libvirt PATCH 19/80] qemu: Don't wait for migration job when migration is running
- [libvirt PATCH 47/80] qemu: Make qemuMigrationCheckPhase failure fatal
- [libvirt PATCH 23/80] qemu: Add support for postcopy-recover QEMU migration state
- [libvirt PATCH 32/80] qemu: Introduce qemuMigrationDstFinishFresh
- [libvirt PATCH 57/80] qemu: Add support for 'resume' parameter of migrate QMP command
- [libvirt PATCH 79/80] virsh: Add --postcopy option for domjobabort command
- [libvirt PATCH 76/80] qemu: Implement virDomainAbortJobFlags
- [libvirt PATCH 35/80] qemu: Introduce qemuMigrationDstFinishActive
- [libvirt PATCH 55/80] qmeu: Refactor qemuMigrationSrcPerformPhase
- [PATCH 22/37] qemuDomainAttachNetDevice: Remove 'vhostfd' machinery
- [libvirt PATCH 44/80] qemu: Introduce qemuMigrationSrcBeginXML helper
- [libvirt PATCH 18/80] qemu: Drop forward declarations in migration code
- [libvirt PATCH 30/80] qemu: Drop obsolete comment in qemuMigrationDstFinish
- [libvirt PATCH 59/80] qemu: Implement VIR_MIGRATE_POSTCOPY_RESUME for Confirm phase
- [PATCH 35/37] qemuDomainAttachNetDevice: Clean up unneeded 'slirp' helper variables
- [PATCH 30/37] qemuMonitorAddNetdev: Remove unused 'tapfd' infrastructure
- [PATCH 31/37] qemuInterfacePrepareSlirp: Directly populate the 'slirp' variable in network private data
- [libvirt PATCH 60/80] qemu: Introduce qemuMigrationDstPrepareFresh
- [libvirt PATCH 16/80] qemu: Restore failed migration job on reconnect
- [libvirt PATCH 42/80] qemu: Improve post-copy migration handling on reconnect
- [libvirt PATCH 53/80] qemu: Don't set VIR_MIGRATE_PAUSED for post-copy resume
- [libvirt PATCH 37/80] qemu: Make final part of migration Confirm phase reusable
- [libvirt PATCH 27/80] qemu: Rename "endjob" label in qemuMigrationDstFinish
- [libvirt PATCH 45/80] qemu: Add new migration phases for post-copy recovery
- [libvirt PATCH 51/80] Introduce VIR_MIGRATE_POSTCOPY_RESUME flag
- [libvirt PATCH 38/80] qemu: Make sure migrationPort is released even in callbacks
- [libvirt PATCH 26/80] qemu: Separate success and failure path in qemuMigrationDstFinish
- [libvirt PATCH 34/80] qemu: Separate cookie parsing for qemuMigrationDstFinishOffline
- [libvirt PATCH 48/80] qemu: Refactor qemuDomainObjSetJobPhase
- [libvirt PATCH 64/80] qemu: Rename qemuMigrationSrcCleanup
- [libvirt PATCH 09/80] conf: Introduce virDomainObjIsFailedPostcopy helper
- [libvirt PATCH 66/80] qemu: Handle incoming migration in qemuMigrationAnyConnectionClosed
- [libvirt PATCH 54/80] qemu: Implement VIR_MIGRATE_POSTCOPY_RESUME for Begin phase
- [libvirt PATCH 40/80] qemu: Finish completed unattended migration
- [libvirt PATCH 07/80] qemu: Explicitly emit events on post-copy failure
- [libvirt PATCH 20/80] qemu: Use switch in qemuDomainGetJobInfoMigrationStats
- [libvirt PATCH 43/80] qemu: Check flags incompatible with offline migration earlier
- [libvirt PATCH 11/80] qemu: Introduce qemuProcessCleanupMigrationJob
- [libvirt PATCH 63/80] qemu: Add support for migrate-recover QMP command
- [libvirt PATCH 00/80] Add support for post-copy recovery
- [libvirt PATCH 24/80] qemu: Create domain object at the end of qemuMigrationDstFinish
- [libvirt PATCH 58/80] qemu: Implement VIR_MIGRATE_POSTCOPY_RESUME for Perform phase
- [libvirt PATCH 25/80] qemu: Move success-only code out of endjob in qemuMigrationDstFinish
- [libvirt PATCH 22/80] qemu: Handle 'postcopy-paused' migration state
- [libvirt PATCH 13/80] qemu: Add qemuDomainObjRestoreAsyncJob
- [libvirt PATCH 36/80] qemu: Handle migration job in qemuMigrationDstFinish
- [libvirt PATCH 12/80] qemu: Rename qemuDomainObjRestoreJob as qemuDomainObjPreserveJob
- [libvirt PATCH 15/80] qemu: Abort failed post-copy when we haven't called Finish yet
- [libvirt PATCH 10/80] conf: Introduce virDomainObjIsPostcopy helper
- [libvirt PATCH 17/80] qemu: Restore async job start timestamp on reconnect
- [libvirt PATCH 08/80] qemu: Make qemuDomainCleanupAdd return void
- [libvirt PATCH 02/80] qemumonitorjsontest: Test more migration capabilities
- [libvirt PATCH 06/80] qemu: Keep domain running on dst on failed post-copy migration
- [libvirt PATCH 04/80] qemu: Enable migration events only when disabled
- [libvirt PATCH 05/80] Introduce VIR_DOMAIN_RUNNING_POSTCOPY_FAILED
- [PATCH 18/37] qemu: Prepare netdev code for use of qemuFDPass for tapfd/vhostfd passing
- [PATCH 17/37] qemuDomainAttachNetDevice: Don't construct network device properties under monitor lock
- [PATCH 16/37] qemuBuildHostNetProps: Refactor construction of tapfd/vhostfd arguments
- [PATCH 10/37] qemuFDPassTransferMonitor: Close local copy of the FD as soon as it's passed to qemu
- [PATCH 07/37] qemu: domain: Store and update 'fdsetindex' across libvirtd restarts
- [PATCH 05/37] qemu: monitor: Don't parse actual fd's from query-fdsets/add-fd replies
- [PATCH 13/37] qemu: command: Introduce 'qemuBuildInterfaceConnect' helper
- [PATCH 15/37] qemuBuildHostNetProps: Move all 'tap' code together
- [PATCH 12/37] qemu: domain: Add qemuFDPass helpers into network private data
- [PATCH 14/37] qemuBuildInterfaceConnect: Connect to 'vdpa' netdev
- [PATCH 09/37] qemuMonitorAddFileHandleToSet: Remove return of 'qemuMonitorAddFdInfo'
- [PATCH 08/37] qemu_fd: Don't rely on fdset id allocation by qemu
- [PATCH 06/37] qemuMonitorJSONQueryFdsets: Ensure that JSON arrays are valid before using them
- [PATCH 04/37] qemuDomainAttachNetDevice: Use 'qemuFDPass' for the vdpa file descriptor
- [PATCH 00/37] qemu: Improve 'qemuFDPass' usability and refactor interface code to use it
- [PATCH 03/37] qemu_fd: Remove error checking from qemuFDPassAddFD
- [PATCH 01/37] qemu_fd: Add return value handling for qemuFDPassTransfer* APIs
- [PATCH 02/37] qemu_fd: Add validation before transferring file descriptors
- Re: [PATCH] qemucapabilitiestest: Add test data for the qemu-7.1 dev cycle on x86_64
- Re: [PATCH] docs: apps: Add the app cockpit
- [PATCH] qemucapabilitiestest: Add test data for the qemu-7.1 dev cycle on x86_64
- Re: [libvirt PATCH v2 0/4] Enable copy/paste for vnc displays
- Re: [libvirt PATCH v2 0/4] Enable copy/paste for vnc displays
- Re: [libvirt PATCH v2 0/4] Enable copy/paste for vnc displays
- Re: [libvirt PATCH 0/5] ci: Add an integration test job utilizing upstream QEMU
- [PATCH RFC 08/10] qemu_conf: Introduce a knob to turn off SCHED_CORE
- [PATCH RFC 10/10] qemu: Place helper processes into the same trusted group
- [PATCH RFC 00/10] qemu: Enable SCHED_CORE for domains and helper processes
- [PATCH RFC 04/10] qemu_tpm: Expose qemuTPMEmulatorGetPid()
- [PATCH RFC 07/10] virCommand: Introduce APIs for core scheduling
- [PATCH RFC 05/10] qemu_virtiofs: Separate PID read code into qemuVirtioFSGetPid
- [PATCH RFC 09/10] qemu: Enable SCHED_CORE for domains and helper processes
- [PATCH RFC 06/10] virprocess: Core Scheduling support
- [PATCH RFC 02/10] qemu_dbus: Separate PID read code into qemuDBusGetPID
- [PATCH RFC 03/10] qemu_vhost_user_gpu: Export qemuVhostUserGPUGetPid()
- [PATCH RFC 01/10] qemu_tpm: Make APIs work over a single virDomainTPMDef
- Re: [PATCH] qemu_security: Drop qemuSecurityStartVhostUserGPU()
- [PATCH] qemu_security: Drop qemuSecurityStartVhostUserGPU()
- Re: [PATCH v2 1/1] tests: qemucapabilities: update ppc64 qemu caps for 7.0.0 release
- From: Daniel Henrique Barboza
- Re: [PATCH v2 1/1] tests: qemucapabilities: update ppc64 qemu caps for 7.0.0 release
- Re: [PATCH RESEND] apibuild: Fix self.waring method call
- Re: [PATCH v2 1/1] tests: qemucapabilities: update ppc64 qemu caps for 7.0.0 release
- From: Daniel Henrique Barboza
- Re: [PATCH v2 1/1] tests: qemucapabilities: update ppc64 qemu caps for 7.0.0 release
- Re: [PATCH 0/3] Add a retry procedure after failing to do post parsing
- Re: [PATCH 0/3] Add a retry procedure after failing to do post parsing
- Re: [PATCH 0/3] Add a retry procedure after failing to do post parsing
- [PATCH] docs: apps: Add the app cockpit
- Re: [PATCH 3/3] domain_conf: set default emulator into def if it fails to alloc
- Re: [PATCH v3 0/5] Introduce network backed NVRAM
- Re: [libvirt RFCv8 12/27] qemu: capabilities: add multifd to the probed migration capabilities
- [libvirt RFCv8 25/27] qemu: saveimage: implement multifd-compression in parallel save
- [libvirt RFCv8 20/27] qemu: add migration parameter multifd-compression
- [libvirt RFCv8 13/27] qemu: saveimage: add multifd related fields to save format
- [libvirt RFCv8 17/27] qemu: implement qemuSaveImageLoadMultiFd
- [libvirt RFCv8 18/27] tools: add parallel parameter to virsh save command
- [libvirt RFCv8 07/27] qemu: saveimage: introduce virQEMUSaveFd
- [libvirt RFCv8 22/27] qemu: saveimage: add parallel compression argument to ImageCreate
- [libvirt RFCv8 14/27] qemu: migration_params: add APIs to set Int and Cap
- [libvirt RFCv8 05/27] qemu: add stub support for VIR_DOMAIN_SAVE_PARALLEL in save
- [libvirt RFCv8 15/27] qemu: migration: implement qemuMigrationSrcToFilesMultiFd
- [libvirt RFCv8 23/27] qemu: saveimage: add stub support for multifd compression parameter
- [libvirt RFCv8 19/27] tools: add parallel parameter to virsh restore command
- [libvirt RFCv8 21/27] libvirt: add new VIR_SAVE_PARAM_PARALLEL_COMPRESSION
- [libvirt RFCv8 27/27] tools: add parallel-compression parameter to virsh save command
- [libvirt RFCv8 24/27] qemu: migration: expose qemuMigrationParamsSetString
- [libvirt RFCv8 10/27] qemu: saveimage: add virQEMUSaveFd APIs for multifd
- [libvirt RFCv8 26/27] qemu: saveimage: restore compressed parallel images
- [libvirt RFCv8 11/27] qemu: saveimage: wire up saveimage code with the multifd helper
- [libvirt RFCv8 00/27] multifd save restore prototype
- [libvirt RFCv8 03/27] tools: prepare cmdRestore to use parameters
- [libvirt RFCv8 16/27] qemu: add parameter to qemuMigrationDstRun to skip waiting
- [libvirt RFCv8 12/27] qemu: capabilities: add multifd to the probed migration capabilities
- [libvirt RFCv8 09/27] qemu: saveimage: convert qemuSaveImageOpen to use virQEMUSaveFd
- [libvirt RFCv8 01/27] multifd-helper: new helper for parallel save/restore
- [libvirt RFCv8 04/27] libvirt: add new VIR_DOMAIN_SAVE_PARALLEL flag and parameter
- [libvirt RFCv8 08/27] qemu: saveimage: convert qemuSaveImageCreate to use virQEMUSaveFd
- [libvirt RFCv8 02/27] tools: prepare doSave to use parameters
- [libvirt RFCv8 06/27] qemu: add stub support for VIR_DOMAIN_SAVE_PARALLEL in restore
- Re: [libvirt RFCv7 22/40] qemu: saveimage: convert qemuSaveImageOpen to use virQEMUSaveFd
- [PATCH 1/3] qemu_domain: introduce qemuDomainPostParseDataDefEmulator
- [PATCH 3/3] domain_conf: set default emulator into def if it fails to alloc
- [PATCH 2/3] domain_conf: introduce virDomainPostParseDataDefEmulator type
- [PATCH 0/3] Add a retry procedure after failing to do post parsing
- [PATCH RESEND] apibuild: Fix self.waring method call
- [PATCH 5/5] docs: drvqemu: Fix the syntax typo of Hypervisor.framework link
- [PATCH 3/5] news: Add news for rss and rss_hash_report attributes
- [PATCH 4/5] docs: drivers: Mention KVM/HVF in the link of qemu driver
- [PATCH 0/5] Some docs updates
- [PATCH 2/5] docs: formatdomain: Add the introduced versions of net rss attrs
- [PATCH 1/5] docs: apps: Add desktop app gnome-boxes
- [PATCH v2 1/1] tests: qemucapabilities: update ppc64 qemu caps for 7.0.0 release
- From: Daniel Henrique Barboza
- [PATCH v2 0/1] ppc64: update qemucapabilities for 7.0.0 release
- From: Daniel Henrique Barboza
- Re: [libvirt PATCH] NEWS: Mention improved heuristics for CPU baseline
- Re: [libvirt PATCH 0/5] ci: Add an integration test job utilizing upstream QEMU
- [libvirt PATCH 5/5] ci: Add a Fedora integration test job utilizing upstream QEMU
- [libvirt PATCH 3/5] ci: Introduce a template for upstream QEMU build
- [libvirt PATCH 4/5] ci: Add a new integration job template for the upstream QEMU scenario
- [libvirt PATCH 2/5] ci: Break off the integration_tests template into more templates
- [libvirt PATCH 0/5] ci: Add an integration test job utilizing upstream QEMU
- [libvirt PATCH 1/5] ci: Separate the integration job template to a separate file
- [libvirt PATCH] NEWS: Mention improved heuristics for CPU baseline
- Re: [libvirt RFCv7 00/40] multifd save restore prototype
- Re: [libvirt RFCv7 34/40] qemu: saveimage: add multifd-compression field to save format
- Re: [libvirt RFCv7 34/40] qemu: saveimage: add multifd-compression field to save format
- Re: [libvirt RFCv7 12/40] tools: make use of params in doSave
- Re: [libvirt RFCv7 12/40] tools: make use of params in doSave
- Re: [libvirt RFCv7 12/40] tools: make use of params in doSave
- [libvirt RFCv7 30/40] tools: add parallel parameter to virsh restore command
- [libvirt RFCv7 19/40] qemu: add stub support for VIR_DOMAIN_SAVE_PARALLEL in restore
- [libvirt RFCv7 21/40] qemu: saveimage: convert qemuSaveImageCreate to use virQEMUSaveFd
- [libvirt RFCv7 28/40] qemu: implement qemuSaveImageLoadMultiFd
- [libvirt RFCv7 37/40] qemu: migration: expose qemuMigrationParamsSetString
- [libvirt RFCv7 34/40] qemu: saveimage: add multifd-compression field to save format
- [libvirt RFCv7 33/40] libvirt: add new VIR_SAVE_PARAM_PARALLEL_COMPRESSION
- [libvirt RFCv7 36/40] qemu: saveimage: add stub support for multifd compression parameter
- [libvirt RFCv7 35/40] qemu: saveimage: add parallel compression argument to ImageCreate
- [libvirt RFCv7 39/40] tools: add parallel-compression parameter to virsh save command
- [libvirt RFCv7 13/40] tools: make use of params in cmdRestore
- [libvirt RFCv7 31/40] docs: update refs to virDomainSaveParams and virDomainRestoreParams
- [libvirt RFCv7 06/40] virfile: add comment about the use of SEEK_END in virFileDiskCopy
- [libvirt RFCv7 20/40] qemu: saveimage: introduce virQEMUSaveFd
- [libvirt RFCv7 40/40] qemu: saveimage: restore compressed parallel saves
- [libvirt RFCv7 08/40] libvirt: introduce virDomainRestoreParams public API
- [libvirt RFCv7 27/40] qemu: add parameter to qemuMigrationDstRun to skip waiting
- [libvirt RFCv7 25/40] qemu: capabilities: add multifd to the probed migration capabilities
- [libvirt RFCv7 32/40] qemu: add migration parameter multifd-compression
- [libvirt RFCv7 24/40] qemu: saveimage: wire up saveimage code with the multifd helper
- [libvirt RFCv7 23/40] qemu: saveimage: add virQEMUSaveFd APIs for multifd
- [libvirt RFCv7 14/40] multifd-helper: new helper for parallel save/restore
- [libvirt RFCv7 38/40] qemu: saveimage: implement multifd-compression in parallel save
- [libvirt RFCv7 15/40] qemu: add implementation for virDomainSaveParams API
- [libvirt RFCv7 04/40] virfile: rename runIO to virFileDiskCopy
- [libvirt RFCv7 09/40] remote: Add RPC support for the virDomainSaveParams API
- [libvirt RFCv7 11/40] remote: Add RPC support for the virDomainRestoreParams API
- [libvirt RFCv7 17/40] libvirt: add new VIR_DOMAIN_SAVE_PARALLEL flag and parameter
- [libvirt RFCv7 00/40] multifd save restore prototype
- [libvirt RFCv7 29/40] tools: add parallel parameter to virsh save command
- [libvirt RFCv7 26/40] qemu: implement qemuMigrationSrcToFilesMultiFd
- [libvirt RFCv7 22/40] qemu: saveimage: convert qemuSaveImageOpen to use virQEMUSaveFd
- [libvirt RFCv7 12/40] tools: make use of params in doSave
- [libvirt RFCv7 03/40] iohelper: move runIO function to virfile.c
- [libvirt RFCv7 16/40] qemu: add implementation for virDomainRestoreParams API
- [libvirt RFCv7 07/40] libvirt: introduce virDomainSaveParams public API
- [libvirt RFCv7 18/40] qemu: add stub support for VIR_DOMAIN_SAVE_PARALLEL in save
- [libvirt RFCv7 10/40] gendispatch: add DomainRestoreParams as requiring conn argument
- [libvirt RFCv7 05/40] virfile: change virFileDiskCopy arguments to extend beyond stdin, stdout
- [libvirt RFCv7 02/40] iohelper: refactor copy operation as a separate function
- [libvirt RFCv7 01/40] iohelper: introduce new struct to carry copy operation parameters
- Re: [libvirt PATCH] ci: Move clang/asan/ubsan jobs to Ubuntu 22.04
- [libvirt PATCH] ci: Move clang/asan/ubsan jobs to Ubuntu 22.04
- Re: Test failures on macOS 12
- Re: [libvirt RFCv6 03/27] iohelper: move runIO function to virfile.c
- Re: [libvirt RFCv6 03/27] iohelper: move runIO function to virfile.c
- Re: [libvirt RFCv6 03/27] iohelper: move runIO function to virfile.c
- Re: [libvirt RFCv6 03/27] iohelper: move runIO function to virfile.c
- Re: [libvirt RFCv6 03/27] iohelper: move runIO function to virfile.c
- Re: [libvirt RFCv6 03/27] iohelper: move runIO function to virfile.c
- Re: [PATCH 1/3] tests: qemucapabilities: update ppc64 qemu caps for 7.0.0 release
- Re: [libvirt RFCv6 00/27] multifd save restore prototype
- Re: [libvirt RFCv6 05/27] virfile: change virFileDiskCopy arguments to extend beyond stdin, stdout
- Re: [libvirt RFCv6 03/27] iohelper: move runIO function to virfile.c
- Re: [libvirt RFCv6 12/27] remote: Add RPC support for the virDomainRestoreParams API
- Re: [libvirt RFCv6 11/27] gendispatch: add DomainRestoreParams as requiring conn argument
- Re: [libvirt RFCv6 10/27] remote: Add RPC support for the virDomainSaveParams API
- Re: [libvirt RFCv6 09/27] libvirt: introduce virDomainRestoreParams public API
- Re: [libvirt RFCv6 08/27] libvirt: introduce virDomainSaveParams public API
- Re: [libvirt RFCv6 06/27] virfile: add comment about the use of SEEK_END in virFileDiskCopy
- Re: [libvirt RFCv6 05/27] virfile: change virFileDiskCopy arguments to extend beyond stdin, stdout
- Re: [libvirt RFCv6 04/27] virfile: rename runIO to virFileDiskCopy
- Re: [libvirt RFCv6 03/27] iohelper: move runIO function to virfile.c
- Re: [PATCH 0/2] testutils*: Hide some global variables
- Re: [PATCH 0/2] test: Link qemuhotplugmock with test_utils_qemu and test_utils
- Re: Test failures on macOS 12
- Re: [PATCH 0/2] test: Link qemuhotplugmock with test_utils_qemu and test_utils
- Re: [PATCH 1/3] tests: qemucapabilities: update ppc64 qemu caps for 7.0.0 release
- From: Daniel Henrique Barboza
- Test failures on macOS 12
- Re: [libvirt PATCH 2/2] ci: Add Ubuntu 22.04
- Re: [libvirt PATCH 2/2] ci: Add Ubuntu 22.04
- Re: [libvirt PATCH 0/2] ci: Refresh, add Ubuntu 22.04
- Re: [libvirt PATCH 2/2] ci: Add Ubuntu 22.04
- Re: [libvirt PATCH 2/2] ci: Add Ubuntu 22.04
- Re: [libvirt PATCH 0/3] meson: Fix handling of version scripts
- [libvirt PATCH 2/2] ci: Add Ubuntu 22.04
- [libvirt PATCH 1/2] ci: Refresh configuration
- [libvirt PATCH 0/2] ci: Refresh, add Ubuntu 22.04
- Re: [PATCH 1/3] tests: qemucapabilities: update ppc64 qemu caps for 7.0.0 release
- [PATCH 2/2] testutilsqemu: Write getter/setter for CPU def global variables
- [PATCH 1/2] testutils: Write setter for virTestHostArch global variable
- [PATCH 0/2] testutils*: Hide some global variables
- [PATCH v2 1/2] cpu_map: add POWER10 cpu model
- From: Daniel Henrique Barboza
- [PATCH v2 2/2] cpu_ppc64: add support for host-model on POWER10
- From: Daniel Henrique Barboza
- [PATCH v2 0/2] ppc64: POWER10 support
- From: Daniel Henrique Barboza
- Re: [PATCH 1/3] tests: qemucapabilities: update ppc64 qemu caps for 7.0.0 release
- From: Daniel Henrique Barboza
- [libvirt PATCH 3/3] meson: Drop support for -Wl,-M
- [libvirt PATCH 2/3] meson: Don't attempt to use version scripts on macOS
- [libvirt PATCH 1/3] meson: Refactor handling of link_args and link_depends
- [libvirt PATCH 0/3] meson: Fix handling of version scripts
- Re: [PATCH] Support cpu0-id of Qemu QMP query-sev-capabilities
- Re: [PATCH] Support cpu0-id of Qemu QMP query-sev-capabilities
- [libvirt RFCv6 12/27] remote: Add RPC support for the virDomainRestoreParams API
- [libvirt RFCv6 01/27] iohelper: introduce new struct to carry copy operation parameters
- [libvirt RFCv6 14/27] qemu: add implementation for virDomainRestoreParams API
- [libvirt RFCv6 20/27] qemu: capabilities: add multifd to the probed migration capabilities
- [libvirt RFCv6 23/27] qemu: implement qemuSaveImageLoadMultiFd
- [libvirt RFCv6 02/27] iohelper: refactor copy operation as a separate function
- [libvirt RFCv6 08/27] libvirt: introduce virDomainSaveParams public API
- [libvirt RFCv6 11/27] gendispatch: add DomainRestoreParams as requiring conn argument
- [libvirt RFCv6 16/27] qemu: add stub support for VIR_DOMAIN_SAVE_PARALLEL in save
- [libvirt RFCv6 24/27] tools: add parallel parameter to virsh save command
- [libvirt RFCv6 17/27] qemu: add stub support for VIR_DOMAIN_SAVE_PARALLEL in restore
- [libvirt RFCv6 09/27] libvirt: introduce virDomainRestoreParams public API
- [libvirt RFCv6 03/27] iohelper: move runIO function to virfile.c
- [libvirt RFCv6 04/27] virfile: rename runIO to virFileDiskCopy
- [libvirt RFCv6 15/27] libvirt: add new VIR_DOMAIN_SAVE_PARALLEL flag and parameter
- [libvirt RFCv6 13/27] qemu: add implementation for virDomainSaveParams API
- [libvirt RFCv6 06/27] virfile: add comment about the use of SEEK_END in virFileDiskCopy
- [libvirt RFCv6 21/27] qemu: implement qemuMigrationSrcToFilesMultiFd
- [libvirt RFCv6 22/27] qemu: add parameter to qemuMigrationDstRun to skip waiting
- [libvirt RFCv6 10/27] remote: Add RPC support for the virDomainSaveParams API
- [libvirt RFCv6 25/27] tools: add parallel parameter to virsh restore command
- [libvirt RFCv6 07/27] multifd-helper: new helper for parallel save/restore
- [libvirt RFCv6 05/27] virfile: change virFileDiskCopy arguments to extend beyond stdin, stdout
- [libvirt RFCv6 27/27] qemu: add migration parameter multifd-compression
- [libvirt RFCv6 00/27] multifd save restore prototype
- [libvirt RFCv6 19/27] qemu: wire up saveimage code with the multifd helper
- [libvirt RFCv6 18/27] qemu: saveimage: introduce virQEMUSaveFd
- [libvirt RFCv6 26/27] docs: update refs to virDomainSaveParams and virDomainRestoreParams
- Re: [libvirt PATCH 2/2] include: Explicitly reserve values for overlapping flag types
- Re: [libvirt PATCH 2/2] include: Explicitly reserve values for overlapping flag types
- Re: [PATCH 0/2] test: Link qemuhotplugmock with test_utils_qemu and test_utils
- Re: [PATCH 0/2] virnetdev: Fix regression in setting VLAN tag
- Re: [PATCH] remote_daemon: Don't run virStateCleanup() if virStateReload() is still running
- Re: [PATCH 0/2] virnetdev: Fix regression in setting VLAN tag
- Re: [PATCH 0/2] test: Link qemuhotplugmock with test_utils_qemu and test_utils
- Re: [libvirt PATCH 2/2] include: Explicitly reserve values for overlapping flag types
- Re: [PATCH] Support cpu0-id of Qemu QMP query-sev-capabilities
- Re: [libvirt PATCH 7/8] cpu_x86: Penalize disabled features when computing CPU model
- Re: [libvirt PATCH 0/8] Improve heuristics for computing baseline CPU models
- Re: [PATCH 1/3] tests: qemucapabilities: update ppc64 qemu caps for 7.0.0 release
- From: Daniel Henrique Barboza
- Re: [libvirt PATCH 2/2] include: Explicitly reserve values for overlapping flag types
- Re: [libvirt PATCH 2/2] include: Explicitly reserve values for overlapping flag types
- Re: [libvirt PATCH 2/2] include: Explicitly reserve values for overlapping flag types
- Re: [libvirt PATCH 2/2] include: Explicitly reserve values for overlapping flag types
- Re: [PATCH 1/3] tests: qemucapabilities: update ppc64 qemu caps for 7.0.0 release
- Re: [libvirt PATCH 2/2] include: Explicitly reserve values for overlapping flag types
- [libvirt PATCH 2/2] include: Explicitly reserve values for overlapping flag types
- [libvirt PATCH 1/2] lib: Drop "type hint" comments
- [libvirt PATCH 0/2] API documentation fixes
- [PATCH 3/3] cpu_ppc64: add support for host-model on POWER10
- From: Daniel Henrique Barboza
- [PATCH 1/3] tests: qemucapabilities: update ppc64 qemu caps for 7.0.0 release
- From: Daniel Henrique Barboza
- [PATCH 2/3] cpu_map: add POWER10 cpu model
- From: Daniel Henrique Barboza
- [PATCH 0/3] ppc64: QEMU 7.0.0 caps + POWER10 support
- From: Daniel Henrique Barboza
- [PATCH] include: Fix unmatched parentheses in comment
- [libvirt PATCH 5/8] cpu_x86: Consolidate signature match in x86DecodeUseCandidate
- [libvirt PATCH 4/8] cputest: Add some real world baseline tests
- [libvirt PATCH 6/8] cpu_x86: Refactor feature list comparison in x86DecodeUseCandidate
- [libvirt PATCH 7/8] cpu_x86: Penalize disabled features when computing CPU model
- [libvirt PATCH 3/8] cputest: Give better names to baseline tests
- [libvirt PATCH 8/8] cpu_x86: Ignore enabled features for input models in x86DecodeUseCandidate
- [libvirt PATCH 1/8] cpu_map: Disable cpu64-rhel* for host-model and baseline
- [libvirt PATCH 2/8] cputest: Drop some old artificial baseline tests
- [libvirt PATCH 0/8] Improve heuristics for computing baseline CPU models
- [PATCH v3 5/5] Add unit test to support new 'file' type NVRAM
- [PATCH v3 1/5] Make NVRAM a virStorageSource type.
- [PATCH v3 2/5] Add support to parse/format/validate virStorageSource type NVRAM
- [PATCH v3 4/5] Add unit tests for network backed NVRAM
- [PATCH v3 0/5] Introduce network backed NVRAM
- [PATCH v3 3/5] Update schema, docs, and validation logic to support network backed NVRAM
- Re: [PATCH v4 00/19] Add 'version' to other exported types
- Re: [PATCH 2/2] apibuild: remove 'v' from pattern matching
- Re: [PATCH 1/2] docstring: remove 'v' from since metadata
- Re: [libvirt PATCH] tests: Add test for missing network attribute in graphics' listen element
- Re: [PATCH v2] conf: virDomainGraphicsDefValidate: validate attribute 'network' for listen type 'network'
- [libvirt PATCH] tests: Add test for missing network attribute in graphics' listen element
- Re: [PATCH v4 00/19] Add 'version' to other exported types
- [PATCH 1/2] docstring: remove 'v' from since metadata
- [PATCH 2/2] apibuild: remove 'v' from pattern matching
- Re: [RFC PATCH 1/2] conf: Introduce 'absolute' clock offset
- Re: [RFC PATCH 0/2] Introduce 'absolute' clock offset
- Re: [PATCH] qemu: do not use domain virt type to get default version
- Re: [libvirt PATCH v3 03/16] qemucapabilitiestest: Add x64 test data for the qemu-7.0 development cycle
- Re: [libvirt PATCH v3 04/16] conf: add <graphics type='dbus'>
- Re: [libvirt PATCH v3 00/16] Add QEMU "-display dbus" support
- Re: [PATCH] Support cpu0-id of Qemu QMP query-sev-capabilities
- Re: [PATCH] qemu: do not use domain virt type to get default version
- Re: [libvirt PATCH 2/2] tests: don't set G_DEBUG=fatal-warnings on macOS
- Re: [libvirt PATCH] conf: ensure only one vgpu has ramfb enabled
- Re: [libvirt PATCH 2/2] tests: don't set G_DEBUG=fatal-warnings on macOS
- Release of libvirt-8.3.0
- [PATCH v2 2/5] hw/nvme: do not auto-generate eui64
- [PATCH] hw/nvme: deprecate the use-intel-id compatibility parameter
- Re: [libvirt PATCH v3 00/16] Add QEMU "-display dbus" support
- [libvirt RFCv5 22/27] qemu: add parameter to qemuMigrationDstRun to skip waiting
- [libvirt RFCv5 10/27] remote: Add RPC support for the virDomainSaveParams API
- [libvirt RFCv5 18/27] qemu: saveimage: introduce virQEMUSaveFd
- [libvirt RFCv5 00/27] multifd save restore prototype
- [libvirt RFCv5 07/27] multifd-helper: new helper for parallel save/restore
- [libvirt RFCv5 04/27] virfile: rename runIO to virFileDiskCopy
- [libvirt RFCv5 08/27] libvirt: introduce virDomainSaveParams public API
- [libvirt RFCv5 20/27] qemu: capabilities: add multifd to the probed migration capabilities
- [libvirt RFCv5 27/27] qemu: add migration parameter multifd-compression
- [libvirt RFCv5 06/27] virfile: add comment about the use of SEEK_END in virFileDiskCopy
- [libvirt RFCv5 26/27] docs: update refs to virDomainSaveParams and virDomainRestoreParams
- [libvirt RFCv5 19/27] qemu: wire up saveimage code with the multifd helper
- [libvirt RFCv5 03/27] iohelper: move runIO function to virfile.c
- [libvirt RFCv5 24/27] tools: add parallel parameter to virsh save command
- [libvirt RFCv5 21/27] qemu: implement qemuMigrationSrcToFilesMultiFd
- [libvirt RFCv5 23/27] qemu: implement qemuSaveImageLoadMultiFd
- [libvirt RFCv5 17/27] qemu: add stub support for VIR_DOMAIN_SAVE_PARALLEL in restore
- [libvirt RFCv5 16/27] qemu: add stub support for VIR_DOMAIN_SAVE_PARALLEL in save
- [libvirt RFCv5 25/27] tools: add parallel parameter to virsh restore command
- [libvirt RFCv5 11/27] gendispatch: add DomainRestoreParams as requiring conn argument
- [libvirt RFCv5 13/27] qemu: add implementation for virDomainSaveParams API
- [libvirt RFCv5 15/27] libvirt: add new VIR_DOMAIN_SAVE_PARALLEL flag and parameter
- [libvirt RFCv5 09/27] libvirt: introduce virDomainRestoreParams public API
- [libvirt RFCv5 02/27] iohelper: refactor copy operation as a separate function
- [libvirt RFCv5 05/27] virfile: change virFileDiskCopy arguments to extend beyond stdin, stdout
- [libvirt RFCv5 14/27] qemu: add implementation for virDomainRestoreParams API
- [libvirt RFCv5 12/27] remote: Add RPC support for the virDomainRestoreParams API
- [libvirt RFCv5 01/27] iohelper: introduce new struct to carry copy operation parameters
- Re: [libvirt RFCv4 20/20] qemu: add migration parameter multifd-compression
- [libvirt PATCH] conf: ensure only one vgpu has ramfb enabled
- Re: [PATCH v2 2/5] hw/nvme: do not auto-generate eui64
- Re: [PATCH 00/18] RFC: Remove deprecated audio features
- Re: [PATCH 07/18] Introduce machine's default-audiodev property
- Re: [PATCH 05/18] tests/qtest: Specify audiodev= and -audiodev
- Re: [libvirt RFCv4 03/20] iohelper: move runIO function to a separate module
- Re: [libvirt RFCv4 03/20] iohelper: move runIO function to a separate module
- Re: [libvirt RFCv4 06/20] libvirt: introduce virDomainSaveParametersFlags public API
- Re: [libvirt RFCv4 01/20] iohelper: introduce new struct to carry copy operation parameters
- libvirt-8.3.0 release candidate 2
- Re: [libvirt PATCH 2/2] tests: don't set G_DEBUG=fatal-warnings on macOS
- RE: [RFC 00/18] vfio: Adopt iommufd
- Re: [libvirt PATCH 2/2] tests: don't set G_DEBUG=fatal-warnings on macOS
- Re: [libvirt RFCv4 04/20] runio: add arguments to extend use beyond just stdin and stdout
- Re: [libvirt RFCv4 20/20] qemu: add migration parameter multifd-compression
- Re: [libvirt RFCv4 04/20] runio: add arguments to extend use beyond just stdin and stdout
- Re: [libvirt RFCv4 04/20] runio: add arguments to extend use beyond just stdin and stdout
- Re: [libvirt RFC v3 06/19] remote: Add RPC support for the virDomainRestoreParametersFlags API
- Re: [RFC 00/18] vfio: Adopt iommufd
- Re: [libvirt PATCH 2/2] tests: don't set G_DEBUG=fatal-warnings on macOS
- Re: [libvirt RFCv4 20/20] qemu: add migration parameter multifd-compression
- Re: [RFC 00/18] vfio: Adopt iommufd
- Re: [libvirt RFC v3 06/19] remote: Add RPC support for the virDomainRestoreParametersFlags API
- Re: [libvirt PATCH 2/2] tests: don't set G_DEBUG=fatal-warnings on macOS
- Re: [PATCH] qemu: do not use domain virt type to get default version
- Re: [libvirt PATCH 2/2] tests: don't set G_DEBUG=fatal-warnings on macOS
- Re: [libvirt RFCv4 20/20] qemu: add migration parameter multifd-compression
- Re: [libvirt RFCv4 01/20] iohelper: introduce new struct to carry copy operation parameters
- Re: [libvirt RFCv4 04/20] runio: add arguments to extend use beyond just stdin and stdout
- Re: [libvirt RFCv4 03/20] iohelper: move runIO function to a separate module
- Re: [libvirt RFCv4 04/20] runio: add arguments to extend use beyond just stdin and stdout
- Re: [PATCH] build-aux: remove duplicated syntax check filter for 'select'
- [PATCH] build-aux: remove duplicated syntax check filter for 'select'
- Re: [libvirt RFCv4 02/20] iohelper: refactor copy operation as a separate function
- Re: [libvirt PATCH 0/2] Fix tests on macOS
- [libvirt PATCH 2/2] tests: don't set G_DEBUG=fatal-warnings on macOS
- [libvirt PATCH 1/2] ci: print stack traces on macOS if any tests fail
- [libvirt PATCH 0/2] Fix tests on macOS
- Re: [libvirt RFCv4 06/20] libvirt: introduce virDomainSaveParametersFlags public API
- Re: [libvirt RFC v3 06/19] remote: Add RPC support for the virDomainRestoreParametersFlags API
- Re: [libvirt RFC v3 05/19] remote: Add RPC support for the virDomainSaveParametersFlags API
- Re: [libvirt RFCv4 01/20] iohelper: introduce new struct to carry copy operation parameters
- Re: [libvirt RFCv4 06/20] libvirt: introduce virDomainSaveParametersFlags public API
- Re: [libvirt RFCv4 06/20] libvirt: introduce virDomainSaveParametersFlags public API
- Re: [libvirt RFC] add API for parallel Saves (not for committing)
- [PATCH] Support cpu0-id of Qemu QMP query-sev-capabilities
- RE: [RFC 00/18] vfio: Adopt iommufd
- [libvirt RFCv4 01/20] iohelper: introduce new struct to carry copy operation parameters
- [libvirt RFCv4 13/20] qemu: wire up saveimage code with the multifd helper
- [libvirt RFCv4 02/20] iohelper: refactor copy operation as a separate function
- [libvirt RFCv4 14/20] qemu: capabilities: add multifd to the probed migration capabilities
- [libvirt RFCv4 17/20] qemu: implement qemuSaveImageLoadMultiFd
- [libvirt RFCv4 08/20] remote: Add RPC support for the virDomainSaveParametersFlags API
- [libvirt RFCv4 20/20] qemu: add migration parameter multifd-compression
- [libvirt RFCv4 11/20] qemu: add a stub for virDomainRestoreParametersFlags API
- [libvirt RFCv4 06/20] libvirt: introduce virDomainSaveParametersFlags public API
- [libvirt RFCv4 16/20] qemu: add parameter to qemuMigrationDstRun to skip waiting
- [libvirt RFCv4 19/20] tools: add parallel parameter to virsh restore command
- [libvirt RFCv4 15/20] qemu: implement qemuMigrationSrcToFilesMultiFd
- [libvirt RFCv4 12/20] qemu: saveimage: introduce virQEMUSaveFd
- [libvirt RFCv4 18/20] tools: add parallel parameter to virsh save command
- [libvirt RFCv4 05/20] multifd-helper: new helper for parallel save/restore
- [libvirt RFCv4 07/20] libvirt: introduce virDomainRestoreParametersFlags public API
- [libvirt RFCv4 10/20] qemu: add a stub for virDomainSaveParametersFlags API
- [libvirt RFCv4 09/20] remote: Add RPC support for the virDomainRestoreParametersFlags API
- [libvirt RFCv4 04/20] runio: add arguments to extend use beyond just stdin and stdout
- [libvirt RFCv4 00/20] multifd save restore prototype
- [libvirt RFCv4 03/20] iohelper: move runIO function to a separate module
- Re: [libvirt RFC v3 06/19] remote: Add RPC support for the virDomainRestoreParametersFlags API
- Re: [libvirt RFC v3 05/19] remote: Add RPC support for the virDomainSaveParametersFlags API
- Re: [libvirt RFC v3 03/19] libvirt: introduce virDomainSaveParametersFlags public API
- Re: [PATCH] NEWS: Mention bump of minimum qemu version to qemu-3.1
- [PATCH] NEWS: Mention bump of minimum qemu version to qemu-3.1
- Re: [libvirt RFC v3 06/19] remote: Add RPC support for the virDomainRestoreParametersFlags API
- Re: [libvirt RFC v3 03/19] libvirt: introduce virDomainSaveParametersFlags public API
- Re: [PATCH 01/18] hw/audio: Remove -soundhw support
- Re: [PATCH 06/18] ui/vnc: Require audiodev=
- Re: [PATCH 06/18] ui/vnc: Require audiodev=
- Re: [PATCH v4 00/19] Add 'version' to other exported types
- Re: [PATCH] cpu: Remove pointless check
- [PATCH] qemu: do not use domain virt type to get default version
- Re: [PATCH] cpu: Remove pointless check
- [PATCH] cpu: Remove pointless check
- Re: [libvirt PATCH] util: fix double destroy / missing unref of GSource
- Re: [libvirt RFC v3 06/19] remote: Add RPC support for the virDomainRestoreParametersFlags API
- Re: [libvirt RFC v3 05/19] remote: Add RPC support for the virDomainSaveParametersFlags API
- Re: [libvirt RFC v3 04/19] libvirt: introduce virDomainRestoreParametersFlags public API
- Re: [libvirt RFC v3 03/19] libvirt: introduce virDomainSaveParametersFlags public API
- [PATCH] qemu: do not use domain virt type to get default version
- Re: [PULL 0/3] Misc next patches
- Re: [RFC 00/18] vfio: Adopt iommufd
- Re: [RFC 00/18] vfio: Adopt iommufd
- Re: [libvirt RFC v3 00/19] multifd save restore prototype
- Re: [libvirt RFC v3 12/19] multifd-helper: new helper for parallel save/restore
- [libvirt RFC v3 14/19] qemu: implement qemuMigrationSrcToFilesMultiFd
- [libvirt RFC v3 10/19] iohelper: move runIO function to a separate module
- [libvirt RFC v3 03/19] libvirt: introduce virDomainSaveParametersFlags public API
- [libvirt RFC v3 11/19] runio: add arguments to extend use beyond just stdin and stdout
- [libvirt RFC v3 18/19] tools: add parallel parameter to virsh restore command
- [libvirt RFC v3 01/19] iohelper: introduce new struct to carry copy operation parameters
- [libvirt RFC v3 16/19] qemu: implement qemuSaveImageLoadMultiFd
- [libvirt RFC v3 19/19] qemu: add migration parameter multifd-compression
- [libvirt RFC v3 15/19] qemu: add parameter to qemuMigrationDstRun to skip waiting
- [libvirt RFC v3 12/19] multifd-helper: new helper for parallel save/restore
- [libvirt RFC v3 08/19] qemu: add a stub for virDomainRestoreParametersFlags API
- [libvirt RFC v3 13/19] qemu: wire up saveimage code with the multifd helper
- [libvirt RFC v3 09/19] qemu: saveimage: introduce virQEMUSaveFd
- [libvirt RFC v3 17/19] tools: add parallel parameter to virsh save command
- [libvirt RFC v3 04/19] libvirt: introduce virDomainRestoreParametersFlags public API
- [libvirt RFC v3 00/19] multifd save restore prototype
- [libvirt RFC v3 02/19] iohelper: refactor copy operation as a separate function
- [libvirt RFC v3 07/19] qemu: add a stub for virDomainSaveParametersFlags API
- [libvirt RFC v3 05/19] remote: Add RPC support for the virDomainSaveParametersFlags API
- [libvirt RFC v3 06/19] remote: Add RPC support for the virDomainRestoreParametersFlags API
- Re: [RFC 00/18] vfio: Adopt iommufd
[Index of Archives]
[Libvirt Users]
[Fedora Users]
[Red Hat Install]
[Red Hat Sound]
[Red Hat Development]
[Linux Kernel]