On 06/25/2012 11:26 PM, Jan Kiszka wrote: > On 2012-06-25 18:55, Luiz Capitulino wrote: >> Allow for disabling memory merge support (KSM on Linux), which is >> enabled by default otherwise. > > -machine mem_merge=on|off?
It's a host property, not a guest property. For devices we have a pretty good separation, -device gives the guest properties and -netdev/-blockdev gives the host properties. We should either do the same for -machine, or mark host properties as such. For example, when we migrate the qom forest, we shouldn't migrate host properties, only guest properties. -- error compiling committee.c: too many arguments to function