On Mon, Oct 05, 2020 at 12:23:55AM +0200, Ján Tomko wrote: > Ján Tomko (4): > vz: separate if conditions in vzEatCookie > vz: vzEatCookie: use distinct 'tmp' variables > vz: vzEatCookie: separate allocation > vz: use g_new0 instead of VIR_ALLOC > > src/vz/vz_driver.c | 49 ++++++++++++++++++++++------------------------ > src/vz/vz_sdk.c | 46 +++++++++++++------------------------------ > src/vz/vz_utils.c | 3 +-- > 3 files changed, 38 insertions(+), 60 deletions(-) > Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx>