Re: [PATCH 17/20] include: Define constants for parallel save/restore

2024-10-15 Thread Claudio Fontana
On 10/14/24 21:41, Jim Fehlig via Devel wrote: > On 10/14/24 11:42, Daniel P. Berrangé wrote: >> On Mon, Oct 14, 2024 at 06:00:53PM +0200, Claudio Fontana wrote: >>> On 10/10/24 15:29, Daniel P. Berrangé wrote: On Thu, Aug 08, 2024 at 05:38:10PM -0600, Jim Fehlig via Devel wrote: > From: C

Re: [PATCH 17/20] include: Define constants for parallel save/restore

2024-10-14 Thread Jim Fehlig via Devel
On 10/14/24 11:42, Daniel P. Berrangé wrote: On Mon, Oct 14, 2024 at 06:00:53PM +0200, Claudio Fontana wrote: On 10/10/24 15:29, Daniel P. Berrangé wrote: On Thu, Aug 08, 2024 at 05:38:10PM -0600, Jim Fehlig via Devel wrote: From: Claudio Fontana Add a new VIR_DOMAIN_SAVE_PARALLEL flag to th

Re: [PATCH 17/20] include: Define constants for parallel save/restore

2024-10-14 Thread Daniel P . Berrangé
On Mon, Oct 14, 2024 at 06:00:53PM +0200, Claudio Fontana wrote: > On 10/10/24 15:29, Daniel P. Berrangé wrote: > > On Thu, Aug 08, 2024 at 05:38:10PM -0600, Jim Fehlig via Devel wrote: > >> From: Claudio Fontana > >> > >> Add a new VIR_DOMAIN_SAVE_PARALLEL flag to the save and restore > >> APIs,

Re: [PATCH 17/20] include: Define constants for parallel save/restore

2024-10-14 Thread Claudio Fontana
On 10/10/24 15:29, Daniel P. Berrangé wrote: > On Thu, Aug 08, 2024 at 05:38:10PM -0600, Jim Fehlig via Devel wrote: >> From: Claudio Fontana >> >> Add a new VIR_DOMAIN_SAVE_PARALLEL flag to the save and restore >> APIs, which can be used to specify the use of multiple, parallel >> channels for sa

Re: [PATCH 17/20] include: Define constants for parallel save/restore

2024-10-10 Thread Daniel P . Berrangé
On Thu, Aug 08, 2024 at 05:38:10PM -0600, Jim Fehlig via Devel wrote: > From: Claudio Fontana > > Add a new VIR_DOMAIN_SAVE_PARALLEL flag to the save and restore > APIs, which can be used to specify the use of multiple, parallel > channels for saving a domain. The number of parallel channels > ca