Re: migration maintenance, governance [Was: Re: [PATCH V4 0/2] migration file URI]

2023-09-27 Thread Peter Xu
On Wed, Sep 27, 2023 at 03:36:16PM +0100, Daniel P. Berrangé wrote: > Even if not actively sending a PR, a possible starting point that could > be done today, would be for someone to put up a gitlab.com branch that > contains all the outstanding patch series that are considered ready > to merge and

Re: migration maintenance, governance [Was: Re: [PATCH V4 0/2] migration file URI]

2023-09-27 Thread Daniel P . Berrangé
On Wed, Sep 27, 2023 at 09:56:44AM -0400, Peter Xu wrote: > Juan will be back next Monday. Before he left, he told me that he's > preparing the pull. > > If next week there's still no pull from migration side then I suppose > someone should start to pick up patches and send PR. I would volunteer

Re: migration maintenance, governance [Was: Re: [PATCH V4 0/2] migration file URI]

2023-09-27 Thread Daniel P . Berrangé
On Wed, Sep 27, 2023 at 03:14:29PM +0200, Claudio Fontana wrote: > On 9/13/23 15:00, Claudio Fontana wrote: > > On 8/30/23 15:09, Claudio Fontana wrote: > >> On 8/22/23 15:25, Philippe Mathieu-Daudé wrote: > >>> Hi Claudio, > >>> > >>> On 22/8/23 14:00, Claudio Fontana wrote: > Hello, > >

Re: migration maintenance, governance [Was: Re: [PATCH V4 0/2] migration file URI]

2023-09-27 Thread Peter Xu
On Wed, Sep 27, 2023 at 03:14:29PM +0200, Claudio Fontana wrote: > On 9/13/23 15:00, Claudio Fontana wrote: > > On 8/30/23 15:09, Claudio Fontana wrote: > >> On 8/22/23 15:25, Philippe Mathieu-Daudé wrote: > >>> Hi Claudio, > >>> > >>> On 22/8/23 14:00, Claudio Fontana wrote: > Hello, > >

migration maintenance, governance [Was: Re: [PATCH V4 0/2] migration file URI]

2023-09-27 Thread Claudio Fontana
On 9/13/23 15:00, Claudio Fontana wrote: > On 8/30/23 15:09, Claudio Fontana wrote: >> On 8/22/23 15:25, Philippe Mathieu-Daudé wrote: >>> Hi Claudio, >>> >>> On 22/8/23 14:00, Claudio Fontana wrote: Hello, this series is all reviewed, and is needed as a precondition for fu

Re: [PATCH V4 0/2] migration file URI

2023-09-13 Thread Claudio Fontana
On 8/30/23 15:09, Claudio Fontana wrote: > On 8/22/23 15:25, Philippe Mathieu-Daudé wrote: >> Hi Claudio, >> >> On 22/8/23 14:00, Claudio Fontana wrote: >>> Hello, >>> >>> this series is all reviewed, >>> >>> and is needed as a precondition for further work to improve dramatically >>> the performa

Re: [PATCH V4 0/2] migration file URI

2023-08-30 Thread Claudio Fontana
On 8/22/23 15:25, Philippe Mathieu-Daudé wrote: > Hi Claudio, > > On 22/8/23 14:00, Claudio Fontana wrote: >> Hello, >> >> this series is all reviewed, >> >> and is needed as a precondition for further work to improve dramatically the >> performance of virsh save, virsh restore >> when migrating

Re: [PATCH V4 0/2] migration file URI

2023-08-22 Thread Philippe Mathieu-Daudé
Hi Claudio, On 22/8/23 14:00, Claudio Fontana wrote: Hello, this series is all reviewed, and is needed as a precondition for further work to improve dramatically the performance of virsh save, virsh restore when migrating to disk, can it be merged? $ ./scripts/get_maintainer.pl -f migration

Re: [PATCH V4 0/2] migration file URI

2023-08-22 Thread Claudio Fontana
Hello, this series is all reviewed, and is needed as a precondition for further work to improve dramatically the performance of virsh save, virsh restore when migrating to disk, can it be merged? Thanks, Claudio On 6/30/23 16:25, Steve Sistare wrote: > Add the migration URI "file:filename[,of

Re: [PATCH V4 0/2] migration file URI

2023-07-13 Thread Michael Galaxy
Tested-by: Michael Galaxy Reviewed-by: Michael Galaxy On 6/30/23 09:25, Steve Sistare wrote: Add the migration URI "file:filename[,offset=offset]". Fabiano Rosas has submitted the unit tests in the series migration: Test the new "file:" migration Steve Sistare (2): migration: file URI

[PATCH V4 0/2] migration file URI

2023-06-30 Thread Steve Sistare
Add the migration URI "file:filename[,offset=offset]". Fabiano Rosas has submitted the unit tests in the series migration: Test the new "file:" migration Steve Sistare (2): migration: file URI migration: file URI offset migration/file.c | 103 +++