On a Thursday in 2022, Michal Privoznik wrote:
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@xxxxxxxxxx> --- src/qemu/qemu_command.c | 27 +++++----------- src/qemu/qemu_validate.c | 34 --------------------- tests/qemuxml2argvdata/numatune-memnode.err | 2 +- tests/qemuxml2argvtest.c | 22 +++++-------- tests/qemuxml2xmltest.c | 5 ++- 5 files changed, 17 insertions(+), 73 deletions(-)
Reviewed-by: Ján Tomko <jtomko@xxxxxxxxxx> Jano