]> git.proxmox.com Git - qemu-server.git/commit
rework kvm_user_version cache mechanism
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 13 Aug 2019 13:19:07 +0000 (15:19 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 13 Aug 2019 13:35:01 +0000 (15:35 +0200)
commit1476b99fe929ab33fa2cd55d594bbc67aee4789f
treed44331ff732b267ea450937753c24b6476b5c2b5
parent22ea69ca65b14bf0caf64dd0daf5c6bff675edf8
rework kvm_user_version cache mechanism

we now also save the mtime of the binary and cache per binary (for each
arch; this is done so we have it already when we sometime decide
that we want to split the qemu package for each arch)
so that we get the real version if only pve-qemu-kvm was updated

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/QemuServer.pm