Re: [PATCH] migration: Fix duplicated included in meson.build

2023-05-16 Thread Peter Xu
On Tue, May 09, 2023 at 07:02:17PM +0200, Juan Quintela wrote: > This is the commint with the merge error (not in the submited patch). > > commit 52623f23b0d114837a0d6278180b3e3ae8947117 > Author: Lukas Straub > Date: Thu Apr 20 11:48:35 2023 +0200 > > ram-compress.c: Make target independe

Re: [PATCH] migration: Fix duplicated included in meson.build

2023-05-16 Thread Daniel P . Berrangé
On Tue, May 09, 2023 at 07:02:17PM +0200, Juan Quintela wrote: > This is the commint with the merge error (not in the submited patch). > > commit 52623f23b0d114837a0d6278180b3e3ae8947117 > Author: Lukas Straub > Date: Thu Apr 20 11:48:35 2023 +0200 > > ram-compress.c: Make target independe

[PATCH] migration: Fix duplicated included in meson.build

2023-05-09 Thread Juan Quintela
This is the commint with the merge error (not in the submited patch). commit 52623f23b0d114837a0d6278180b3e3ae8947117 Author: Lukas Straub Date: Thu Apr 20 11:48:35 2023 +0200 ram-compress.c: Make target independent Make ram-compress.c target independent. Fixes: 52623f23b0d114837a0d6