Re: [PATCH 02/18] migration: Give one error if trying to set COMPRESSION and XBZRLE

2023-06-22 Thread Lukas Straub
On Tue, 13 Jun 2023 16:57:41 +0200 Juan Quintela wrote: > As we have disable to use both together in the previous patch, we can > remove this check. This commit message is off. > > Signed-off-by: Juan Quintela > --- > migration/options.c | 7 +++ > 1 file changed, 7 insertions(+) > >

[PATCH 02/18] migration: Give one error if trying to set COMPRESSION and XBZRLE

2023-06-13 Thread Juan Quintela
As we have disable to use both together in the previous patch, we can remove this check. Signed-off-by: Juan Quintela --- migration/options.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/migration/options.c b/migration/options.c index c6674a4753..a18689c314 100644 ---