Re: [PATCH 13/42] migration-test: Check for shared memory like for everything else

2023-06-21 Thread Juan Quintela
Peter Xu wrote: > On Wed, Jun 21, 2023 at 12:07:20PM +0200, Juan Quintela wrote: >> Peter Xu wrote: >> > On Fri, Jun 09, 2023 at 12:49:14AM +0200, Juan Quintela wrote: >> >> Makes things easier and cleaner. >> >> >> >> Signed-off-by: Juan Quintela >> >> --- >> >> tests/qtest/migration-test.c |

Re: [PATCH 13/42] migration-test: Check for shared memory like for everything else

2023-06-21 Thread Peter Xu
On Wed, Jun 21, 2023 at 12:07:20PM +0200, Juan Quintela wrote: > Peter Xu wrote: > > On Fri, Jun 09, 2023 at 12:49:14AM +0200, Juan Quintela wrote: > >> Makes things easier and cleaner. > >> > >> Signed-off-by: Juan Quintela > >> --- > >> tests/qtest/migration-test.c | 20 >

Re: [PATCH 13/42] migration-test: Check for shared memory like for everything else

2023-06-21 Thread Juan Quintela
Peter Xu wrote: > On Fri, Jun 09, 2023 at 12:49:14AM +0200, Juan Quintela wrote: >> Makes things easier and cleaner. >> >> Signed-off-by: Juan Quintela >> --- >> tests/qtest/migration-test.c | 20 >> 1 file changed, 12 insertions(+), 8 deletions(-) >> >> diff --git a/tests

Re: [PATCH 13/42] migration-test: Check for shared memory like for everything else

2023-06-20 Thread Peter Xu
On Fri, Jun 09, 2023 at 12:49:14AM +0200, Juan Quintela wrote: > Makes things easier and cleaner. > > Signed-off-by: Juan Quintela > --- > tests/qtest/migration-test.c | 20 > 1 file changed, 12 insertions(+), 8 deletions(-) > > diff --git a/tests/qtest/migration-test.c b/t

[PATCH 13/42] migration-test: Check for shared memory like for everything else

2023-06-08 Thread Juan Quintela
Makes things easier and cleaner. Signed-off-by: Juan Quintela --- tests/qtest/migration-test.c | 20 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c index daaf5cd71a..5837060138 100644 --- a/tests/qte