]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
add pcie and x-vga passthrough
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 23 Jun 2014 15:41:53 +0000 (17:41 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 25 Jun 2014 07:29:10 +0000 (09:29 +0200)
commit2e3b7e2a3a9226b7942668cb9ebeecb6c9f289fd
treef3ab0f62a651b122583bff5070c67fdd48b79d8f
parent7786f1b0b49a9a7c8409538888a917d5a9dd974d
add pcie and x-vga passthrough

hostpci0:  .....,x-vga=on,pcie=1

x-vga require kernel 3.10 with vfio-vga support enable
if x-vga=on, we force vfio-pci device

pcie=1 choose the pciexpress bus (need q35 machine model)

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