Re: [PATCH 2/4] test: Drop unused @cfg from qemu*test

2021-08-25 Thread Peter Krempa
On Wed, Aug 25, 2021 at 14:54:57 +0200, Michal Privoznik wrote: > In qemumigrationcookiexmltest and qemustatusxml2xmltest there is > @cfg variable that is unused. It's set via virQEMUDriverGetConfig() > but then never used. Drop it. > > Signed-off-by: Michal Privoznik > --- > tests/qemumigration

[PATCH 2/4] test: Drop unused @cfg from qemu*test

2021-08-25 Thread Michal Privoznik
In qemumigrationcookiexmltest and qemustatusxml2xmltest there is @cfg variable that is unused. It's set via virQEMUDriverGetConfig() but then never used. Drop it. Signed-off-by: Michal Privoznik --- tests/qemumigrationcookiexmltest.c | 2 -- tests/qemustatusxml2xmltest.c | 2 -- 2 files cha