]> git.proxmox.com Git - qemu-server.git/commit
use machine version in vga default type selection
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 12 Jul 2017 09:16:17 +0000 (11:16 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 14 Jul 2017 11:20:24 +0000 (13:20 +0200)
commitf39957acea9f3ff9b9bcd8102f4b605d4934be15
tree8aede0823c09680ff456c2c69ec5269bb0fe196f
parentcdad9f15008dc5abf6562684d7c775bbc543d27b
use machine version in vga default type selection

If we get an VM machine older than 2.9 we use the old selection
expression for the VGA type. This allows to live migrate VMs to PVE
5.0.
Also once kvm gets updated to 2.9 in PVE 4.4 newly started VMs will
use "std" as default VGA instead of cirrus.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm