Re: [libvirt] [PATCH 1/3] qemu: introduce qemuBuildOvercommitCommandLine()

2019-08-21 Thread Ján Tomko
On Mon, Aug 19, 2019 at 10:32:24AM +0200, Menno Lageman wrote: In preparation for adding support for '-overcommit cpu-pm=[on|off]', add qemuBuildOvercommitCommandLine() to generate the '-overcommit' commandline. Move the existing '-overcommit mem-lock=[on|off]' generation code from

[libvirt] [PATCH 1/3] qemu: introduce qemuBuildOvercommitCommandLine()

2019-08-19 Thread Menno Lageman
In preparation for adding support for '-overcommit cpu-pm=[on|off]', add qemuBuildOvercommitCommandLine() to generate the '-overcommit' commandline. Move the existing '-overcommit mem-lock=[on|off]' generation code from qemuBuildMemCommandline() to this function. Signed-off-by: Menno Lageman ---