[pve-devel] applied: [PATCH qemu-server] version_guard: early out when major/minor version is high enough
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Mar 23 18:07:38 CET 2020
On 3/19/20 11:03 AM, Stefan Reiter wrote:
> E.g.: If a feature requires 4.1+pveN and we're using machine version 4.2
> we don't need to increase the pve version to N (4.2+pve0 is enough).
>
> We check this by doing a min_version call against a non-existant higher
> pve-version for the major/minor tuple we want to test for, which can
> only work if the major/minor alone is high enough.
>
> Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
> ---
> PVE/QemuServer.pm | 2 ++
> 1 file changed, 2 insertions(+)
>
applied, hoping a bit that we're slowly done touching this ^^
Thanks!
More information about the pve-devel
mailing list