Re: [PATCH 12/19] qemu: capabilities: Remove tautological version checks

2022-02-10 Thread Ján Tomko
On a Thursday in 2022, Peter Krempa wrote: Some version checks no longer make sense as the minimum supported qemu is now qemu-3.1. Signed-off-by: Peter Krempa --- src/qemu/qemu_capabilities.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/qemu/qemu_capabilities

[PATCH 12/19] qemu: capabilities: Remove tautological version checks

2022-02-10 Thread Peter Krempa
Some version checks no longer make sense as the minimum supported qemu is now qemu-3.1. Signed-off-by: Peter Krempa --- src/qemu/qemu_capabilities.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c index 0ff