On Wed, Jul 27, 2022 at 12:34:51 +0200, Michal Privoznik wrote: > The qemuBuildMachineCommandLine() function is needlessly long. > Separate out parts that generate memory related arguments into > qemuAppendDomainMemoryMachineParams(). Unfortunately, expected > outputs for some qemuxml2argvdata cases needed to be updated > because the order in which arguments are generated is changed. > But there's no functional change. > > Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> > --- Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>