Re: [pve-devel] [PATCH manager 2/6 v2] Scan.pm: add mdev scan api call

2018-11-22 Thread Wolfgang Bumiller
On Thu, Nov 22, 2018 at 08:27:58AM +0100, Thomas Lamprecht wrote: > On 11/20/18 5:13 PM, Dominik Csapak wrote: > > this is for the gui to be able to select mediated devices > > why not a scan/pci/{pci-id}/mdev API path? would make more sense reading the > API calls description and code. Please do

Re: [pve-devel] [PATCH manager 2/6 v2] Scan.pm: add mdev scan api call

2018-11-21 Thread Thomas Lamprecht
On 11/20/18 5:13 PM, Dominik Csapak wrote: > this is for the gui to be able to select mediated devices why not a scan/pci/{pci-id}/mdev API path? would make more sense reading the API calls description and code. Please do so if you do not really have a strong argument against, I do not want anothe

[pve-devel] [PATCH manager 2/6 v2] Scan.pm: add mdev scan api call

2018-11-20 Thread Dominik Csapak
this is for the gui to be able to select mediated devices Signed-off-by: Dominik Csapak --- PVE/API2/Scan.pm | 48 1 file changed, 48 insertions(+) diff --git a/PVE/API2/Scan.pm b/PVE/API2/Scan.pm index 15c8b48a..7435915d 100644 --- a/PVE/API2/Sc