[pve-devel] [PATCH docs/qemu-server] add mediated devices/vgpu support

Dominik Csapak d.csapak at proxmox.com
Tue Nov 13 15:18:12 CET 2018


this series adds backend support for mediated devices (aka vGPU,GVT-g)
we add a new property for hostpci devices which then autocreates
an instance of the specified type

later, i will send patches for the gui integration, which will depend
on this series

also this series makes only real sense if the qmeventd patches are
applied, since there will be no cleanup of vgpus when you do a shutdown
from within the guest (or qemu crashed)

while we are touching those files, also do a little cleanup

pve-docs:

Dominik Csapak (2):
  remove 4th section and fix typos
  add documentation for mediated devices

 qm-pci-passthrough.adoc | 85 +++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 75 insertions(+), 10 deletions(-)

qemu-server:

Dominik Csapak (2):
  move pci related subs to QemuServer/PCI.pm
  add mediated devices support

 PVE/QemuServer.pm     | 203 +++++++++++++-------------------------------------
 PVE/QemuServer/PCI.pm | 200 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 252 insertions(+), 151 deletions(-)

-- 
2.11.0





More information about the pve-devel mailing list