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",
> >> +
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 ++
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 -
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-
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
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 +
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
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