]> git.proxmox.com Git - qemu-server.git/commit
ovmf : don't pass x-vga to vfio-pci
authorAlexandre Derumier <aderumier@odiso.com>
Sat, 9 Jan 2016 06:27:35 +0000 (07:27 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sun, 10 Jan 2016 14:10:26 +0000 (15:10 +0100)
commit230a4382006afd29435eccfcdd79003870f49e9f
treeb069f255706964ed0bea7b2f93e87b41b6046606
parent98cbd0f47ed951e5a6e9a117a0cf38c240273c78
ovmf : don't pass x-vga to vfio-pci

x-vga vfio-pci flag is to enable seabios quirks only.

This patch keep using x-vga=on from proxmox config, to disable hyperv,kvm=off,vga=none by default
but don't pass x-vga to vfio-pci when ovmf is enabled.

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/QemuServer.pm