On Tue, Jan 23, 2024 at 12:10:55PM -0300, Fabiano Rosas wrote:
> Hao Xiang writes:
>
> > On Sun, Jan 14, 2024 at 10:02 PM Shivam Kumar
> > wrote:
> >>
> >>
> >>
> >> > On 04-Jan-2024, at 6:14 AM, Hao Xiang wrote:
> >> >
> >> > From: Juan Quintela
> >> >
> >> > We have to enable it by default
On Tue, Jan 23, 2024 at 7:11 AM Fabiano Rosas wrote:
>
> Hao Xiang writes:
>
> > On Sun, Jan 14, 2024 at 10:02 PM Shivam Kumar
> > wrote:
> >>
> >>
> >>
> >> > On 04-Jan-2024, at 6:14 AM, Hao Xiang wrote:
> >> >
> >> > From: Juan Quintela
> >> >
> >> > We have to enable it by default until we
Hao Xiang writes:
> On Sun, Jan 14, 2024 at 10:02 PM Shivam Kumar
> wrote:
>>
>>
>>
>> > On 04-Jan-2024, at 6:14 AM, Hao Xiang wrote:
>> >
>> > From: Juan Quintela
>> >
>> > We have to enable it by default until we introduce the new code.
>> >
>> > Signed-off-by: Juan Quintela
>> > ---
>> >
On Sun, Jan 14, 2024 at 10:02 PM Shivam Kumar wrote:
>
>
>
> > On 04-Jan-2024, at 6:14 AM, Hao Xiang wrote:
> >
> > From: Juan Quintela
> >
> > We have to enable it by default until we introduce the new code.
> >
> > Signed-off-by: Juan Quintela
> > ---
> > migration/options.c | 15
> On 04-Jan-2024, at 6:14 AM, Hao Xiang wrote:
>
> From: Juan Quintela
>
> We have to enable it by default until we introduce the new code.
>
> Signed-off-by: Juan Quintela
> ---
> migration/options.c | 15 +++
> migration/options.h | 1 +
> qapi/migration.json | 8 +++-
> 3
On Mon, Jan 8, 2024 at 12:39 PM Fabiano Rosas wrote:
>
> Hao Xiang writes:
>
> > From: Juan Quintela
> >
> > We have to enable it by default until we introduce the new code.
> >
> > Signed-off-by: Juan Quintela
> > ---
> > migration/options.c | 15 +++
> > migration/options.h | 1
Hao Xiang writes:
> From: Juan Quintela
>
> We have to enable it by default until we introduce the new code.
>
> Signed-off-by: Juan Quintela
> ---
> migration/options.c | 15 +++
> migration/options.h | 1 +
> qapi/migration.json | 8 +++-
> 3 files changed, 23 insertions(+)
From: Juan Quintela
We have to enable it by default until we introduce the new code.
Signed-off-by: Juan Quintela
---
migration/options.c | 15 +++
migration/options.h | 1 +
qapi/migration.json | 8 +++-
3 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/migratio