Re: [PATCH 01/42] migration-test: Be consistent for ppc

2023-06-20 Thread Peter Xu
On Tue, Jun 20, 2023 at 09:27:17PM +0200, Laurent Vivier wrote: > On 6/20/23 16:54, Peter Xu wrote: > > On Fri, Jun 09, 2023 at 12:49:02AM +0200, Juan Quintela wrote: > > > It makes no sense that we don't have the same configuration on both sides. > > > > I hope Laurent can see this one out of 40s

Re: [PATCH 01/42] migration-test: Be consistent for ppc

2023-06-20 Thread Laurent Vivier
On 6/20/23 16:54, Peter Xu wrote: On Fri, Jun 09, 2023 at 12:49:02AM +0200, Juan Quintela wrote: It makes no sense that we don't have the same configuration on both sides. I hope Laurent can see this one out of 40s. I had some luck... Makes sense to me, but does it mean that the devices a

Re: [PATCH 01/42] migration-test: Be consistent for ppc

2023-06-20 Thread Peter Xu
On Fri, Jun 09, 2023 at 12:49:02AM +0200, Juan Quintela wrote: > It makes no sense that we don't have the same configuration on both sides. I hope Laurent can see this one out of 40s. Makes sense to me, but does it mean that the devices are not matching before on ppc? Confused how did it work th

[PATCH 01/42] migration-test: Be consistent for ppc

2023-06-08 Thread Juan Quintela
It makes no sense that we don't have the same configuration on both sides. Signed-off-by: Juan Quintela --- tests/qtest/migration-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c index b0c355bbd9..c5e0c69c6b 10