On Fri, Apr 12, 2019 at 10:46:40AM +0200, Michal Privoznik wrote:
Added in QEMU commit of v3.0.0-rc0~48^2~9 QEMU is replacing
fixed up by commit 1fdd4748711a released in 3.1.0
(or v3.1.0-rc0~119^2~37 ; this explains why it only shows up in 3.1.0
caps)
'-realtime mlock' with '-overcommit mem-lock'. Add a
capability
to tell if we're dealing new new enough qemu to use the
replacement.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/qemu/qemu_capabilities.c | 2 ++
src/qemu/qemu_capabilities.h | 1 +
tests/qemucapabilitiesdata/caps_3.1.0.ppc64.xml | 1 +
tests/qemucapabilitiesdata/caps_3.1.0.x86_64.xml | 1 +
tests/qemucapabilitiesdata/caps_4.0.0.riscv32.xml | 1 +
tests/qemucapabilitiesdata/caps_4.0.0.riscv64.xml | 1 +
tests/qemucapabilitiesdata/caps_4.0.0.x86_64.xml | 1 +
7 files changed, 8 insertions(+)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano