machine: default -M mem-merge to off is QEMU_MADV_MERGEABLE is not available
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 6 Jun 2024 09:31:12 +0000 (11:31 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 8 Jun 2024 08:33:38 +0000 (10:33 +0200)
commit75dbebddb6a0f15bdfdae66d63de4905c793ccdb
treeef8a1af4b406d28daada22f5ca5f2f54f6151602
parent3973615e7fbaeef1deeaa067577e373781ced70a
machine: default -M mem-merge to off is QEMU_MADV_MERGEABLE is not available

Otherwise, starting any guest on a non-Linux guests results in

qemu-system-arm: Couldn't set property 'merge' on 'memory-backend-ram': Invalid argument

Cc: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/core/machine.c