[pve-devel] [PATCH manager v3 0/6] add pci passthrough gui
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Nov 22 14:25:22 CET 2018
On 11/22/18 11:35 AM, Dominik Csapak wrote:
> this is the manager part of my mdev/passthrough series
>
> changes from v2:
> * new mdev path -> pci/ID/mdev
> * column header/size fixes
> * rom-file is readonly
> * sys console check fixed
>
> Dominik Csapak (6):
> Scan.pm: add pci scan api call
> Scan.pm: add mdev scan api call
> gui: add form/PCISelector
> gui: add MDevSelector
> gui: add qemu/PCIEdit.js
> gui: let users add PCI devices
>
> PVE/API2/Scan.pm | 209 +++++++++++++++++++++++++++++++++-
> www/manager6/Makefile | 3 +
> www/manager6/form/MDevSelector.js | 91 +++++++++++++++
> www/manager6/form/PCISelector.js | 90 +++++++++++++++
> www/manager6/qemu/HardwareView.js | 25 +++-
> www/manager6/qemu/PCIEdit.js | 233 ++++++++++++++++++++++++++++++++++++++
> 6 files changed, 647 insertions(+), 4 deletions(-)
> create mode 100644 www/manager6/form/MDevSelector.js
> create mode 100644 www/manager6/form/PCISelector.js
> create mode 100644 www/manager6/qemu/PCIEdit.js
>
applied, with the move from Scan/ to Hardware/ discussed at[0] much thanks!
[0]: https://pve.proxmox.com/pipermail/pve-devel/2018-November/034694.html
More information about the pve-devel
mailing list