Re: [PATCH 6/6] tests/qtest: migration-test: Add tests for file-based migration

2023-06-30 Thread Peter Xu
On Fri, Jun 30, 2023 at 12:05:23PM -0300, Fabiano Rosas wrote: > >> +static void test_precopy_file_offset_bad(void) > >> +{ > >> +/* using a value not supported by qemu_strtosz() */ > >> +g_autofree char *uri = g_strdup_printf("file:%s/migfile,offset=0x20M", > >> +

Re: [PATCH 6/6] tests/qtest: migration-test: Add tests for file-based migration

2023-06-30 Thread Steven Sistare
On 6/30/2023 11:05 AM, Fabiano Rosas wrote: > Peter Xu writes: > >> On Wed, Jun 28, 2023 at 01:55:42PM -0300, Fabiano Rosas wrote: >>> Add basic tests for file-based migration. >>> >>> Signed-off-by: Fabiano Rosas >>> --- >>> tests/qtest/migration-test.c | 104 ++

Re: [PATCH 6/6] tests/qtest: migration-test: Add tests for file-based migration

2023-06-30 Thread Fabiano Rosas
Peter Xu writes: > On Wed, Jun 28, 2023 at 01:55:42PM -0300, Fabiano Rosas wrote: >> Add basic tests for file-based migration. >> >> Signed-off-by: Fabiano Rosas >> --- >> tests/qtest/migration-test.c | 104 +++ >> 1 file changed, 104 insertions(+) >> >> diff -

Re: [PATCH 6/6] tests/qtest: migration-test: Add tests for file-based migration

2023-06-29 Thread Peter Xu
On Wed, Jun 28, 2023 at 01:55:42PM -0300, Fabiano Rosas wrote: > Add basic tests for file-based migration. > > Signed-off-by: Fabiano Rosas > --- > tests/qtest/migration-test.c | 104 +++ > 1 file changed, 104 insertions(+) > > diff --git a/tests/qtest/migration-

[PATCH 6/6] tests/qtest: migration-test: Add tests for file-based migration

2023-06-28 Thread Fabiano Rosas
Add basic tests for file-based migration. Signed-off-by: Fabiano Rosas --- tests/qtest/migration-test.c | 104 +++ 1 file changed, 104 insertions(+) diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c index acb778a8cd..b3019f54de 100644 --- a

Re: [PATCH 6/6] tests/qtest: migration-test: Add tests for file-based migration

2023-06-27 Thread Fabiano Rosas
Daniel P. Berrangé writes: > On Mon, Jun 26, 2023 at 03:22:10PM -0300, Fabiano Rosas wrote: >> From: Nikolay Borisov >> >> Add basic tests for file-based migration. >> >> Signed-off-by: Nikolay Borisov >> Signed-off-by: Fabiano Rosas >> --- >> tests/qtest/migration-test.c | 66 +

Re: [PATCH 6/6] tests/qtest: migration-test: Add tests for file-based migration

2023-06-27 Thread Daniel P . Berrangé
On Mon, Jun 26, 2023 at 03:22:10PM -0300, Fabiano Rosas wrote: > From: Nikolay Borisov > > Add basic tests for file-based migration. > > Signed-off-by: Nikolay Borisov > Signed-off-by: Fabiano Rosas > --- > tests/qtest/migration-test.c | 66 > 1 file chang

[PATCH 6/6] tests/qtest: migration-test: Add tests for file-based migration

2023-06-26 Thread Fabiano Rosas
From: Nikolay Borisov Add basic tests for file-based migration. Signed-off-by: Nikolay Borisov Signed-off-by: Fabiano Rosas --- tests/qtest/migration-test.c | 66 1 file changed, 66 insertions(+) diff --git a/tests/qtest/migration-test.c b/tests/qtest/mig