]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Assume QEMU_CAPS_OBJECT_MEMORY_RAM
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 3 Nov 2022 09:52:40 +0000 (10:52 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 4 Nov 2022 14:27:42 +0000 (15:27 +0100)
commitfbbae04214c0510766e4b3ce634173c22c50fcd1
treec504545a51dcfa0ecae75fc0d6c8828d0ed3114c
parent35f38640906c86f3600a86ab7bf012d7b69e7b77
qemu: Assume QEMU_CAPS_OBJECT_MEMORY_RAM

Introduced in QEMU's commit of v2.1.0-rc0~41^2~104 the
memory-backend-ram is going to be present for all QEMU versions
we support (4.2.0, currently). Therefore, we can assume the
capability is always set and thus doesn't need to be checked for.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_validate.c
tests/qemuxml2argvdata/numatune-memnode.err
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c